From 98a54287c7203bc232a39a095754e0f09e06f5c7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 30 Jul 2018 17:45:04 -0300 Subject: Move org files locations --- spacemacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spacemacs.el') 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) -- cgit v1.2.3