1
0
Fork 0

Directly set variable to always create ID properties for links

This is mostly because I haven't had time to understand what the `:custom`
keyword is actually doing.  Apparently, it introduces customizations without
user interaction, which in turn makes changing default values a manual
process (by changing customizations one has never done) thus resulting in
inconsistent behavior.
Dieser Commit ist enthalten in:
Daniel - 2021-03-28 20:01:29 +02:00
Ursprung 185f1d75f3
Commit e2bd3880f1
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1C7071A75BB72D64
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -929,7 +929,7 @@
:commands (org-store-link))
(use-package org-id
:custom (org-id-link-to-org-use-id t))
:init (setq org-id-link-to-org-use-id t))
(use-package org-clock
:commands (org-clock-save)