From: Dan Davison <davison@stats.ox.ac.uk>
To: Matthew Lundin <mdl@imapmail.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Publishing subsections of an orgmode file (HTML)
Date: Mon, 13 Jul 2009 11:29:28 -0400 [thread overview]
Message-ID: <87y6qs7g9z.fsf@stats.ox.ac.uk> (raw)
In-Reply-To: <87fxd01wdq.fsf@fastmail.fm> (Matthew Lundin's message of "Mon, 13 Jul 2009 09:38:09 -0500")
Matthew Lundin <mdl@imapmail.org> writes:
> Ben <bip@maleloria.org> writes:
>
>> I think that's my first post here and I would like first of all to
>> thank you all for your amazing work.
>
> Welcome!
>
>>
>> My first question is: How can I publish a subsection of one of these
>> files as a webpage (and this subsection only)? I occasionally do that
>> manually with C-c C-e [R] export-region, which export the subsection
>> as a HTML page in an Emacs buffer. What I would like to do is to put a
>> comment in the org file subsection to set the HTML 'target' location
>> page such as
>>
>> * Topic A
>> ** Things to do [...] (private)
>> ** Interesting Notes I would like to publish
>> #+THIS_REGION_TARGET_FILE=~/public_html/myfile.html
>
> You can specify the target file for an exported region using the
> property EXPORT_FILE_NAME. E.g.
>
> * Topic A
> :PROPERTIES:
> :EXPORT_FILE_NAME: ~/public_html/myfile.html
> :END:
> ** Things to do [...] (private)
> ** Interesting Notes I would like to publish
>
> You'll need to select the tree with C-c @ before exporting for this to
> work.
>
> See this section of the manual for more information:
>
> http://orgmode.org/manual/Export-options.html
Hi Ben,
Also, see this section
http://orgmode.org/manual/Selective-export.html#Selective-export
As the manual says, "This behavior is governed by two variables:
org-export-select-tags and org-export-exclude-tags." These are both
lists of tags. The default values contain a single tag each: "export"
and "noexport" respectively.
So, e.g.
--8<---------------cut here---------------start------------->8---
#+title: Selective export test 1
* This subtree is exported :export:
Stuff in expored subtree
* But not this one as there is an `export' tag in the buffer
Stuff that won't be exported
--8<---------------cut here---------------end--------------->8---
--8<---------------cut here---------------start------------->8---
#+title: Selective export test 2
* This subtree will be exported, with a single subtree exclusion
h1 contents
*** h1.2
h1.2 contents
*** h2.2 (won't be exported) :noexport:
h2.2 contents
* This subtree will be exported
Stuff that will be exported
--8<---------------cut here---------------end--------------->8---
--8<---------------cut here---------------start------------->8---
#+title: Selective export test 3
* This subtree will be exported, with a single subtree exclusion :export:
h1 contents
*** h1.2
h1.2 contents
*** h2.2 (won't be exported) :noexport:
h2.2 contents
* This subtree won't be exported, since an export tag is present in the buffer
Stuff that won't be exported
--8<---------------cut here---------------end--------------->8---
Dan
p.s. In the first and third case, is it arguable that the :export: tag
should not appear in the exported HTML/pdf?
>
> Best,
> Matt
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2009-07-13 15:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-13 13:59 Publishing subsections of an orgmode file (HTML) Ben
2009-07-13 14:38 ` Matthew Lundin
2009-07-13 15:29 ` Dan Davison [this message]
2009-07-13 23:24 ` Ben
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y6qs7g9z.fsf@stats.ox.ac.uk \
--to=davison@stats.ox.ac.uk \
--cc=emacs-orgmode@gnu.org \
--cc=mdl@imapmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.