From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: mlorg : yet another parser for org-mode (Written in OCaml contained in org-mode files) Date: Thu, 01 Mar 2012 20:18:33 +0100 Message-ID: <87aa409lkm.fsf@gmail.com> References: <20120226164145.GA28270@ananas> <20120227170602.GA12110@ananas> <87d390rzfj.fsf@gmx.com> <20100801233738.GA18949@litchi> <87hay8a259.fsf@gmail.com> <20120301154425.GA28555@litchi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3BYi-0004Wz-N4 for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 14:21:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3BYd-0001Mw-Ts for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 14:21:00 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:39125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3BYd-0001MZ-LL for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 14:20:55 -0500 Received: by wibhi20 with SMTP id hi20so210837wib.0 for ; Thu, 01 Mar 2012 11:20:53 -0800 (PST) In-Reply-To: <20120301154425.GA28555@litchi> (Simon Castellan's message of "Thu, 1 Mar 2012 16:44:25 +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: Simon Castellan Cc: emacs-orgmode@gnu.org, Eric Schulte Simon Castellan writes: > For now I am rebasing my parser on your categories (I must say I was > lacking a lot). Please let me know when you change your syntaxic > categories (by change you mean additions only or removals as well ?). I have a couple additions in mind: I'd like to refine table parsing. I'll probably add "table-row" and "table-cell" elements. I'd like to introduce a new type of drawers too, but that's another story. There's no removal in sight, though. I'll keep you informed on changes in that area. > I will try in my sources to document meanings and (very) informal > syntax of handled constructions. This could be a starter for the complete document to come. > Besides, what are "export snippets" ? I can't find a reference to it > in the manual. They're an experimental syntax I introduced to replace and generalize HTML tags (@). They are, more or less, the inline counterpart of export blocks. For example, one should be able to use @html{}, but also @latex{\hfill{}}, etc. and back-ends filter out all but one category. Regards, -- Nicolas Goaziou