[Orgmode] Re: Excluding just heading from export

2010-02-06 Thread Paul Mead
Matt Lundin writes: > > One hack would be to use an export hook to remove headings with a > particular tag. E.g., > > (defvar my-org-export-remove-heading-tag "killtag") > > (defun my-org-export-remove-headings-with-tag () > (while (re-search-forward (concat ":" my-org-export-remove-heading-tag

[Orgmode] Re: Excluding just heading from export

2010-02-06 Thread Matt Lundin
Paul Mead writes: > is there any way of excluding just a heading from export, whilst exporting > the text below it in the usual way? If I use :noexport: it does what it > says in the documentation - prevents the entire subtree from exporting. > > For my current work though, I'd like to use headin