[Org] Set values for main org-mode files

This commit is contained in:
Daniel - 2017-09-15 17:12:49 +02:00
parent af8eb47675
commit 4a0502dbe0
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 8 additions and 2 deletions

10
init.el
View File

@ -467,11 +467,17 @@
db/export-diary
hydra-org-clock/body)
:config (progn
(require 'db-org)
(setq org-home-task-id "ade37344-ccd9-4c93-aa15-406886a86627"
org-working-task-id "a686ba96-116e-457b-94c1-5dbc42f9c051")
(setq db/org-default-work-file "~/Documents/uni/admin/misc/work.org"
db/org-default-home-file "~/Documents/home/admin/home.org"
db/org-default-notes-file "~/Documents/home/misc/notes.org"
db/org-default-refile-file "~/Desktop/refile.org"
db/org-default-pensieve-file "~/Documents/home/misc/pensieve.org.gpg")
(require 'db-org)
;; avoid important buffers to end up in `org-agenda-new-buffers by
;; opening them manually
(mapc #'find-file-noselect org-agenda-files)