Re: [O] capture template question

2012-08-03 Thread Tassilo Horn
Bastien b...@gnu.org writes:

 Rather than trying to add various ways of citing links, perhaps it
 would be nice to have a format code for the literal link to the thing
 under point at time of capture? What I mean is, something like %l
 so I could do this:

 * EMAIL Respond to [[%l][%:fromname]]%?

 Good idea.  You can now use %l to insert this literal link.

Oh, why I didn't come up with something like that is because the docs
state that %:fromname is not supported by Gnus.

,[ C-h v org-capture-templates RET ]
| org-capture-templates is a variable defined in `org-capture.el'.
| [...]
| Link type   |  Available information
| 
+--
| bbdb|  %:type %:name %:company
| vm, wl, mh, mew, rmail  |  %:type %:subject %:message-id
| |  %:from %:fromname %:fromaddress
| |  %:to   %:toname   %:toaddress
| |  %:fromto (either to NAME or from NAME)
| |  %:date
| |  %:date-timestamp (as active timestamp)
| |  %:date-timestamp-inactive (as inactive timestamp)
| gnus|  %:group, for messages also all email fields
| w3, w3m |  %:type %:url
| info|  %:type %:file %:node
| calendar|  %:type %:date
`

Should gnus also by in the list of vm, wl, mh, mew, and rmail?

Bye,
Tassilo




Re: [O] capture template question

2012-08-03 Thread Bastien
Tassilo Horn t...@gnu.org writes:

 Should gnus also by in the list of vm, wl, mh, mew, and rmail?

Indeed.  Fixed, thanks,

-- 
 Bastien



Re: [O] capture template question

2012-08-03 Thread Eric Abrahamsen
On Fri, Aug 03 2012, Tassilo Horn wrote:

 Bastien b...@gnu.org writes:

 Rather than trying to add various ways of citing links, perhaps it
 would be nice to have a format code for the literal link to the thing
 under point at time of capture? What I mean is, something like %l
 so I could do this:

 * EMAIL Respond to [[%l][%:fromname]]%?

 Good idea.  You can now use %l to insert this literal link.

 Oh, why I didn't come up with something like that is because the docs
 state that %:fromname is not supported by Gnus.

 ,[ C-h v org-capture-templates RET ]
 | org-capture-templates is a variable defined in `org-capture.el'.
 | [...]
 | Link type   |  Available information
 | 
 +--
 | bbdb|  %:type %:name %:company
 | vm, wl, mh, mew, rmail  |  %:type %:subject %:message-id
 | |  %:from %:fromname %:fromaddress
 | |  %:to   %:toname   %:toaddress
 | |  %:fromto (either to NAME or from NAME)
 | |  %:date
 | |  %:date-timestamp (as active timestamp)
 | |  %:date-timestamp-inactive (as inactive timestamp)
 | gnus|  %:group, for messages also all email fields
 | w3, w3m |  %:type %:url
 | info|  %:type %:file %:node
 | calendar|  %:type %:date
 `

 Should gnus also by in the list of vm, wl, mh, mew, and rmail?

I had always assumed that for messages also all email fields meant
that all the codes mentioned for the other MUAs also applied… %:fromname
is working for me out of gnus.

E


 Bye,
 Tassilo




-- 
GNU Emacs 24.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.11)
 of 2012-08-02 on pellet
7.8.11




Re: [O] capture template question

2012-08-02 Thread Eric Abrahamsen
On Thu, Aug 02 2012, Bastien wrote:

 Hi Eric,

 Eric Abrahamsen e...@ericabrahamsen.net writes:

 Rather than trying to add various ways of citing links, perhaps it would
 be nice to have a format code for the literal link to the thing under
 point at time of capture? What I mean is, something like %l so I could
 do this:

 * EMAIL Respond to [[%l][%:fromname]]%?

 Good idea.  You can now use %l to insert this literal link.

Brilliant! Thank you.

-- 
GNU Emacs 24.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.11)
 of 2012-08-02 on pellet
7.8.11