Re: [O] Table with images export to LaTeX

2015-06-23 Thread Dov Grobgeld
Thanks. Indeed I am using an older version of org. Adding grffile to org-latex-default-packages-alist solves the problem. Regards, Dov On Tue, Jun 23, 2015 at 5:41 PM, Rasmus wrote: > Dov Grobgeld writes: > > > Running pdflatex on the tex file yields: > > > > ! LaTeX Error: Unknown graphics ex

Re: [O] Table with images export to LaTeX

2015-06-23 Thread Rasmus
Dov Grobgeld writes: > Running pdflatex on the tex file yields: > > ! LaTeX Error: Unknown graphics extension: .5.jpg . > > The problem has nothing to do with the org exporting, and is a LaTeX > limitation that I can live with. Case closed. :-) This should not happen in a recent version of org 8

Re: [O] Table with images export to LaTeX

2015-06-23 Thread Dov Grobgeld
Some further probing showed that it worked by me as well! But with one LaTex related restriction that I missed. The included filename must *not* include more than one period! In my original file I had part of the experiment conditions encoded in the name, e..g. lc-p0.5.jpg . This works fine in HTML

Re: [O] Table with images export to LaTeX

2015-06-23 Thread Eric S Fraga
On Tuesday, 23 Jun 2015 at 10:24, Dov Grobgeld wrote: > I tried to export a table with four images to LaTeX, but got a big mess as > a result. In contrast, the result in HTML export is fine. Has anyone had > better experience and can recommend some remedy? Works for me with recent org. What versi