From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yagnesh Raghava Yakkala Subject: Re: Inserting a comma as prefix of headlines (in Org code blocks) Date: Fri, 01 Mar 2013 05:06:00 +0900 Message-ID: <87sj4gmcev.fsf@yagnesh.org> 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> <86vc9cza42.fsf@iro.umontreal.ca> <87zjyomkx9.fsf@yagnesh.org> <86mwuoz1cg.fsf@iro.umontreal.ca> 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]:35334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB9jx-0003GT-L5 for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 15:06:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB9jw-000412-NO for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 15:06:05 -0500 Received: from mailgate4.sys.hokudai.ac.jp ([133.87.1.143]:54084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB9jw-0003zW-DA for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 15:06:04 -0500 Received: from mailgate4.sys.hokudai.ac.jp (localhost.localdomain [127.0.0.1]) by localhost.sys.hokudai.ac.jp (Postfix) with ESMTP id F123613F608 for ; Fri, 1 Mar 2013 05:05:56 +0900 (JST) Received: from okhotsk19 (okhotsk19.lowtem.hokudai.ac.jp [133.87.217.175]) by mailgate4.sys.hokudai.ac.jp (Postfix) with ESMTP id E5BF242E902 for ; Fri, 1 Mar 2013 05:05:56 +0900 (JST) In-Reply-To: <86mwuoz1cg.fsf@iro.umontreal.ca> (=?utf-8?Q?=22Fran=C3=A7ois?= Pinard"'s message of "Thu, 28 Feb 2013 14:26:39 -0500") 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: =?utf-8?Q?Fran=C3=A7ois?= Pinard Cc: emacs-orgmode@gnu.org, aka.tkf@gmail.com [CC'ed to Takafumi Arakaki, author of orgparse] Hello Fran=C3=A7ois, > Do you know happen to know how conforming it is? I can't comment on that, since I haven't really used it for anything. > I wrote many ad hoc parsers for Org already, but what I would like > is something really close to the parser which comes with the new > exporter, both in syntax and concept nomenclature,=20 AFAIU it is pretty cleanly written and even includes tests., though its jus= t a reader and can't be used for exporting right now. By glancing through It se= ems it doesn't entirely know Org's syntax, especially babel related. tkf may tell us more. Thanks., --=20 =E0=B0=8E=E0=B0=82=E0=B0=A6=E0=B0=B0=E0=B1=8B =E0=B0=AE=E0=B0=B9=E0=B0=BE= =E0=B0=A8=E0=B1=81=E0=B0=AD=E0=B0=BE=E0=B0=B5=E0=B1=81=E0=B0=B2=E0=B1=81 = =E0=B0=85=E0=B0=82=E0=B0=A6=E0=B0=B0=E0=B0=BF=E0=B0=95=E0=B0=BF =E0=B0=B5= =E0=B0=82=E0=B0=A6=E0=B0=A8=E0=B0=AE=E0=B1=81=E0=B0=B2=E0=B1=81. YYR