From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WOXuLYvQ9l9DdgAA0tVLHw (envelope-from ) for ; Thu, 07 Jan 2021 09:12:43 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id wB7KKYvQ9l98XQAAbx9fmQ (envelope-from ) for ; Thu, 07 Jan 2021 09:12:43 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 537699403D2 for ; Thu, 7 Jan 2021 09:12:43 +0000 (UTC) Received: from localhost ([::1]:49830 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxRLW-0000qj-AS for larch@yhetil.org; Thu, 07 Jan 2021 04:12:42 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47254) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxRKy-0000p8-Ja for emacs-orgmode@gnu.org; Thu, 07 Jan 2021 04:12:08 -0500 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:50627) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxRKw-0005aX-Bf for emacs-orgmode@gnu.org; Thu, 07 Jan 2021 04:12:08 -0500 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.94) for emacs-orgmode@gnu.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (envelope-from ) id 1kxRKr-000o8m-Km; Thu, 07 Jan 2021 10:12:01 +0100 Received: from 130-133-144-203.mna.fu-berlin.de ([130.133.144.203] helo=hornfels) by inpost2.zedat.fu-berlin.de (Exim 4.94) for emacs-orgmode@gnu.org with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (envelope-from ) id 1kxRKq-002wyp-Ri; Thu, 07 Jan 2021 10:12:01 +0100 From: "Loris Bennett" To: emacs-orgmode@gnu.org Subject: Re: Generated graphic not included in exported TeX/PDF References: <87v9c9rwd4.fsf@hornfels.zedat.fu-berlin.de> <87mtxlrvz9.fsf@hornfels.zedat.fu-berlin.de> Date: Thu, 07 Jan 2021 10:12:00 +0100 In-Reply-To: <87mtxlrvz9.fsf@hornfels.zedat.fu-berlin.de> (Loris Bennett's message of "Thu, 07 Jan 2021 09:29:14 +0100") Message-ID: <87ft3drtzz.fsf@hornfels.zedat.fu-berlin.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Original-Sender: loris.bennett@fu-berlin.de X-Originating-IP: 130.133.144.203 Received-SPF: pass client-ip=130.133.4.66; envelope-from=loris@zedat.fu-berlin.de; helo=outpost1.zedat.fu-berlin.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.34 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: 537699403D2 X-Spam-Score: -2.34 X-Migadu-Scanner: scn0.migadu.com X-TUID: 16YXxFYZMinr "Loris Bennett" writes: > "Loris Bennett" writes: > >> Hi, >> >> I have just re-exported an org beamer presentation, which I created two >> years ago with a version of Org which was fairly up-to-date then. >> Everything still works fine, except for the fact that the images >> generated by the org file are not included in the exported PDF and >> indeed are missing from the generated TeX file. >> >> In the org file I have >> >> #+NAME: backfill-tikz >> #+HEADER: :fit yes :file ./generated/backfill_tikz.png :imagemagick yes :iminoptions -density 600 >> >> #+HEADER: :headers '("\\usepackage{pgfplots}\\usepackage{sansmath}") >> #+HEADER: :results raw >> >> #+BEGIN_SRC latex :cache yes >> \usepgfplotslibrary{colorbrewer} >> \begin{tikzpicture} >> ... >> \end{tikzpicture} >> #+END_SRC >> >> #+RESULTS[e2d28096fe9dceffb0b63ad4a441160ff2a0d1a7]: backfill-tikz >> [[file:./generated/backfill_tikz.png]] >> >> As I say, the image itself is created, but not included when exported, although it is >> displayed if I do org-toggle-inline-images in the org buffer. >> >> My current Org version is >> >> Org mode version 9.4 (9.4-9-gab0052-elpaplus @ /home/loris/.emacs.d/elpa/org-plus-contrib-20200928/) >> >> Any ideas what might be happening? > > I have just noticed that this only affects images generated with tikz. > One image created with ditaa is included correctly. All images are PNGs. Just updated to Org mode version 9.4.4 (9.4.4-4-g99eafe-elpa @ /home/loris/.emacs.d/elpa/org-20210104/) but the problem remains. -- This signature is currently under construction.