diff options
author | EuAndreh <eu@euandre.org> | 2018-07-30 17:45:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-30 17:45:04 -0300 |
commit | 98a54287c7203bc232a39a095754e0f09e06f5c7 (patch) | |
tree | 0ac4bbe50019d57b6d3f544b61067a9f333377f9 | |
parent | Move youtube-dl-seen archive file location (diff) | |
download | dotfiles-98a54287c7203bc232a39a095754e0f09e06f5c7.tar.gz dotfiles-98a54287c7203bc232a39a095754e0f09e06f5c7.tar.xz |
Move org files locations
-rw-r--r-- | spacemacs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spacemacs.el b/spacemacs.el index c8e528a..8f3907e 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -703,9 +703,9 @@ This is the place where most of your configurations should be done. Unless it is org-todo-keywords '((sequence "TODO" "NEXT" "WAITING" "INACTIVE" "CANCELLED" "MEETING" "DOING" "|" "DONE")) org-agenda-files '("~/Nextcloud/txt/TODOs.org") org-columns-default-format "%50ITEM(Task) %10CLOCKSUM %16TIMESTAMP_IA" - org-default-notes-file "~/Nextcloud/txt/TODOs.org" + org-default-notes-file "~/annex/txt/TODOs.org" org-scratch-notes-file "~/annex/txt/scratch.org" - org-diary-notes-file "~/Nextcloud/txt/Diary.org" + org-diary-notes-file "~/annex/txt/Diary.org" org-capture-templates '(("t" "TODO" entry (file org-default-notes-file) "* TODO %?\n%u\n%a\n" :clock-in t :clock-resume t) ("s" "Scratch" entry (file org-scratch-notes-file) |