From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org can't export inline image link to PDF Date: Thu, 21 Feb 2019 15:41:23 +0100 Message-ID: <87bm352oh8.fsf@nicolasgoaziou.fr> References: <87bm37cdic.fsf@gmail.com> <877edudipw.fsf@gmail.com> <87tvgysf8f.fsf@nicolasgoaziou.fr> <8736oiwjkt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwpXT-0001XM-VV for emacs-orgmode@gnu.org; Thu, 21 Feb 2019 09:41:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwpXT-00037W-Cx for emacs-orgmode@gnu.org; Thu, 21 Feb 2019 09:41:27 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:37059) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gwpXT-00036Z-5D for emacs-orgmode@gnu.org; Thu, 21 Feb 2019 09:41:27 -0500 In-Reply-To: <8736oiwjkt.fsf@gmail.com> (stardiviner's message of "Wed, 20 Feb 2019 23:44:34 +0800") 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: stardiviner Cc: Org Mode Hello, stardiviner writes: > Here is the screenshot in attachment, you can see the characters 23.bb > left side of the inline image. > > The original Org inline image format is: > > ```org > #+ATTR_ORG: :width 200 > #+ATTR_LATEX: :width 2.0in > #+ATTR_HTML: :id avatar :width 200px :alt =E9=82=A3=E6=97=B623=E5=B2=81= =E7=9A=84=E6=88=91 > [[file:data/images/me_picture%2023.jpg]] Would it be an issue with LaTeX? Does "23.bb" appear anywhere in the LaTeX code generated by Org? Maybe LaTeX experts could chime in. Regards, --=20 Nicolas Goaziou