Move Org directory to NextCloud

It’ll be easier to sync this way.
This commit is contained in:
Gergely Polonkai 2018-11-19 15:22:53 +01:00
parent fb3f9f899e
commit 7b241cbd51
1 changed files with 1 additions and 1 deletions

View File

@ -2499,7 +2499,7 @@ This is a big one; I use a lot of customisation here.
'org-mode
`(("^[ \t]*\\(?:[-+*]\\|[0-9]+[).]\\)[ \t]+\\(\\(?:\\[@\\(?:start:\\)?[0-9]+\\][ \t]*\\)?\\[\\(?:X\\|\\([0-9]+\\)/\\2\\)\\][^\n]*\n\\)" 12 'org-checkbox-done-text prepend))
'append)
(setq org-directory (expand-file-name "orgmode" user-documents-directory))
(setq org-directory (expand-file-name "NextCloud/orgmode" user-documents-directory))
(setq-default org-crypt-key "B0740C4C"
org-default-notes-file (expand-file-name "notes.org" org-directory)
org-agenda-files `(,org-directory)