From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: Re: [Patch] New implementation of the Org remember process ready for comments and testing Date: Wed, 23 Jun 2010 11:38:54 +0200 Message-ID: References: <871vbz9mjm.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=57516 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORMXp-000787-E6 for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 05:47:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORMQC-0000hX-JT for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 05:39:06 -0400 Received: from lo.gmane.org ([80.91.229.12]:53596) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORMQC-0000hI-Bd for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 05:39:04 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1ORMQA-0001iB-NT for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 11:39:02 +0200 Received: from london.zeitform.net ([146.140.213.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jun 2010 11:39:02 +0200 Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jun 2010 11:39:02 +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: emacs-orgmode@gnu.org 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