Eric Abrahamsen <e...@ericabrahamsen.net> 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