|
|
@ -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 |
|
|
|