emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: Bernt Hansen <bernt@norang.ca>
Cc: emacs-orgmode@gnu.org
Subject: Re: Exporting narrowed subtrees to HTML
Date: Wed, 30 Jun 2010 23:20:50 -0400	[thread overview]
Message-ID: <87tyojnazx.fsf@fastmail.fm> (raw)
In-Reply-To: <87k4phajcl.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Tue, 29 Jun 2010 12:34:18 -0400")

Hi Bernt,

Bernt Hansen <bernt@norang.ca> writes:
>
> I am working in a deeply nested org file and have narrowed to subtree
> for the part of the file I'm working on which happens to start at
> heading level 5.
>
> I want to export this narrowed subtree to HTML but the first HTML
> heading level matches the file instead of starting from heading
> level 2.  This makes the resulting HTML output not as pretty as it could
> be.

If you select the subtree with C-c @ (outline-mark-subtree), it should
export properly:

--8<---------------cut here---------------start------------->8---
<h1 class="title">Level 5 - Interesting stuff - narrow to subtree here</h1>


<div id="outline-container-1" class="outline-2">
<h2 id="sec-1">Level 6 </h2>
<div class="outline-text-2" id="text-1">

</div>

</div>

<div id="outline-container-2" class="outline-2">
<h2 id="sec-2">Another Level 6 </h2>
<div class="outline-text-2" id="text-2">


</div>
<!-- ...and so on... -->
--8<---------------cut here---------------end--------------->8---

Best,
Matt

  parent reply	other threads:[~2010-07-01  3:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-29 16:34 Exporting narrowed subtrees to HTML Bernt Hansen
2010-06-29 17:09 ` Rainer Stengele
2010-06-29 18:06   ` [PATCH] HTML export: Start the first exported headline at heading level 2 Bernt Hansen
2010-07-01  3:20 ` Matt Lundin [this message]
2010-07-01  7:07   ` Exporting narrowed subtrees to HTML Bernt Hansen
2010-07-01  7:26     ` Carsten Dominik
2010-07-01  7:29       ` Bernt Hansen
2010-07-01  8:12         ` Rainer Stengele

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tyojnazx.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).