I don't think you can change the behavior of a link type to take into
account somethink similar to graphicspath, but you can easily define
custom link types: For instance, put this in your org-file
--8<---------------cut here---------------start------------->8---
#+LINK: fig file:my_figure_path/%s
--8<---------------cut here---------------end--------------->8---

Then you will be able to You write a link such as 

--8<---------------cut here---------------start------------->8---
[[fig:some_figure.png]]
--8<---------------cut here---------------end--------------->8---


ps: Remember to do "C-c C-c" in the #+LINK line after you insert it.

-- 
Darlan Cavalcante Moreira
darc...@gmail.com


ndo...@gmail.com writes:

> Julien Cubizolles <j.cubizol...@free.fr> writes:
>
>> Nick Dokos <ndo...@gmail.com> writes:
>>
>>> Julien Cubizolles <j.cubizol...@free.fr> 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.
>>
>
> Ah, OK - I misunderstood. AFAIK, the answer is "no".



Reply via email to