🐛 (work) Fix org-mime-htmlize call
All checks were successful
Publish / publish (push) Successful in 10s

This commit is contained in:
Marcel Kapfer 2025-02-11 15:18:53 +01:00
parent d4a4228fc4
commit 8f64ea9920
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -2789,7 +2789,7 @@ The [[https://github.com/org-mime/org-mime][org-mime]] package thankfully allows
:with-author nil
:with-toc nil))
(defun my/org-mime-htmlize ()
(when mmk2410/work
(when (mmk2410/work)
(org-mime-htmlize)))
:hook (message-send . my/org-mime-htmlize))
#+end_src