Bump :lang org
bastibe/org-journal@8bf06b2 -> bastibe/org-journal@2c43b10 emacs-straight/org-mode@20c1322 -> emacs-straight/org-mode@93c50e3 oer/org-re-reveal@61549f4 -> oer/org-re-reveal@a9e9d4e org-roam/company-org-roam@3da3821 -> org-roam/company-org-roam@674c2bd org-roam/org-roam@ad5fca5 -> org-roam/org-roam@1267a43 Fixes #3123
This commit is contained in:
parent
10d9ca87e9
commit
e3ca1d52ad
2 changed files with 6 additions and 18 deletions
|
@ -831,19 +831,7 @@ compelling reason, so..."
|
|||
(after! org
|
||||
(add-to-list 'org-tags-exclude-from-inheritance "crypt")
|
||||
(add-hook! 'org-mode-hook
|
||||
(add-hook 'before-save-hook 'org-encrypt-entries nil t)))
|
||||
:config
|
||||
(after! epa
|
||||
;; HACK Fix #3123: `org-encrypt-string' expects `epa-file-encrypt-to' to be
|
||||
;; a string, but its docs say it can be a string or list of strings,
|
||||
;; and Doom sets it to a list of strings by default. Remove this when
|
||||
;; this is addressed upstream.
|
||||
;; TODO Report this upstream.
|
||||
(unless org-crypt-key
|
||||
(setq org-crypt-key
|
||||
(if (listp epa-file-encrypt-to)
|
||||
(car epa-file-encrypt-to)
|
||||
epa-file-encrypt-to)))))
|
||||
(add-hook 'before-save-hook 'org-encrypt-entries nil t))))
|
||||
|
||||
|
||||
(use-package! org-clock ; built-in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue