From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [new exporter] Date: Fri, 20 Jul 2012 21:28:42 +0200 Message-ID: <87629ikz9x.fsf@med.uni-goettingen.de> References: <87a9yvkyuk.fsf@med.uni-goettingen.de> <87txx2ai8b.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsIvm-0006Cs-DH for emacs-orgmode@gnu.org; Fri, 20 Jul 2012 15:33:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SsItw-0001zZ-3B for emacs-orgmode@gnu.org; Fri, 20 Jul 2012 15:32:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:49676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsItv-0001yt-SN for emacs-orgmode@gnu.org; Fri, 20 Jul 2012 15:30:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SsItr-0008U4-I3 for emacs-orgmode@gnu.org; Fri, 20 Jul 2012 21:30:07 +0200 Received: from vpn-2156.gwdg.de ([134.76.2.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jul 2012 21:30:07 +0200 Received: from andreas.leha by vpn-2156.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jul 2012 21:30:07 +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 Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I started to get the error >> : org-open-file: Symbol's function definition is void: org-e-latex-export-to-pdf >> >> when trying to export to pdf in the new exporter. Any thought what >> might be causing this? > > Do you (require 'org-e-latex) first? > Indeed, I did not. I did not know, this was necessary. Thanks for this. Regards, Andreas