diff --git a/modules/base/emacs/base-init.el b/modules/base/emacs/base-init.el index 1b2c2a1b..4a565656 100644 --- a/modules/base/emacs/base-init.el +++ b/modules/base/emacs/base-init.el @@ -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