Re: [O] Extract document structure from Org file

2015-07-04 Thread John Kitchin
I worked out a new version of the swish-e org indexer that indexes custom xml representing the org file that you may find interesting for your project. http://kitchingroup.cheme.cmu.edu/blog/2015/07/04/An-xml-representation-of-an-org-document-for-indexing-with-swish-e/ It enables a search like th

Re: [O] Extract document structure from Org file

2015-07-03 Thread John Kitchin
That sounds really cool. I recently hacked a swish-e index of my org files (there might have been 3000+!) http://kitchingroup.cheme.cmu.edu/blog/2015/06/25/Integrating-swish-e-and-Emacs/. and I just updated it to index the html version of an org-file so that I take advantage of the structure in th

Re: [O] Extract document structure from Org file

2015-07-03 Thread Rasmus
Hi Oleg, Oleg Sivokon writes: > Suppose I wanted to extract the structure from an Org document, where, > what's important for me would be to have it cathegorically divided into > headers, paragraphs of text, technical information and inclusion of > other documents (code snippets). How would I d

[O] Extract document structure from Org file

2015-07-03 Thread Oleg Sivokon
Hello list! Suppose I wanted to extract the structure from an Org document, where, what's important for me would be to have it cathegorically divided into headers, paragraphs of text, technical information and inclusion of other documents (code snippets). How would I do it? The reason I'm asking