From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: capture template question Date: Fri, 03 Aug 2012 11:13:04 +0200 Message-ID: <87fw84qqxr.fsf@thinkpad.tsdh.de> References: <87mx2deqc0.fsf@ericabrahamsen.net> <878vdx3hb1.fsf@thinkpad.tsdh.de> <87pq79d71n.fsf@ericabrahamsen.net> <87y5lxpc2x.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxDwe-0004uK-9o for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 05:13:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxDwY-00032k-Hk for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 05:13:20 -0400 Received: from plane.gmane.org ([80.91.229.3]:44045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxDwY-00032d-Ao for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 05:13:14 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SxDwX-0007iy-U6 for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 11:13:13 +0200 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Aug 2012 11:13:13 +0200 Received: from tsdh by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Aug 2012 11:13:13 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien 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