Hi Nicolas,
Nicolas Goaziou writes:
> Roger Mason writes:
>>
>> I need to include an image in a document to be exported to LaTeX.
> It should be:
>
> [[file:macstuff.jpg]]
Many thanks. As I said earlier, been away from Org for a while.
Cheers,
Roger
hello,
Roger Mason writes:
>
> I need to include an image in a document to be exported to LaTeX.
> Minimal example:
>
> #+TITLE: test
>
> * test section
>
> [[macstuff.jpg]]
>
> When running the export I get "user-error: Unable to resolve link:
> nil". I've tried including the image as eps, to n
John Kitchin writes:
> You aren't using a path. Try [[./macstuff.jpg]] instead.
>
That was it. Must have been away from Org for too long.
Thanks,
Roger