From 8f64ea992070ee9c2ce02493ee94ac4f6525d451 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 11 Feb 2025 15:18:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(work)=20Fix=20org-mime-htmlize?= =?UTF-8?q?=20call?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index b99af33..3b413d3 100644 --- a/config.org +++ b/config.org @@ -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