Bastien <b...@altern.org> writes: > Hi all, > > I've committed a feature that allows you to export your agenda buffer > to an Org file. It will create a new file containing the headlines of > the agenda. The headlines do not contain any children they may have. > > Please try the feature extensively before Org 8.0. > > In an agenda buffer C-x C-w test.org RET >
I'm not sure, is it intended? Inherited Tags are not taken. #+begin_src org * Projekt XYZ :foo: ** TODO Action SCHEDULED: <2013-02-21 Do> #+end_src In the agenda, the tag :foo: is inherited to the TODO Action, not in the exported file. Thanks, Robert