[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] export to pdf tags showing
From: |
Nicolas Goaziou |
Subject: |
Re: [O] export to pdf tags showing |
Date: |
Mon, 18 Jun 2012 01:40:27 +0200 |
Hello,
Nick Dokos <address@hidden> writes:
> address@hidden <address@hidden> wrote:
>
>> Nick Dokos skrev 2012-06-17 04:12:
>> > address@hidden <address@hidden> wrote:
>> >
>> >> Hi!
>> >>
>> >> This is about exporting to pdf and tags showing.
>> >>
>> >> When exporting to pdf I use
>> >>
>> >> #+OPTIONS tags:not-in-toc
>> >>
>> >
>> > Missing colon perhaps?
>> >
>> > #+OPTIONS: tags:not-in-toc
>> >
>> > Nick
>> >
>> >> Despite that tags are showing in toc in the resulting pdf file.
>> >> How can I get rid of tag-in-toc in pdf?
>> >>
>> >> I use Emacs 24.1.1 on win7 and org mode 7.8.11.
>>
>> Thanks for anwering but no thats is not the problem. The full option
>> lines in the file look like this:
>>
>> #+OPTIONS: H:4 num:t toc:3 \n:t @:t ::t |:t ^:t -:t f:t *:t <:t
>> #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:t tags:not-in-toc
>>
>
> Right: it's a bug. org-html.el and org-lparse.el call
> org-export-cleanup-toc-line which gets rid of the tag in this case,
> org-ascii.el does it by hand (i.e. without calling the above function)
> and org-latex.el does not do it at all. It's likely that other backends
> will also be found wanting. Also, the new latex exporter has this bug
> as well.
This is not a bug. LaTeX has its own command to create the table of
contents. There is no simple way to interfere with the process and
remove the tags.
Regards,
--
Nicolas Goaziou
- [O] export to pdf tags showing, address@hidden, 2012/06/16
- Re: [O] export to pdf tags showing, Nick Dokos, 2012/06/16
- Re: [O] export to pdf tags showing, address@hidden, 2012/06/17
- Re: [O] export to pdf tags showing, Nick Dokos, 2012/06/17
- Re: [O] export to pdf tags showing,
Nicolas Goaziou <=
- Re: [O] export to pdf tags showing, suvayu ali, 2012/06/17
- Re: [O] export to pdf tags showing, Nicolas Goaziou, 2012/06/18
- Re: [O] export to pdf tags showing, Nick Dokos, 2012/06/18
- Re: [O] export to pdf tags showing, Nicolas Goaziou, 2012/06/18
- Re: [O] export to pdf tags showing, address@hidden, 2012/06/20
- Re: [O] export to pdf tags showing, Nick Dokos, 2012/06/20
- Re: [O] export to pdf tags showing, Bernt Hansen, 2012/06/23
- Re: [O] export to pdf tags showing, Nick Dokos, 2012/06/23
- Re: [O] export to pdf tags showing, Bernt Hansen, 2012/06/23
- Re: [O] export to pdf tags showing, Nick Dokos, 2012/06/23