Hi Jörg,
Jörg Hagmann <[email protected]> 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 of the Table of Contents for your particular
locale.
Another approach: I get rid of the table of contents heading on my
website by using css:
--8<---------------cut here---------------start------------->8---
#table-of-contents h2 { display: none; }
--8<---------------cut here---------------end--------------->8---
Best,
Matt
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode