From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Publishing using the new exporter Date: Mon, 08 Oct 2012 18:49:42 +0200 Message-ID: <87y5jgrjrt.fsf@gmail.com> References: <50602E92.3080705@mpip-mainz.mpg.de> <87y5jzafab.fsf@gmail.com> <50609817.705@mpip-mainz.mpg.de> <87a9vz7stn.fsf@gmail.com> <507045B7.9010101@mpip-mainz.mpg.de> <877gr3cwzi.fsf@gmail.com> <507181CD.1050005@mpip-mainz.mpg.de> <87391prumz.fsf@gmail.com> <5072F9BD.7020505@mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLGa5-0008M3-En for emacs-orgmode@gnu.org; Mon, 08 Oct 2012 12:53:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLGa1-0007Kx-Ve for emacs-orgmode@gnu.org; Mon, 08 Oct 2012 12:53:25 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:61751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLGa1-0007KT-Pg for emacs-orgmode@gnu.org; Mon, 08 Oct 2012 12:53:21 -0400 Received: by mail-wi0-f171.google.com with SMTP id hj13so3457113wib.12 for ; Mon, 08 Oct 2012 09:53:20 -0700 (PDT) In-Reply-To: <5072F9BD.7020505@mpip-mainz.mpg.de> (Robert Klein's message of "Mon, 08 Oct 2012 18:05:17 +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: Robert Klein Cc: emacs-orgmode@gnu.org, Eric Schulte Hello, Robert Klein writes: > umm, no, it doesn't work. I even have more issues now. > > 1. At first, when calling org-e-publish I got an error message "void > function org-e-html-publish-to-html" > > I go rid of the message by this patch (which most probably is the > wrong thing to do): Just (require 'org-e-html) instead. > 2. When calling org-e-publish from a buffer visiting a file outside of > the base-directory i still get empty images. > > 3. When calling org-e-pblish from a buffer visiting a file in the > base-directory the intermediate tex file doesn't even have the > "includegraphics" commands. (I checked this twice, as I didn't > believe it at first). Do the my changes in 1. above bork the exporter > totally? I don't think so, but I cannot reproduce your problem. Could you try again in a fresh emacs, once back-ends you need have been required? Thanks, -- Nicolas Goaziou