From ff9d35d02616b081c266f1e74d84299b21bb2845 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 12 Jan 2025 20:15:54 +0100 Subject: [PATCH] Dont export email --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index de3a37f6..7be345af 100755 --- a/init.el +++ b/init.el @@ -1675,7 +1675,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (org-export-with-drawers nil) (org-export-with-date t) (org-export-with-entities t) - (org-export-with-email t) + (org-export-with-email nil) (org-export-with-footnotes t) (org-export-headline-levels 3) (org-export-with-inlinetasks nil)