emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] capture template question


From: Tassilo Horn
Subject: Re: [O] capture template question
Date: Thu, 02 Aug 2012 09:05:06 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Eric Abrahamsen <address@hidden> writes:

Hi Eric,

> I have a capture template that I use for noting gnus messages I want
> to respond to. What I'd like to end up with is:
>
> * EMAIL Respond to [[gnus.mail:sdfdfdfsdfdsfsdf][Bob Johnson]]
>
> Where the link address is the message under point, and the link
> description is the message's %:fromname.
>
> I may be dense, but I don't quite see if/how this is possible…

An org-capture-templates entry like that should do:

  ("e" "EMAIL" entry
   (file "/home/horn/Repos/org/remember.org") ;; adapt to your needs
   "* EMAIL Respond to %a%?")

In contrast to what you requested, the link's name is something like

  Email from Eric Abrahamsen: capture template question

I think, that's even better.  (Honestly, it seems there's no gnus link
support for picking out only the from-part.) :-)

Bye,
Tassilo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]