emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Export to org?


From: Bernt Hansen
Subject: [Orgmode] Re: Export to org?
Date: Wed, 29 Jul 2009 20:41:13 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Hsiu-Khuern Tang <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]