From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: including an image in LaTeX export Date: Wed, 26 Apr 2017 16:10:14 +0200 Message-ID: <87y3un5kft.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3NeJ-0008US-V5 for emacs-orgmode@gnu.org; Wed, 26 Apr 2017 10:10:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3NeA-0003gk-IY for emacs-orgmode@gnu.org; Wed, 26 Apr 2017 10:10:31 -0400 Received: from relay7-d.mail.gandi.net ([2001:4b98:c:538::200]:45164) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d3NeA-0003g7-C0 for emacs-orgmode@gnu.org; Wed, 26 Apr 2017 10:10:22 -0400 In-Reply-To: (Roger Mason's message of "Wed, 26 Apr 2017 09:28:46 -0230") 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: Roger Mason Cc: emacs-orgmode@gnu.org hello, Roger Mason writes: > > I need to include an image in a document to be exported to LaTeX. > Minimal example: > > #+TITLE: test > > * test section > > [[macstuff.jpg]] > > When running the export I get "user-error: Unable to resolve link: > nil". I've tried including the image as eps, to no avail. > > Can someone tell me what I'm doing wrong? It should be: [[file:macstuff.jpg]] Regards, -- Nicolas Goaziou