aboutsummaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-04-21 16:56:07 -0400
committerBardofSprites <[email protected]>2026-04-21 16:56:07 -0400
commita1beeeeac42fe96f75ee96047312dbbdf3fcb8df (patch)
tree8f57708c694478d651ce425cc361ddbc96d128bb /config.org
parent0b6ef49bd23ca27906dc4c8ead0aea6d146f17c1 (diff)
remove id tracking
Diffstat (limited to 'config.org')
-rw-r--r--config.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org
index 3362c52..c98e2a2 100644
--- a/config.org
+++ b/config.org
@@ -1309,6 +1309,7 @@ For a long time I really struggled with Emacs tab completion. It still only kind
(setq org-goto-interface 'outline-path-completion
org-outline-path-complete-in-steps nil
org-goto-max-level '2)
+ (setq org-id-track-globally nil)
(setq org-special-ctrl-a/e t)
(setq safe-local-variable-values '((org-refile-targets (nil :maxlevel . 3)))))
#+end_src