[Emacs] fix org-caldav config not being tangles

This commit is contained in:
Lucien Cartier-Tilet 2023-06-30 09:34:18 +02:00
parent d794c6e108
commit a52285b412
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -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