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