From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: emacs-orgmode@gnu.org
Subject: Re: sending an email to an orgmode file?
Date: Wed, 21 Dec 2016 17:36:29 +0000 [thread overview]
Message-ID: <87poklyyjm.fsf@ucl.ac.uk> (raw)
In-Reply-To: 20b6df15a79842e094d01fcc2ed2eda8@HE1PR01MB1898.eurprd01.prod.exchangelabs.com
[-- Attachment #1: Type: text/plain, Size: 805 bytes --]
On Wednesday, 21 Dec 2016 at 17:18, Richard Lawrence wrote:
[...]
> In my own setup, I've settled on just making it easy to linking to an
> email from a new TODO entry. This is a very general mechanism that
> works well for me, even though it is not completely automatic. I
> describe my setup below.
I do the same thing, using the following template for org-capture which
creates a task:
#+begin_src emacs-lisp
("mt"
"mailtodo"
entry (file+datetree "~/s/notes/tasks.org")
"* TODO %^{Task} : %:subject %^G\nSCHEDULED: %t\n- From :: %:from\n- Subject :: %:subject\n- Email :: %a\n\n%?"
:kill-buffer t)
#+end_src
I have an equivalent capture template for notes based on emails.
--
: Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.2-104-gf5b7de
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]
next prev parent reply other threads:[~2016-12-21 20:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-21 10:36 sending an email to an orgmode file? Xebar Saram
2016-12-21 17:18 ` Richard Lawrence
[not found] ` <20b6df15a79842e094d01fcc2ed2eda8@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-12-21 17:36 ` Eric S Fraga [this message]
2016-12-22 10:21 ` Karl Voit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87poklyyjm.fsf@ucl.ac.uk \
--to=e.fraga@ucl.ac.uk \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).