hello, Its been documented in "ch12 : Exporting" of Org Manual that toc can be relocated using [TABLE-OF-CONTENTS] string. I have used it to generate latex and pdf files, but no luck. After simple grepping, it seems that only org-ascii.el and org-html.el are taking this string into account. Is there any specific reason why toc relocation is ignored in org-latex.el? (It works fine with html export option).
---------------------------------------------------------------------- The env i use : Org-6.27a from git repo. Simple example : #+TITLE: toc-stuff.org #+AUTHOR: #+EMAIL: gnuy...@gmail.com #+DATE: 2009-06-03 Wed #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:nil skip:nil d:nil todo:t pri:nil tags:not-in-toc #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: * Section Intro This is Intro #+LaTeX: [TABLE-OF-CONTENTS] #+HTML: <p>[TABLE-OF-CONTENTS]</p> * Section Details Some details here. ---------------------------------------------------------------------- -- YUVA _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode