Browse Source

added org-id

master
Marc 4 years ago
parent
commit
8c9406491b
1 changed files with 8 additions and 0 deletions
  1. 8
      init.org

8
init.org

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

Loading…
Cancel
Save