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

2012-06-12 Thread Nicolas Goaziou
Hello, Michael Brand michael.ch.br...@gmail.com 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

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 n.goaz...@gmail.com 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

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 n.goaz...@gmail.com 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

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 part of

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

2011-11-22 Thread Brian Wightman
On Mon, Nov 21, 2011 at 12:50 PM, Nicolas Goaziou n.goaz...@gmail.com 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

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 n.goaz...@gmail.com writes: Hello, I've added org-element.el in

[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:

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

2011-11-21 Thread Martyn Jago
Nicolas Goaziou n.goaz...@gmail.com 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

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 of