Matteo Valsasina <mat...@valsasina.com> writes:
CAPTURE TEMPLATE FOR ORG:
("m" "TODO from Mail" entry (file+headline "~/org_todo/notes.org" "Mail Tasks")
"* TODO %? %a\nSCHEDULED: %t
:PROPERTIES:
:CREATED: %U
:END:
:LOGBOOK:"
:prepend t :empty-lines 1)
Thank you Matteo for this template, I also use mu4e and was looking for
something to start with!
Just a small nit, I think there's a missing closing :END: after :LOGBOOK: in
your template.
Mu4e offers a few fields I can use to customize this template, as explained in (info "(mu4e)
Org-mode") or
https://www.djcbsoftware.nl/code/mu/mu4e/Org_002dmode-links.html
Cheers,