🐛 (work) Fix org-mime-htmlize call
All checks were successful
Publish / publish (push) Successful in 10s
All checks were successful
Publish / publish (push) Successful in 10s
This commit is contained in:
parent
d4a4228fc4
commit
8f64ea9920
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue