|
|
@ -277,6 +277,14 @@ Some windows specific stuff |
|
|
|
org-habit-following-days 7 |
|
|
|
org-habit-show-habits-only-for-today nil) |
|
|
|
#+END_SRC |
|
|
|
** org-id |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(use-package org-id |
|
|
|
:config |
|
|
|
(setq org-id-link-to-org-use-id t) |
|
|
|
(org-id-update-id-locations)) ;; update id file .org-id-locations on startup |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
** *TODO* |
|
|
|
org-super-agenda |
|
|
|
|
|
|
|