Re: [O] [ANN] Org Elements in contrib

2012-06-12 Thread Michael Brand
Hi Nicolas On Tue, Jun 12, 2012 at 2:32 PM, Nicolas Goaziou wrote: > This bug should be fixed now. I confirm that it is fixed. And as I see from your commit: Thanks to your modular and therefore stable design it is fixed also for other cases that I didn't test before with table or list as the on

Re: [O] [ANN] Org Elements in contrib

2012-06-12 Thread Nicolas Goaziou
Hello, Michael Brand writes: > Not sure if the following should be supported by > org-element-interpret-data: > > #+BEGIN_SRC org > ,variable declaration in some programming languages: > ,- Perl :: the variable declaration can be implicit > ,- C :: > , #+BEGIN_SRC C > ,time_t vari

Re: [O] [ANN] Org Elements in contrib

2012-06-10 Thread Michael Brand
Hi Nicolas On Mon, Nov 21, 2011 at 7:50 PM, Nicolas Goaziou wrote: > I've added org-element.el in contrib directory. It is a complete parser > and interpreter for Org syntax. > > [...] > > the following code will parse the buffer, interpret the parsed > tree, and create a canonical copy of it (no

Re: [O] [ANN] Org Elements in contrib

2011-11-23 Thread Wes Hardaker
> On Tue, 22 Nov 2011 06:00:49 -1000, t...@tsdye.com (Thomas S. Dye) said: TSD> This looks brilliant. The interactive functions seem to know their way TSD> around my various org-mode files. Looking forward to the generic TSD> exporter and the LaTeX back-end. Most specifically, the hardest p

Re: [O] [ANN] Org Elements in contrib

2011-11-22 Thread Thomas S. Dye
Aloha Nicolas, This looks brilliant. The interactive functions seem to know their way around my various org-mode files. Looking forward to the generic exporter and the LaTeX back-end. All the best, Tom Nicolas Goaziou writes: > Hello, > > > I've added org-element.el in contrib directory. It

Re: [O] [ANN] Org Elements in contrib

2011-11-22 Thread Brian Wightman
On Mon, Nov 21, 2011 at 12:50 PM, Nicolas Goaziou wrote: > I've added org-element.el in contrib directory. It is a complete parser > and interpreter for Org syntax. > > While it was written to be extensible, it is also an attempt to > normalize current syntax and provide guidance for its evolution

Re: [O] [ANN] Org Elements in contrib

2011-11-21 Thread Eric Abrahamsen
On Tue, Nov 22 2011, Nicolas Goaziou wrote: > Hello, > > > I've added org-element.el in contrib directory. It is a complete parser > and interpreter for Org syntax. This looks great! Is the eventual idea to use this library for other basic org functionality? It seems ideal for replacing the guts

Re: [O] [ANN] Org Elements in contrib

2011-11-21 Thread Martyn Jago
Nicolas Goaziou writes: Hi Nicolas > Hello, > > > I've added org-element.el in contrib directory. It is a complete parser > and interpreter for Org syntax. > > While it was written to be extensible, it is also an attempt to > normalize current syntax and provide guidance for its evolution. > > Or

[O] [ANN] Org Elements in contrib

2011-11-21 Thread Nicolas Goaziou
Hello, I've added org-element.el in contrib directory. It is a complete parser and interpreter for Org syntax. While it was written to be extensible, it is also an attempt to normalize current syntax and provide guidance for its evolution. Org syntax can be divided into three categories: "Great