Remove org-mobile integration
This commit is contained in:
parent
51f089c47a
commit
07ac597627
|
@ -146,18 +146,6 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
|
|
||||||
(add-to-list 'org-refile-targets '(org-agenda-files . (:maxlevel . 2)) t)
|
(add-to-list 'org-refile-targets '(org-agenda-files . (:maxlevel . 2)) t)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Mobile agenda integration
|
|
||||||
Better syncing to mobile, for use with [[https://github.com/orgzly-revived/orgzly-android-revived][Orgzly]].
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(with-eval-after-load 'org
|
|
||||||
(setq org-mobile-directory "~/.orgmobile/"
|
|
||||||
org-mobile-agendas nil
|
|
||||||
org-mobile-files '(org-agenda-files)
|
|
||||||
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))
|
|
||||||
#+end_src
|
|
||||||
* org-journal
|
* org-journal
|
||||||
#+begin_src emacs-lisp :results output silent
|
#+begin_src emacs-lisp :results output silent
|
||||||
(use-package org-journal
|
(use-package org-journal
|
||||||
|
|
Loading…
Reference in a new issue