Re: [Orgmode] Re: Batch exporting a sparse tree

2008-11-30 Thread Carsten Dominik
On Nov 29, 2008, at 3:31 AM, Lindsay Todd wrote: To answer my own question, this incantation seems to work: emacs -batch -l ~/.emacs \ -eval '(progn (find-file "~/projects/gtd.org") (org-tags-sparse-tree t "TODO=\"PROJECT\"|TODO= \"MAYBE\"") (org-export-visi

[Orgmode] Re: Batch exporting a sparse tree

2008-11-28 Thread Lindsay Todd
To answer my own question, this incantation seems to work: emacs -batch -l ~/.emacs \ -eval '(progn (find-file "~/projects/gtd.org") (org-tags-sparse-tree t "TODO=\"PROJECT\"|TODO=\"MAYBE\"") (org-export-visible ?h nil))' -kill Is there a way to remove tags