|
|
@ -1209,6 +1209,14 @@ Elpaca cant find it, though it's built in org |
|
|
|
org-habit-show-habits-only-for-today nil) |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
** contacts |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(use-package org-contacts |
|
|
|
:ensure (:host nil :repo "https://repo.or.cz/org-contacts.git") |
|
|
|
:after org |
|
|
|
:custom |
|
|
|
(org-contacts-files (list (concat MY--PATH_ORG_ROAM "contacts. org")))) |
|
|
|
#+END_SRC |
|
|
|
** *TODO* |
|
|
|
[[https://github.com/nobiot/org-transclusion][org-transclusion]]? |
|
|
|
|
|
|
|