From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" Subject: Re: BUG report [Was: computing the size of a tikz to png image during export] Date: Mon, 29 Jan 2018 01:34:48 +0000 Message-ID: <3B19340F-A8EF-45AB-ACB2-E4FA14CA9465@ucsd.edu> References: <87lgghr2h2.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1efyLa-0007us-H3 for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 20:34:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efyLX-0007N6-Ds for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 20:34:58 -0500 Received: from iport-acv9-out.ucsd.edu ([132.239.0.167]:15755) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1efyLX-0007Md-1o for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 20:34:55 -0500 In-Reply-To: <87lgghr2h2.fsf@nicolasgoaziou.fr> Content-Language: en-US Content-ID: 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: Nicolas Goaziou Cc: Alan Schmitt , Fabrice Popineau , emacs-orgmode , "fabrice.popineau@centralesupelec.fr" > On Jan 28, 2018, at 3:24 PM, Nicolas Goaziou wro= te: >=20 > Would you have an ECM? I don't know what is "the by-backend trick". Not a bug AFAICS. `by-backend' is a macro mentioned here: https://lists.gnu.org/archive/html/emacs-orgmode/2013-07/msg00500.html I guess it needs to use `org-export-current-backend' if it is to be handled= in recent org versions. Chuck=