Hsiu-Khuern Tang <[email protected]> writes:
> Hi,
>
> Is there an easy way to export an org file to another org file, stripping away
> any subtrees that are tagged "noexport" or marked as comments? The idea is to
> discard anything that is also ignored by the other export formats, such as
> HTML. I would find this a useful feature to have, for example, for
> distributing Org files to other people without showing subtrees that are still
> works-in-progress.
Hi,
org-publish handles this now. An entry like this:
:publishing-function (org-publish-org-to-html
org-publish-org-to-org)
in my org-publish-project-alist.
This produces both a .html and a .org file from the original .org file.
Any comments and subtrees marked with a noexport tag will not be
included in the exported org file.
More details on my complete setup is here:
http://doc.norang.ca/org-mode.html#PublishingProjects
HTH,
Bernt
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode