emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Several questions about beamer export


From: Darlan Cavalcante Moreira
Subject: Re: [O] Several questions about beamer export
Date: Fri, 12 Jul 2013 13:45:12 -0300
User-agent: mu4e 0.9.9.5; emacs 24.3.50.1

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
address@hidden


address@hidden writes:

> Julien Cubizolles <address@hidden> writes:
>
>> Nick Dokos <address@hidden> writes:
>>
>>> Julien Cubizolles <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]