diff options
author | EuAndreh <eu@euandre.org> | 2018-07-16 23:21:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-16 23:21:14 -0300 |
commit | c0469a294b7da6b062f60ab3f3dbfc5a0c4cdcd2 (patch) | |
tree | b7eb9ae25f0e6ff00f43aea9c1fc907f1f8194cf | |
parent | Add debbugs and key-chord packages (diff) | |
download | dotfiles-c0469a294b7da6b062f60ab3f3dbfc5a0c4cdcd2.tar.gz dotfiles-c0469a294b7da6b062f60ab3f3dbfc5a0c4cdcd2.tar.xz |
Fix Diary.org link
-rw-r--r-- | spacemacs.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spacemacs.el b/spacemacs.el index 7856796..5a00f60 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -679,15 +679,15 @@ This is the place where most of your configurations should be done. Unless it is undo-tree-history-directory-alist `(("." . ,(concat spacemacs-cache-directory "undo"))) ;; org-mode -;;; Taken from: -;;; - http://cachestocaches.com/2016/9/my-workflow-org-agenda + ;; Taken from: + ;; - http://cachestocaches.com/2016/9/my-workflow-org-agenda ;;; - http://doc.norang.ca/org-mode.html 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-scratch-notes-file "~/annex/txt/scratch.org" - org-diary-notes-file "~/annex/txt/Diary.org" + org-diary-notes-file "~/Nextcloud/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) |