From 184e46f59af60c8243f85af8d3fe6fc608b397c8 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 12 Apr 2020 20:51:22 +0200 Subject: [PATCH] Enable org-id module by default --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.org b/config.org index 26f8d29..5a53af4 100644 --- a/config.org +++ b/config.org @@ -11,6 +11,7 @@ - [[#org-mode][Org mode]] - [[#agenda-setup][Agenda setup]] - [[#journal][Journal]] + - [[#org-ids][Org IDs]] - [[#doom-specific][Doom specific]] * Misc @@ -220,6 +221,15 @@ For [[https://github.com/bastibe/org-journal][org-journal]] I want weekly entrie (add-to-list 'auto-mode-alist (cons org-journal-file-pattern 'org-journal-mode))) #+END_SRC +** Org IDs + +Org can link to entries using UUIDs, but we need the module to be loaded for +links to work: + +#+BEGIN_SRC emacs-lisp +(add-to-list 'org-modules 'org-id) +#+END_SRC + ** Doom specific Doom replaces the default tab behavior on headings, this restores the default