From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: [Patch] New implementation of the Org remember process ready for comments and testing Date: Wed, 23 Jun 2010 12:29:52 +0200 Message-ID: <87wrtqghy7.fsf@gmx.de> References: <871vbz9mjm.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=55726 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORNDJ-0005qr-OA for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 06:29:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORNDI-0003OD-3c for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 06:29:49 -0400 Received: from mail.gmx.net ([213.165.64.20]:40053) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1ORNDH-0003Ng-N7 for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 06:29:48 -0400 In-Reply-To: (Ulf Stegemann's message of "Wed, 23 Jun 2010 11:38:54 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ulf Stegemann Cc: emacs-orgmode@gnu.org Ulf Stegemann writes: > Hi Carsten, Sebastian, > > just tried the new capture mechanism and it works quiet fine. I like it > a lot. Thanks for the work :) > > However ... > > Sebastian Rose wrote: > >> Here's the tested and working patch for org-protocol.el. > > ... it seems that with `org-protocol-capture' the place holders > `%:link', `%:description' and `%:initial' do not work anymore as they > are inserted literally. I must admit that I haven't looked at my > templates for a very long time and that those place holders may be > outdated, but with `org-protocol-remember' at least `%:description' > still works. > > Ulf Did those placeholders ever work through org-protocol? How exactly where they meant to work? Did you convert your remember-templates before testing? Or did you just copy/rename your `org-remeber-templates' variable to `org-capture-templates'? In the new variable `org-capture-templates', these placeholders are not guarantied to work (at least not documented). Use %c - this will be a link to the page in your browser %i - this will be the selected text in your browser, if any. This is, what `%:initial' was I guess. %a - same as %c Does that work for you? Best wishes Sebastian