From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: Several questions about beamer export Date: Fri, 12 Jul 2013 17:05:05 +0200 Message-ID: <871u737ra6.fsf@free.fr> References: <87li5cwymc.fsf@free.fr> <87r4f445wi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxeuX-00025c-Ex for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 11:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxeuT-0001bv-3Z for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 11:05:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:41793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxeuS-0001bp-Tl for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 11:05:25 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UxeuR-0001Vl-Qg for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 17:05:23 +0200 Received: from 37.160.50.10 ([37.160.50.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jul 2013 17:05:23 +0200 Received: from j.cubizolles by 37.160.50.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jul 2013 17:05:23 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nick Dokos writes: > Julien Cubizolles writes: > > >> * in LaTeX you can use \graphicspath to define the directories in which >> to look for picture files. Does org mode offer the same possibility ? >> > > No special mechanism afaik, but there is a general one. Did you try > adding something like > > #+LATEX_HEADER: \graphicspath{{images/}} I wasn't clear enough in my question. I would like the links in orgmode made relative to a common root defined in the preamble. Julien.