Nicolas Goaziou <n.goaz...@gmail.com> writes:

> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> #+CAPTION[An example photograph]: An example photograph.
>> #+NAME: fig:photo
>>
>> for me, yields:
>>
>> \caption{\label{fig:photo}An example photograph}
>>
>> I was expecting:
>>
>> \caption[An example photograph]{\label{fig:photo}An example
>> photograph}
>
> I get the expected caption command in that case, even from a fresh emacs
> -q.  You may need to reload Org, or even Emacs.
>
>
> Regards,
Thanks, that worked.

The file name passed to \includegraphics is formed like this:
~/path/to/graphics/file

My LaTeX doesn't recognize this as a path.

The old exporter passed a file name where the tilde was expanded:
/Users/user/path/to/graphics/file

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

Reply via email to