From 4c532b51d007fa9a1b2081d1f49a7a29798aa952 Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 10 Sep 2020 12:50:20 +0200 Subject: [PATCH] added mobile folder to org --- init.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 9ce6cf4..2a7ba17 100644 --- a/init.org +++ b/init.org @@ -507,8 +507,8 @@ Windows Theme: (concat MY--PATH_ORG_FILES "projects.org") (concat MY--PATH_ORG_FILES "tasks.org"))) (when *sys/linux* - (setq org-agenda-files (list org-agenda-files - MY--PATH_ORG_FILES_MOBILE))) + (nconc org-agenda-files + (directory-files-recursively MY--PATH_ORG_FILES_MOBILE "\\.org$"))) (setq org-id-locations-file (concat MY--PATH_USER_LOCAL ".org-id-locations") org-log-into-drawer "LOGBOOK") @@ -525,6 +525,7 @@ Windows Theme: (setq org-log-done 'time)) ;; create timestamp when task is done #+END_SRC + ** languages :PROPERTIES: :ID: ad3af718-d0db-448c-9f75-eb9e250c2862