tweak(org): org-effort-property = EFFORT

This commit is contained in:
Henrik Lissner 2024-06-28 19:11:28 -04:00
parent 36a1cda724
commit d9c5f747ab
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1459,6 +1459,9 @@ between the two."
(setq org-num-face '(:inherit org-special-keyword :underline nil :weight bold)
org-num-skip-tags '("noexport" "nonum"))
;; Other org properties are all-caps. Be consistent.
(setq org-effort-property "EFFORT")
;; Prevent modifications made in invisible sections of an org document, as
;; unintended changes can easily go unseen otherwise.
(setq org-catch-invisible-edits 'smart)