From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Macro question with new texinfo exporter Date: Wed, 30 Jan 2013 13:44:25 +0100 Message-ID: <87haly96xi.fsf@gmail.com> References: <877gmvalzn.fsf@gmail.com> <87vcae53fi.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0X1z-0002yz-8F for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:44:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0X1y-00045H-2x for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:44:47 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:38575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0X1x-00044O-Sf for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:44:46 -0500 Received: by mail-wi0-f177.google.com with SMTP id hm14so1561370wib.10 for ; Wed, 30 Jan 2013 04:44:45 -0800 (PST) In-Reply-To: <87vcae53fi.fsf@bzg.ath.cx> (Bastien's message of "Wed, 30 Jan 2013 10:22:17 +0100") 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: Bastien Cc: Org-mode , "Thomas S. Dye" Hello, Bastien writes: > FWIW I'm all for a variation of this > > {{{name(arg1 "arg2 with space" "arg3 \"with\" quote")}}} > > if we can also support the old syntax. Supporting old syntax is a bit tricky. Perhaps something like: - Find the first one to appear between comma and quote: - if it is a comma, use old syntax - in any other case, use new syntax. > The reason why I prefer the parentheses is that it makes > clear for newbies that the items within the parentheses > are arguments, whereas I find it less clear with no > parentheses. Write more Lisp ;) Regards, -- Nicolas Goaziou