Re: [O] How to represent parse-tree so that 'org-element-interpret-data' works?

2013-09-10 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Hi List, > How do I get the printed representation of an org-file parse-tree that can be > reverted to the original org-file with `'org-element-interpret-data'? Ups, I just figured out that this actually works: #+begin_src emacs-lisp (org-element-interpret-data '#1

[O] How to represent parse-tree so that 'org-element-interpret-data' works?

2013-09-09 Thread Thorsten Jolitz
Hi List, how do I get the printed representation of an org-file parse-tree that can be reverted to the original org-file with `'org-element-interpret-data'? No matter if I use print, princ, prin1, (format "%s" ) or (format "%S" ...) to get the parse-tree in textual form, with or without set