From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: Re: Inserting a comma as prefix of headlines (in Org code blocks) Date: Thu, 28 Feb 2013 11:17:17 -0500 Message-ID: <86vc9cza42.fsf@iro.umontreal.ca> 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; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB6Af-00076b-EQ for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 11:17:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB6Aa-0004SM-5b for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 11:17:25 -0500 Received: from bureau.ubity.com ([64.254.249.42]:47994 helo=mercure.bureau.ubity.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB6Aa-0004S3-29 for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 11:17:20 -0500 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: emacs-orgmode@gnu.org Nicolas Goaziou writes: > I can write a document describing Org syntax, as seen by the parser [...] That would undoubtedly be useful. There is a need I often have, and never found the time to fill so far, for a dependable Python parser for Org syntax. I thought I could read the Emacs Lisp code of the parser to get a firm grasp of the syntax first, but surely, a formal document acting as a reference might be easier for me to get me started, at least in that it separates what is official and what is incidental in the syntax. I got the vague impression (unsubstantiated right now, I've not been in that area of Org for a while) that it would help uncoupling Org syntax from some Emacs intricacies. I'd need a serious revision to get a firmer opinion. Fran=C3=A7ois P.S. Another need I think I'll soon have is some machinery for generating HTML out of dynamic Org snippets, using Python. I could of course have Emacs running in background to "serve" a Web application, but it looks rather awkward to me, and for one specific application of ours, I really starve for using Org instead of HTML, whenever possible.