From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: IMPORTANT: (possibly) incompatible Change Date: Sat, 3 Apr 2010 18:55:46 +0200 Message-ID: <1A996F94-C471-4E27-A1F9-A3DD474428F3@gmail.com> References: <87iq88v77q.fsf@belvoir.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ny6dT-0005NL-SZ for emacs-orgmode@gnu.org; Sat, 03 Apr 2010 12:55:51 -0400 Received: from [140.186.70.92] (port=43185 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ny6dS-0005MG-Mw for emacs-orgmode@gnu.org; Sat, 03 Apr 2010 12:55:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ny6dR-000830-FD for emacs-orgmode@gnu.org; Sat, 03 Apr 2010 12:55:50 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:61964) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ny6dR-00082w-AM for emacs-orgmode@gnu.org; Sat, 03 Apr 2010 12:55:49 -0400 Received: by ewy6 with SMTP id 6so140672ewy.32 for ; Sat, 03 Apr 2010 09:55:48 -0700 (PDT) In-Reply-To: <87iq88v77q.fsf@belvoir.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Henri-Paul Indiogine Cc: emacs-orgmode 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: hindiogine@gmail.com > Skype: hindiogine > Website: http://www.coe.tamu.edu/~enrico > > > _______________________________________________ > 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 - Carsten