all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* editing "org-export-latex-default-packages-alist" has no effect
@ 2011-04-23  7:24 Stinky Wizzleteet
  2011-04-23 14:24 ` Aankhen
  2011-04-23 19:54 ` Carsten Dominik
  0 siblings, 2 replies; 7+ messages in thread
From: Stinky Wizzleteet @ 2011-04-23  7:24 UTC (permalink / raw
  To: emacs-orgmode

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 ?

best,
wzzl 
-- 
Stinky Wizzleteet thinks: 
You are standing on my toes.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-04-23 21:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-23  7:24 editing "org-export-latex-default-packages-alist" has no effect Stinky Wizzleteet
2011-04-23 14:24 ` Aankhen
2011-04-23 18:10   ` Stinky Wizzleteet
2011-04-23 18:21     ` Stinky Wizzleteet
2011-04-23 19:58       ` Aankhen
2011-04-23 19:54 ` Carsten Dominik
2011-04-23 21:34   ` Stinky Wizzleteet

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.