emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Can't get [TABLE-OF-CONTENTS] working.


From: Yuva
Subject: [Orgmode] Can't get [TABLE-OF-CONTENTS] working.
Date: Wed, 3 Jun 2009 16:07:57 +0530

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:     address@hidden
#+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




reply via email to

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