From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takafumi Arakaki Subject: Re: Inserting a comma as prefix of headlines (in Org code blocks) Date: Fri, 1 Mar 2013 17:23:53 +0100 Message-ID: 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> <87sj4gmcev.fsf@yagnesh.org> 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]:53878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBSkp-00020o-Tv for emacs-orgmode@gnu.org; Fri, 01 Mar 2013 11:24:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBSko-00005K-Li for emacs-orgmode@gnu.org; Fri, 01 Mar 2013 11:24:15 -0500 Received: from mail-oa0-f42.google.com ([209.85.219.42]:52741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBSko-00005F-Gs for emacs-orgmode@gnu.org; Fri, 01 Mar 2013 11:24:14 -0500 Received: by mail-oa0-f42.google.com with SMTP id i18so6004285oag.1 for ; Fri, 01 Mar 2013 08:24:13 -0800 (PST) In-Reply-To: <87sj4gmcev.fsf@yagnesh.org> 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: Yagnesh Raghava Yakkala Cc: =?ISO-8859-1?Q?Fran=E7ois_Pinard?= , emacs-orgmode@gnu.org Hi, Indeed, orgparse can parse only subset of org syntax. It is primary developed for OrgViz [1] which is an app to view your org files in various formats including calendar, graph and table. That's why it doesn't understand babel stuff. I thought I'd advertise it in org ML at some point but I was too lazy to do that. As orgparse supports `:PROPERTIES:', I think it is not hard to support babel syntax. If somebody can write a patch I am happy to review and pull it. [1] https://github.com/tkf/orgviz On Thu, Feb 28, 2013 at 9:06 PM, Yagnesh Raghava Yakkala w= rote: > > [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, > > AFAIU it is pretty cleanly written and even includes tests., though its j= ust a > reader and can't be used for exporting right now. By glancing through It = seems > it doesn't entirely know Org's syntax, especially babel related. > > tkf may tell us more. > > Thanks., > -- > =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