From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Macro question with new texinfo exporter Date: Wed, 30 Jan 2013 10:22:17 +0100 Message-ID: <87vcae53fi.fsf@bzg.ath.cx> References: <877gmvalzn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Vjk-0000qD-M3 for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:21:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0Vjj-0004cV-4E for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:21:52 -0500 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:47325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Vji-0004cL-Ua for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:21:51 -0500 Received: by mail-wg0-f42.google.com with SMTP id 12so2783754wgh.3 for ; Wed, 30 Jan 2013 03:21:50 -0800 (PST) In-Reply-To: <877gmvalzn.fsf@gmail.com> (Nicolas Goaziou's message of "Tue, 29 Jan 2013 19:21:32 +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: Nicolas Goaziou Cc: Org-mode , "Thomas S. Dye" Hi Nicolas, Nicolas Goaziou writes: > We ought to modify it. Perhaps something like: > > {{{name arg1 "arg2 with space" "arg3 \"with\" quote"}}} 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. 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. -- Bastien