From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Brunner Subject: Re: Can not export to LaTeX anymore Date: Sat, 15 Oct 2011 12:47:29 +0200 Message-ID: <874nzaedku.fsf@systemhaus-brunner.de> References: <80y5xactxt.fsf@somewhere.org> <87botkot76.fsf@systemhaus-brunner.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RF1mL-0003AV-BG for emacs-orgmode@gnu.org; Sat, 15 Oct 2011 06:47:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RF1mK-00089D-9G for emacs-orgmode@gnu.org; Sat, 15 Oct 2011 06:47:45 -0400 Received: from lo.gmane.org ([80.91.229.12]:38092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RF1mK-000893-10 for emacs-orgmode@gnu.org; Sat, 15 Oct 2011 06:47:44 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RF1mI-0003eu-F0 for emacs-orgmode@gnu.org; Sat, 15 Oct 2011 12:47:42 +0200 Received: from p54954162.dip.t-dialin.net ([84.149.65.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Oct 2011 12:47:42 +0200 Received: from daniel by p54954162.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Oct 2011 12:47:42 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi! Well, in the meantime I found the error and a workaround. It resulted from an (require 'org-export-latex) somewhere in my .emacs because I wanted to add some LaTeX export definitions to org-export-latex-classes. The effect was the the very old org-latex.el (v 6.21) from the original Emacs distribution has been loaded and that didn't work with the rest of the 7.7 org-mode distribution. I was thinking, that the new org-mode gets rid of old parts. I changed the (require 'org-export-latex) to (require 'org-latex) and then it worked (because the newest org-latex exports org-latex as well as org-export-latex). Kind regards, Daniel