Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-12-12 Thread Giovanni Giorgi
Hi, sorry for my late response. I have little time right now, but I think org-mode could be integrated. The current node.js org-mode parser is not designed to take care of the content of a paragraph (for instance it will not be able to detect numbered lists), and I fear this is its major weak po

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-12-11 Thread Bastien
Eric Schulte writes: > This is the first I've seen of substance.io, it looks very interesting. > I wonder how similar the substance document data structure is to the new > org-parse data structure, and if it would be difficult or rewarding to > write a translator between the two. I wonder the sa

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-12-11 Thread Eric Schulte
Bastien writes: > Hi Giovanni, > > Giovanni Giorgi writes: > >> I have just published my org-mode parser for the node-js javascript >> based server: >> >> http://gioorgi.com/org-mode-parser/ > > Thanks! > > Could this somehow be plugged to Substance? Or could this be > adapted to export Org fi

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-12-11 Thread Bastien
Hi Giovanni, Giovanni Giorgi writes: > I have just published my org-mode parser for the node-js javascript > based server: > > http://gioorgi.com/org-mode-parser/ Thanks! Could this somehow be plugged to Substance? Or could this be adapted to export Org files in the Data.Graph data format?

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-10-29 Thread Bastien
Hi Eric, Eric Schulte writes: > We should start a page on Worg with links to external tools for > manipulating Org-mode files. Such a page could point to this > implementation as well as the python, ruby org libraries and maybe even > the Vim clone of Org-mode. There is such a page already:

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-10-06 Thread Eric Schulte
This is great. We should start a page on Worg with links to external tools for manipulating Org-mode files. Such a page could point to this implementation as well as the python, ruby org libraries and maybe even the Vim clone of Org-mode. Thanks for sharing! -- Eric Giovanni Giorgi writes: >

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-10-05 Thread Giovanni Giorgi
Hi, you can find a simple example here https://github.com/daitangio/org-mode-parser [4] with the source code too. Anyway, the simpler way is to install the package (via npm) and use the makelist(...) function to read and parse in an asyncronous way the org-nodes: var orgParser=require(

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-10-05 Thread Chris Malone
Hi Gio, Perhaps it is my ignorance of how this all works, but do you have a small example of how/why one would use this? As is obvious from my question, I'm not familiar with nodejs. Chris On Oct 4, 2011, at 6:43 PM, Marcelo de Moraes Serpa wrote: > This.is.simply.awesome! > > I was procrast

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-10-04 Thread Marcelo de Moraes Serpa
This.is.simply.awesome! I was procrastinating on this as well. There's one for ruby as well which I've been playing with, this could give me some inspiration to contribute back. Keep up the great work, - Marcelo. On Tue, Oct 4, 2011 at 4:34 PM, Giovanni Giorgi wrote: > Hi all, > I have just

[O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-10-04 Thread Giovanni Giorgi
Hi all, I have just published my org-mode parser for the node-js javascript based server: http://gioorgi.com/org-mode-parser/ It is a Javascript parser for the Emacs Org-mode file format. I use org-mode as a database for some programs (like games) where I need to mix meta information to a bun