From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: sending an email to an orgmode file? Date: Wed, 21 Dec 2016 17:36:29 +0000 Message-ID: <87poklyyjm.fsf@ucl.ac.uk> References: <20b6df15a79842e094d01fcc2ed2eda8@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> Reply-To: Eric S Fraga Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJnDG-0007GV-3n for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 15:10:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJnDB-00085x-JJ for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 15:10:10 -0500 Received: from mail-he1eur01on0126.outbound.protection.outlook.com ([104.47.0.126]:27280 helo=EUR01-HE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cJnDB-00082u-6R for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 15:10:05 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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- Sub= ject :: %:subject\n- Email :: %a\n\n%?" :kill-buffer t) #+end_src=20 I have an equivalent capture template for notes based on emails. =2D-=20 : Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.2-104-gf5b7de --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWFq9nQAKCRDIkZPY//z2 fZZNAJ9tJ9ogIZCmPvKx5sM6K+RYGwpcjACff/C5rC1AX5iXcWL9VAut0khe5DQ= =FmFk -----END PGP SIGNATURE----- --=-=-=--