emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] IMPORTANT: (possibly) incompatible Change


From: Carsten Dominik
Subject: Re: [Orgmode] IMPORTANT: (possibly) incompatible Change
Date: Sat, 3 Apr 2010 18:55:46 +0200


On Apr 3, 2010, at 6:20 PM, Henri-Paul Indiogine wrote:

This is the first time that I try a LaTeX export from my org file after
the change.  Before the change no problems.  I am obviously doing
something wrongly.

Here is some code from my .emacs:

(setq org-export-latex-packages-alist
     '(("" . "apacite")
        ("" . "color")
        ("" . "tikz")))



It needs to be:

(setq org-export-latex-packages-alist
     '(("" "apacite")
        ("" "color")
        ("" "tikz")))

(my mistake)

- Carstern




My error message after: C-c C-e l:

Exporting to LaTeX...
mapconcat: Wrong type argument: listp, "apacite"

Thanks,

--
Henri-Paul Indiogine
Email: address@hidden
Skype: hindiogine
Website: http://www.coe.tamu.edu/~enrico


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

[Prev in Thread] Current Thread [Next in Thread]