From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org campture recursively expands %-escapes Date: Fri, 27 Nov 2015 00:02:36 +0100 Message-ID: <87610o2wkz.fsf@nicolasgoaziou.fr> References: <874mgb9gqv.fsf@nicolasgoaziou.fr> <87d1uwpm1a.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a25X3-00077v-G3 for emacs-orgmode@gnu.org; Thu, 26 Nov 2015 18:00:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a25Wy-0002mz-HO for emacs-orgmode@gnu.org; Thu, 26 Nov 2015 18:00:53 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:55628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a25Wy-0002mt-Aq for emacs-orgmode@gnu.org; Thu, 26 Nov 2015 18:00:48 -0500 In-Reply-To: (Samuel Wales's message of "Thu, 26 Nov 2015 15:10:23 -0700") 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: Samuel Wales Cc: Thomas Preindl , emacs-orgmode@gnu.org Samuel Wales writes: > the above is the only way i was able to get org-protocol to do what > i needed. OK. > i think i understand. maybe we need another way to pass %i. I guess we could restict "%()" evaluation to the Sexp defined in the initial template. Regards,