Set org-attach-id-dir, org-agenda-diary-file to diary.org

This commit is contained in:
Evie Litherland-Smith 2024-03-11 14:54:26 +00:00
parent 7b8c4cd505
commit 929ea9b20f

View file

@ -9,6 +9,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
#+begin_src emacs-lisp :results output silent #+begin_src emacs-lisp :results output silent
(setq org-directory "~/Documents/Org" (setq org-directory "~/Documents/Org"
org-default-notes-file (expand-file-name "notes.org" org-directory) org-default-notes-file (expand-file-name "notes.org" org-directory)
org-attach-id-dir (expand-file-name "data/" org-directory)
org-hide-emphasis-markers nil org-hide-emphasis-markers nil
org-pretty-entities-include-sub-superscripts t org-pretty-entities-include-sub-superscripts t
org-fontify-done-headline t org-fontify-done-headline t
@ -137,6 +138,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
org-agenda-sticky nil org-agenda-sticky nil
org-agenda-window-setup 'current-window org-agenda-window-setup 'current-window
org-agenda-tags-column 0 org-agenda-tags-column 0
org-agenda-diary-file (expand-file-name "calendar/diary.org" org-directory)
org-agenda-include-diary nil org-agenda-include-diary nil
org-agenda-include-deadlines t org-agenda-include-deadlines t
org-agenda-todo-ignore-scheduled 'future org-agenda-todo-ignore-scheduled 'future