* Can't get [TABLE-OF-CONTENTS] working.
@ 2009-06-03 10:37 Yuva
2009-06-05 7:26 ` Carsten Dominik
0 siblings, 1 reply; 3+ messages in thread
From: Yuva @ 2009-06-03 10:37 UTC (permalink / raw)
To: Emacs org mode mailinglist
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: gnuyuva@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can't get [TABLE-OF-CONTENTS] working.
2009-06-03 10:37 Can't get [TABLE-OF-CONTENTS] working Yuva
@ 2009-06-05 7:26 ` Carsten Dominik
2009-06-05 15:31 ` Yuva
0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2009-06-05 7:26 UTC (permalink / raw)
To: Yuva; +Cc: Emacs org mode mailinglist
Fixed, thanks.
- Carsten
On Jun 3, 2009, at 12:37 PM, Yuva wrote:
> 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: gnuyuva@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can't get [TABLE-OF-CONTENTS] working.
2009-06-05 7:26 ` Carsten Dominik
@ 2009-06-05 15:31 ` Yuva
0 siblings, 0 replies; 3+ messages in thread
From: Yuva @ 2009-06-05 15:31 UTC (permalink / raw)
To: Carsten Dominik; +Cc: Emacs org mode mailinglist
On Fri, Jun 5, 2009 at 12:56 PM, Carsten
Dominik<carsten.dominik@gmail.com> wrote:
> Fixed, thanks.
>
> - Carsten
>
> On Jun 3, 2009, at 12:37 PM, Yuva wrote:
>
>> 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).
>>
[snip]
thanks! I pulled the changes.
--
YUVA
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-06-05 15:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-03 10:37 Can't get [TABLE-OF-CONTENTS] working Yuva
2009-06-05 7:26 ` Carsten Dominik
2009-06-05 15:31 ` Yuva
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.