From d6737a7b73e2b77ca83ad4ff4975f55feb2d0a21 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 15 Jun 2021 21:54:54 +0200 Subject: Prepend captures --- gui/conf/email.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui/conf/email.el') diff --git a/gui/conf/email.el b/gui/conf/email.el index bcce8fe..68c1b09 100644 --- a/gui/conf/email.el +++ b/gui/conf/email.el @@ -59,4 +59,5 @@ (add-to-list 'org-capture-templates '("m" "eMail note" entry (file org-default-notes-file) - "* TODO /%:subject/\n See %a\n\n%?")) + "* TODO /%:subject/\n See %a\n\n%?" + :prepend t)) -- cgit v1.2.3