From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Inserting a comma as prefix of headlines (in Org code blocks) Date: Thu, 28 Feb 2013 11:15:30 +0100 Message-ID: <87y5e8d9rx.fsf@bzg.ath.cx> References: <86fw0i9lu4.fsf@somewhere.org> <87sj4irt1y.fsf@gmail.com> <87r4k2eyub.fsf@bzg.ath.cx> <87obf5syru.fsf@gmail.com> <878v69nz7u.fsf@bzg.ath.cx> <87vc9dpc7r.fsf@gmail.com> <87fw0gg6o3.fsf@bzg.ath.cx> <87mwuopxru.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB0Wb-0006DI-4y for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 05:15:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB0WT-0007z1-W1 for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 05:15:41 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:53496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB0WT-0007yp-QW for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 05:15:33 -0500 Received: by mail-wi0-f175.google.com with SMTP id l13so7460038wie.14 for ; Thu, 28 Feb 2013 02:15:33 -0800 (PST) In-Reply-To: <87mwuopxru.fsf@gmail.com> (Nicolas Goaziou's message of "Thu, 28 Feb 2013 10:56:21 +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: OrgMode ML , Sebastien Vauban Hi Nicolas, Nicolas Goaziou writes: > I can write a document describing Org syntax, as seen by the parser, if > needed. It may serve as a first draft for an appendix in the Org manual. It will be useful in general; it will spare us miscommunication on various aspects of the parser. So please feel free to go ahead. But be prepared for dealing with some stubbornness on my side: documenting the parser does not mean every issue should be solved thinking in terms of the parser. Sometimes there should be a tradeoff between what the parser can parse and what the UI should offer. More on this later on, probably tomorrow! Thanks in any case, -- Bastien