Re: [Orgmode] org to lisp

2008-07-23 Thread Carsten Dominik
On Jul 23, 2008, at 12:09 PM, Dan Davison wrote: Is there an existing function that will convert an org syntax buffer into a corresponding (recursive) lisp data structure? (preserving all the metadata of each heading in some way?) Well, not part of the Org core yet, but still distributed in t

Re: [Orgmode] org to lisp

2008-07-23 Thread Manish
On Thu, Jul 24, 2008 at 12:39 AM, Dan Davison wrote: [snip] > My current motivation is to create a directory/filesystem tree > corresponding to the org tree. But I don't want to try to write an > org-buffer traversal function if there's existing code written by > non-beginners. Your co

[Orgmode] org to lisp

2008-07-23 Thread Dan Davison
Is there an existing function that will convert an org syntax buffer into a corresponding (recursive) lisp data structure? (preserving all the metadata of each heading in some way?) I guess I'm thinking of structs in C, but is this a natural thing to do in lisp? I think the existence of such code m