[O] export tree

2012-05-19 Thread Andreas Leha
Hi all, what is the best way to export the whole current tree (starting from the top-level headline)? Background: I have some documents with this structure , | * Document 1 | | * Document 2 | | * Some Functions | | * Some more Functions ` Now, when I am editing somewhere deep inside

Re: [O] export tree

2012-05-19 Thread Nick Dokos
Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi all, what is the best way to export the whole current tree (starting from the top-level headline)? Background: I have some documents with this structure , | * Document 1 | | * Document 2 | | * Some Functions | | *

Re: [O] export tree

2012-05-19 Thread Andreas Leha
Hi Nick, Hi all, what is the best way to export the whole current tree (starting from the top-level headline)? [...] Write a function and bind it to a key - something like this perhaps: (defun ah-export-current-top-level-tree () (interactive) (save-excursion