From 8c9406491bae547285d0e541199d0f8b7c838099 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 8 Dec 2019 16:56:26 +0000 Subject: [PATCH] added org-id --- init.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.org b/init.org index 15bff85..6cc48a2 100644 --- a/init.org +++ b/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