emacs: Follow moved notes folder

This commit is contained in:
Charlotte Van Petegem 2023-08-22 10:11:47 +02:00
parent edd5c78dde
commit d52f177398
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -241,9 +241,9 @@
:hook
(org-insert-heading . set-creation-date-heading-property)
:custom
(org-directory "~/sync/notes" "Store org journal in synced directory")
(org-directory "~/sync/Notes" "Store org journal in synced directory")
(org-default-notes-file (concat org-directory "/inbox.org") "Capture in inbox by default")
(org-agenda-files '("~/sync/notes") "Let's say all files can contain events for now")
(org-agenda-files '("~/sync/Notes") "Let's say all files can contain events for now")
(org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "DOING(i)" "DONE(d)")) "Add next and doing states")
(org-log-into-drawer "LOGBOOK" "Log repeated task state changes into drawer named LOGBOOK")
:demand t