Browse Source

fixed org paths

master
Marc Pohling 6 years ago
parent
commit
e4a88a1534
1 changed files with 3 additions and 6 deletions
  1. 9
      config.org

9
config.org

@ -739,12 +739,12 @@ echo 'cleaned .elc from package directory'
(concat PATH_ORG_FILES "todo.org")))) (concat PATH_ORG_FILES "todo.org"))))
("home" ("home"
(progn (progn
(defvar PATH_ORG_FILES "~/Archiv/Organisieren/Todo/")
(defvar PATH_ORG_FILES_TODO "~/Archiv/Organisieren/Todo/")
(defvar PATH_ORG_JOURNAL "~/Archiv/Organisieren/Journal/") (defvar PATH_ORG_JOURNAL "~/Archiv/Organisieren/Journal/")
(defvar PATH_START "~/Archiv/Organisieren/")
(defvar PATH_ORG_FILES "~/Archiv/Organisieren/")
(setq org-default-notes-file (concat PATH_ORG_FILES "notes.org")) (setq org-default-notes-file (concat PATH_ORG_FILES "notes.org"))
;; includes subdirectories, too ;; includes subdirectories, too
(setq org-agenda-files (list PATH_ORG_FILES))))
(setq org-agenda-files (list PATH_ORG_FILES PATH_ORG_FILES_TODO))))
) )
(setq org-id-locations-file (concat PATH_USER_LOCAL ".org-id-locations")) (setq org-id-locations-file (concat PATH_USER_LOCAL ".org-id-locations"))
@ -844,9 +844,6 @@ Org overwrites RET and C-j, so I need to disable the rebinds
) )
#+END_SRC #+END_SRC
*** Org capture
Work specific org-capture-templates
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(pcase my/whoami (pcase my/whoami
("work_remote" ("work_remote"

Loading…
Cancel
Save