From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: latex exporting to different directory with v9.0 Date: Fri, 11 Nov 2016 10:26:04 +0100 Message-ID: <87vavufjv7.fsf@nicolasgoaziou.fr> References: <36258fcb-bc34-6517-2bc6-919722c3e72f@pressure.to> <874m3lo7v0.fsf@nicolasgoaziou.fr> <87oa1pkgkb.fsf@nicolasgoaziou.fr> <5e2a85ad-90f1-de3c-7bcd-1d80374dd733@pressure.to> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5862-0004z4-LG for emacs-orgmode@gnu.org; Fri, 11 Nov 2016 04:26:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5861-0008TW-No for emacs-orgmode@gnu.org; Fri, 11 Nov 2016 04:26:06 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:55737) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c5861-0008T1-HU for emacs-orgmode@gnu.org; Fri, 11 Nov 2016 04:26:05 -0500 In-Reply-To: <5e2a85ad-90f1-de3c-7bcd-1d80374dd733@pressure.to> (Alex Fenton's message of "Thu, 10 Nov 2016 17:30:13 +0100") 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" To: Alex Fenton Cc: emacs-orgmode@gnu.org Hello, Alex Fenton writes: > Ah, OK. I'm curious, however, how a compiler (eg tex2dvi) cd'd to > a different working directory can ever resolve links to image files. It cannot. Another alternative is: "texi2dvi -p -b -V -o %o%b.pdf %f" However this litters current directory with auxiliary files instead of output directory. So `org-latex-remove-logfiles' is ignored (it looks for such files in the output directory) when using this process, which is arguably a bug. What do you suggest, then? Regards, -- Nicolas Goaziou