On 23.4.2011, at 09:24, Stinky Wizzleteet wrote:
> Hi all,
>
> thanks to help on this list I found out about this variable as I need to
> omit the "textcomp" and "fontenc" packages in my exported latex header.
> My tex file won't compile otherwise on my n900.
>
> my init.el contains :
>
> (custom-set-variables
>
> '(org-export-latex-default-packages-alist (quote (("AUTO" "inputenc" t)
> ("T1" "fontenc" nil) ("" "fixltx2e" nil) ("" "graphicx" t) ("" "longtable"
> nil) ("" "float" nil) ("" "wrapfig" nil) ("" "soul" t) ("" "textcomp" nil)
> ("" "marvosym" t) ("" "wasysym" t) ("" "latexsym" t) ("" "amssymb" t) (""
> "hyperref" nil) "\\tolerance=1000")))
>
> )
>
> However, fontenc and textcomp are still in the org-generated tex file.
> bug, or feature ?
Hi,
please read the docstring of the variable!
- Carsten