emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] table of contents--html export


From: Matthew Lundin
Subject: Re: [Orgmode] table of contents--html export
Date: Tue, 07 Apr 2009 10:15:26 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

Jörg,

Jörg Hagmann <address@hidden> writes:

> Thanks. I presently have "table of contents" turned off, and I dont
> want the same in a different language. 

Did you try to customize the variable org-export-language-setup, as I
suggested? The variable allows you to change the name of the "Table of
Contents" header *for* any given language (see full instructions below).

> What I want is something like "On this page", because otherwise users
> think they are dealing with links to other pages and, depending on
> where exactly the "table of contents" link points to, nothing may
> happen (when the page is short, the pointed to link is already visible
> etc.). Then they think it didn't work.
>
> I tried to change "Table of contents" in the language section of the
> file "org-exp.el", but that didn't do it.
>
> But from your answer I guess that there is no customization for what I
> want?

On the contrary, org-export-language-setup is exactly what enables you
to customize the table of contents line. Simply type:

M-x customize-variable RET org-export-language-setup

Then, if you are publishing your websites in English, change the line
that reads "Table of Contents" to "On this page." (Or, change the table
of contents line for the language you are using.)

I just did this and got the following table of contents header in my
html export:

,----
| <div id="table-of-contents">
| <h2>On this page</h2>
`----

- Matt




reply via email to

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