mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
tweak(org): org-effort-property = EFFORT
This commit is contained in:
@@ -1459,6 +1459,9 @@ between the two."
|
|||||||
(setq org-num-face '(:inherit org-special-keyword :underline nil :weight bold)
|
(setq org-num-face '(:inherit org-special-keyword :underline nil :weight bold)
|
||||||
org-num-skip-tags '("noexport" "nonum"))
|
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
|
;; Prevent modifications made in invisible sections of an org document, as
|
||||||
;; unintended changes can easily go unseen otherwise.
|
;; unintended changes can easily go unseen otherwise.
|
||||||
(setq org-catch-invisible-edits 'smart)
|
(setq org-catch-invisible-edits 'smart)
|
||||||
|
Reference in New Issue
Block a user