"Thomas S. Dye" <t...@tsdye.com> writes: > Aloha Suvayu, > > I haven't looked into this in depth, but I think your problem might > come from loading amssymb and amsmath. LaTeX is complaining that > something is already defined; the AMS packages are a prime suspect > here. Perhaps you could inhibit amssymb? > > All the best, > Tom
Suvayu, I think this is indeed the problem. I had this problem a month or so ago (search the mailing list!). My solution is to add this to my .emacs: --8<---------------cut here---------------start------------->8--- ;; to fix problems with amsmath conflicting with wasysym: ;; ;; From: Lawrence Mitchell <we...@gmx.li> ;; Subject: [Orgmode] Re: [bug] latex export ignores org-export-latex-default-packages-alist? ;; To: emacs-orgmode@gnu.org ;; Date: Wed, 26 Jan 2011 16:01:52 +0000 (add-to-list 'org-export-latex-packages-alist '("" "amsmath" t)) (setcar (rassoc '("wasysym" t) org-export-latex-default-packages-alist) "integrals") --8<---------------cut here---------------end--------------->8--- -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.555.gfcf66) _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode