diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 8bc5fc535..a17228d85 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -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)