From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian van den Broek Subject: problem with LaTeX exporter Date: Fri, 24 Aug 2007 17:24:12 -0400 Message-ID: <46CF4C7C.7050605@cc.umanitoba.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOgdf-0001Ln-5p for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 17:24:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOgdd-0001Kw-UD for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 17:24:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOgdd-0001Ki-QB for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 17:24:17 -0400 Received: from electra.cc.umanitoba.ca ([130.179.16.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOgdd-0007lO-10 for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 17:24:17 -0400 Received: from [192.168.1.113] (bas5-montreal02-1167964132.dsl.bell.ca [69.157.183.228]) (authenticated bits=0) by electra.cc.umanitoba.ca (8.13.0/8.13.0) with ESMTP id l7OLOCOv014028 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Fri, 24 Aug 2007 16:24:15 -0500 (CDT) 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 Hi all, 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 followed the instructions in the manual to produce a backtrace. However, when I load emacs with org.el (as opposed to letting it load org.elc) the problem disappears. The backtrace generated when running org.elc on a minimal testing document is: Debugger entered--Lisp error: (void-function caddr) caddr((t "LaTeX" "BEGIN_LaTeX" "END_LaTeX")) org-export-latex-cleaned-string() org-latex-cleaned-string-for-export(#("This file is for testing.\n\nIt has no real content.\n\n" 0 52 (fontified nil)) :for-html nil :comments nil :for-LaTeX t :skip-before-1st-heading nil :LaTeX-fragments nil) org-export-as-latex(nil nil nil "*Org LaTeX Export*") org-export-as-latex-to-buffer(nil) call-interactively(org-export-as-latex-to-buffer) org-export() call-interactively(org-export) I also noticed that when I did the make/make install dance to install 5.06, the make command produced a number of warnings concerning org-export-latex and related functions. The most pertinent seems: In end of data: org-export-latex.el:1212:1:Warning: the following functions are not known to be defined: caddr, cadddr Since the make output is pretty big, I've put a temporary copy up at I'm pretty new to emacs and org-mode has occasioned my first use of make in anger, so user error is entirely possible :-) Any suggestions? Thanks and best, Brian vdB