Reduced selection of org files sent to mobile
This commit is contained in:
parent
28e4dd01e5
commit
4aa06e671f
|
@ -150,7 +150,8 @@ Better syncing to mobile, for use with [[https://github.com/orgzly-revived/orgzl
|
|||
(with-eval-after-load 'org
|
||||
(setq org-mobile-directory "~/.orgmobile/"
|
||||
org-mobile-agendas nil
|
||||
org-mobile-files '(org-agenda-files)
|
||||
org-mobile-files (list (expand-file-name "diary.org" org-directory)
|
||||
(expand-file-name "task.org" org-directory))
|
||||
org-mobile-inbox-for-pull (expand-file-name "inbox.org" org-directory)
|
||||
org-mobile-force-id-on-agenda-items nil)
|
||||
(add-hook 'org-capture-finalize-hook #'org-mobile-push))
|
||||
|
|
Loading…
Reference in a new issue