On Sun, Oct 24, 2010 at 10:58:00PM -0200, Flavio Souza wrote:
> I'd like to know if there is a way to change the "Table of Contents"
> title, when publishing a HTML file.
>
> The reason is that I'd like to translate "Table of Contents" to
> Portuguese automatically.
Hi Flavio,
Have a look at org-
Andrei Jirnyi writes:
> Hi all,
>
> Are there any options to modify the table of contents in the exported html
> files (other than whether to show it and to what level)? Or, if there are
> no such options, perhaps I could modify some elisp functions?
>
> Specifically, what I wanted to do was to:
>
I use imenu for this.
Speedbar works too.
Sometimes I still use my own `speedbar in same frame' (which works on
console too).
For both, add this line to your setup:
(add-hook 'org-mode-hook 'imenu-add-menubar-index)
Regards,
Sebastian
Karl Maihofer writes:
> Wouldn't it be useful
I just tried it today, and it works great. Does anyone know how to
get it to use an existing buffer beside my longfile.org buffer. As
implemented it seems to only want to open a new buffer below the text,
and, on quitting or jumping to a heading, leaves me without my
original vertical split.
S
Quoting Carsten Dominik :
Bastien has implemented this in org-toc.el which is a contributed package.
Perfekt! Thanks a lot!
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.
On May 4, 2009, at 3:02 PM, Karl Maihofer wrote:
Wouldn't it be useful to have a table of contents in an extra buffer
to move around quickly in huge org-files as it is possible in LaTeX-
files with RefTeX?
For me this is a feature that would make Org an even better
authoring tool.
Bast
Jörg,
Jörg Hagmann 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" head
Jörg Hagmann writes:
> Hi,
>
> When exporting to html, is it possible to change "Table of Contents" in the
> exported file to something of one's own choice? (I don't mean a different
> language).
I can't find another way than what you probably found already:
M-x customize-variable RET org-export
Hi Matthew,
Thanks. I presently have "table of contents" turned off, and I dont want
the same in a different language. 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"
Hi Jörg,
Jörg Hagmann writes:
> When exporting to html, is it possible to change "Table of Contents"
> in the exported file to something of one's own choice? (I don't mean a
> different language).
Try customizing the variable org-export-language-setup. This will enable
you to change the title o
10 matches
Mail list logo