emacs: Follow moved notes folder
This commit is contained in:
parent
edd5c78dde
commit
d52f177398
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue