[Org] Moving files around

This commit is contained in:
Daniel - 2017-08-04 22:08:43 +02:00
parent 85c96955f3
commit 6ea314923f
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 0a1ba06f8efd3c4bf202f2b4e01422f86c3e0261
Subproject commit 81b9058587ff07721591f254d1b33efbfc1e64d6

View File

@ -234,16 +234,16 @@ forces clocking in of the default task."
"~/Documents/uni/admin/misc/work.org")
(defvar db/org-default-home-file
"~/Documents/home/home.org")
"~/Documents/home/admin/home.org")
(defvar db/org-default-notes-file
"~/Documents/home/notes.org")
"~/Documents/home/misc/notes.org")
(defvar db/org-default-refile-file
"~/Desktop/refile.org")
(defvar db/org-default-pensieve-file
"~/Documents/home/pensieve.org.gpg")
"~/Documents/home/misc/pensieve.org.gpg")
(setq org-agenda-files (list db/org-default-home-file
db/org-default-work-file