From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Absolute path to images in LaTeX export Date: Mon, 19 Jan 2009 16:14:59 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOrcx-0007wv-6K for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 05:45:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOrct-0007vW-46 for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 05:45:06 -0500 Received: from [199.232.76.173] (port=35899 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOrcs-0007vM-UW for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 05:45:02 -0500 Received: from ti-out-0910.google.com ([209.85.142.190]:56256) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOrcs-0007mF-Cf for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 05:45:02 -0500 Received: by ti-out-0910.google.com with SMTP id u5so1914475tia.10 for ; Mon, 19 Jan 2009 02:44:59 -0800 (PST) Content-Disposition: inline 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: Emacs-orgmode mailing list Hello, If I specify path to an image to be exported as part of a LaTeX document like specified in the manual [1], it appears as absolute path to the image. I would expect it to appear as relative path. It's a bother because I am working in Cygwin (but Windows Emacs) and it complaints that it could not find the path. Manual editing to relative path makes it work. How can I make the export use relative paths? Did I miss noticing that in the manual somewhere? Thanks, -- Manish 1. http://orgmode.org/manual/Images-in-LaTeX-export.html#Images-in-LaTeX-export