From a52285b412418c6bc7e2d33db6b0953a3e50470b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 30 Jun 2023 09:34:18 +0200 Subject: [PATCH] [Emacs] fix org-caldav config not being tangles --- org/config/emacs.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 8868046..745b9d6 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -4719,11 +4719,11 @@ the usage of the ~:ignore:~ tag in org. *** Agenda :PROPERTIES: -:header-args:emacs-lisp: :tangle no :exports code :results silent +:header-args:emacs-lisp: :exports code :results silent :CUSTOM_ID: Packages-Configuration-Org-mode-Agenda8b55fl6184j0 :END: #+name: org-agenda-files -#+begin_src emacs-lisp +#+begin_src emacs-lisp :tangle no (setq org-agenda-files (list "~/org/agenda" "~/org/notes.org")) #+end_src