From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Having problem with latex export of image file Date: Tue, 15 Mar 2011 01:04:48 -0400 Message-ID: <4306.1300165488@alphaville.dokosmarshall.org> References: <4D7EE18C.4030104@sift.info> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=42866 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzMRQ-0006mm-Iv for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 01:05:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzMRP-0002ul-Fn for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 01:05:08 -0400 Received: from vms173019pub.verizon.net ([206.46.173.19]:50281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzMRP-0002uc-Bo for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 01:05:07 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LI3006QW240PBB0@vms173019.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 00:04:54 -0500 (CDT) In-reply-to: Message from Robert Goldman of "Mon, 14 Mar 2011 22:48:28 CDT." <4D7EE18C.4030104@sift.info> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: rpgoldman@sift.info Cc: nicholas.dokos@hp.com, Org Mode Robert Goldman wrote: > I have the following in my org file: > > #+CAPTION: Sample (partial) plan graph. > #+LABEL: fig:sampleGraph > #+ATTR_LaTeX: width=.9\textwidth > [[plan-with-tc-start.pdf]] > > which I believe should give me a figure. However, when I run this > through the latex export I get the following instead: > > \hyperref[plan-with-tc-start.pdf]{plan-with-tc-start.pdf} > > I pushed "pdf" onto image-file-name-extensions but that doesn't seem to > make any difference. > > I figure there's something simple I'm doing wrong, but I can't figure > out what that is. > > Thanks for any advice! > Try [[./plan-with-tc-start.pdf]] Nick