emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "G. Jay Kerns" <gkerns@ysu.edu>
To: emacs-orgmode@gnu.org
Subject: how to both :body-only t and :table-of-contents t
Date: Wed, 21 Sep 2011 15:40:48 -0400	[thread overview]
Message-ID: <CAJKctor29g=dqRrbLv6AZMuanVgJAQu1HfMqcSooF5PdVYEhTg@mail.gmail.com> (raw)

Dear Org Mode list,

First: congratulations on Org mode; it is truly dynamite.

I am publishing a project to HTML for the purposes of Jekyll
post-processing.  For this, I need to set :body-only t so I can put
the YAML frontmatter at the top of my file.  However, I would also
like to have the TOC exported (only), right after the <body> tag,
which it correctly does whenever :body-only isn't t.

In other words, it looks like I am obliged to :body-only t which cuts
out header/footer/TOC or I can NOT do :body-only t which will give me
the TOC plus a bunch of extra stuff.

My question:  is it possible to do what I want?  Is there some sort of
YAML {{ page.toc }} that I'm missing somewhere, or is there some
combination of publishing options that I've missed that will export an
org file to an HTML file that looks like this:

---
layout: default
title: whatever
---

<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">blah blah blah </a></li>
<li><a href="#sec-2">blah blah blah </a></li>
</ul>
</div>
</div>

Rest of exported content here....?

Thanks for any advice, and again, THANK YOU to the Org Mode team.

Best,
Jay

             reply	other threads:[~2011-09-21 19:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-21 19:40 G. Jay Kerns [this message]
2011-09-23  7:51 ` how to both :body-only t and :table-of-contents t Jan Böcker
2011-09-23 11:32   ` G. Jay Kerns

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='CAJKctor29g=dqRrbLv6AZMuanVgJAQu1HfMqcSooF5PdVYEhTg@mail.gmail.com' \
    --to=gkerns@ysu.edu \
    --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).