emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Lundin <mdl@imapmail.org>
To: emacs-orgmode@gnu.org
Subject: index-title in org-publish
Date: Sun, 16 Nov 2008 10:51:31 -0600	[thread overview]
Message-ID: <m23ahrsjfw.fsf@fastmail.fm> (raw)


Carsten,

Thanks so much for fixing the open buffer problem with auto-index was
turned on in org-publish. All buffers now close properly after
publishing.

There is a new behavior in auto-index with 6.12. The index-title now
is written in the index-file as a heading, rather than the first line
of text.

Let's say I have the following options in org-publish-project-alist:

...
        :auto-index t
        :index-filename "pagelist.org"
        :index-title "Page List"
...

In earlier versions of org-publish, auto-index resulted in a
pagelist.org that looked like this:

Page List

     + [[file1.org][File One]]
     + [[file2.org][File Two]]
     
With 6.12, it creates a pagelist.org file that looks like this:

* Page List
  
     + [[file1.org][File One]]
     + [[file2.org][File Two]]

In the latter instance, the published html has the name of the
file--"pagelist"--as the title (<h1>) and "Page List" as a level two
heading (<h2>).

Thanks! (And sorry to bother you with such a minor issue...)

Matt

         

             reply	other threads:[~2008-11-16 16:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-16 16:51 Matthew Lundin [this message]
2008-11-16 18:50 ` index-title in org-publish Carsten Dominik
2008-11-16 22:38   ` Matthew Lundin
2008-11-17 11:59     ` Sebastian Rose
2008-11-17 12:37       ` Carsten Dominik
2008-11-17 13:45     ` Carsten Dominik

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=m23ahrsjfw.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --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).