From 248314ec29a676b382fd7f25afb36fed727e2ae3 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Sun, 3 Jun 2018 08:15:06 +0200 Subject: [PATCH] changed path to mobile notes folder --- config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index ab1fb6b..d5d7299 100644 --- a/config.org +++ b/config.org @@ -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"