Browse Source

added mobile folder to org

master
Marc 4 years ago
parent
commit
4c532b51d0
1 changed files with 3 additions and 2 deletions
  1. 5
      init.org

5
init.org

@ -507,8 +507,8 @@ Windows Theme:
(concat MY--PATH_ORG_FILES "projects.org") (concat MY--PATH_ORG_FILES "projects.org")
(concat MY--PATH_ORG_FILES "tasks.org"))) (concat MY--PATH_ORG_FILES "tasks.org")))
(when *sys/linux* (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") (setq org-id-locations-file (concat MY--PATH_USER_LOCAL ".org-id-locations")
org-log-into-drawer "LOGBOOK") org-log-into-drawer "LOGBOOK")
@ -525,6 +525,7 @@ Windows Theme:
(setq org-log-done 'time)) ;; create timestamp when task is done (setq org-log-done 'time)) ;; create timestamp when task is done
#+END_SRC #+END_SRC
** languages ** languages
:PROPERTIES: :PROPERTIES:
:ID: ad3af718-d0db-448c-9f75-eb9e250c2862 :ID: ad3af718-d0db-448c-9f75-eb9e250c2862

Loading…
Cancel
Save