From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: publishing files with images to latex Date: Tue, 28 Feb 2017 12:59:44 +0100 Message-ID: <20170228125944.08ed0797@pckr186.mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cigRt-0006bj-LA for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 07:00:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cigRp-0003Mo-Mr for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 07:00:09 -0500 Received: from mout.kundenserver.de ([217.72.192.75]:56140) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cigRp-0003JM-Dx for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 07:00:05 -0500 Received: from pckr186.mpip-mainz.mpg.de ([194.95.63.248]) by mrelayeu.kundenserver.de (mreue104 [212.227.15.183]) with ESMTPSA (Nemesis) id 0Lpvbr-1c4PXV3O1H-00fgfS for ; Tue, 28 Feb 2017 12:59:50 +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: emacs-orgmode@gnu.org Hi, when I publish a project to PDF org-mode does not include the images in the exported PDF (i.e. LaTeX doesn't find them), when I start the publishing process from a buffer which is /not/ in the directory to be published. E.e. when I have the org files in ~/Documents/mpipdocs/linux and publish to the same directory, but I'm in a buffer ~/.emacs, the images show not up in the PDF export and in the *Messages* I get messages "PDF file exported with errors" or so. However, when I'm visiting, e.g. ~/Documents/mpipdocs/linux/index.org and start the publishing process, everything goes Ok. This is probably caused by commit 120f8c09f460c55131eb8d99685732ee88f538ae (and at least one follow-up commit after the 9.0.1 release (with 9.0.1 publishing doesn't work at all -- at least when the visited buffer directory isn't the publishing directory, perhaps 2e35a59763efc5324874ec1a894691fe2123495c ?). Any help is very much appreciated. Thanks and best regards Robert