From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: problem with LaTeX exporter Date: Sat, 25 Aug 2007 16:18:50 +0200 Message-ID: <87d4xbvgs5.fsf@bzg.ath.cx> References: <46CF4C7C.7050605@cc.umanitoba.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOwTe-00074v-9q for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 10:19:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOwTc-00072d-3Q for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 10:19:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOwTb-00072T-MP for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 10:18:59 -0400 Received: from qb-out-0506.google.com ([72.14.204.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOwTb-0006Zg-2Z for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 10:18:59 -0400 Received: by qb-out-0506.google.com with SMTP id e6so1088051qbe for ; Sat, 25 Aug 2007 07:18:56 -0700 (PDT) In-Reply-To: <46CF4C7C.7050605@cc.umanitoba.ca> (Brian van den Broek's message of "Fri\, 24 Aug 2007 17\:24\:12 -0400") 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: emacs-orgmode@gnu.org Hi Brian, Brian van den Broek writes: > I've encountered a problem with the LaTeX export function. If I visit an > org-mode file and invoke I get the error message > > Symbol's function definition is void: caddr I just forget to include (require 'cl) at compilation time. Fixed in the next release. Thanks for reporting this! -- Bastien