Re: [Orgmode] Latex & EPS Inline

2009-06-28 Thread Carsten Dominik
OK, I have added both ps and eps. - Carsten On Jun 28, 2009, at 10:20 AM, Russell Adams wrote: Just found out that in order to use EPS images produced via dot and org-exp-blocks, "eps" must be added as a valid inline extension. ~/.emacs: ;; Allow inline eps, used with dot (push '"eps" org-exp

[Orgmode] Latex & EPS Inline

2009-06-28 Thread Russell Adams
Just found out that in order to use EPS images produced via dot and org-exp-blocks, "eps" must be added as a valid inline extension. ~/.emacs: ;; Allow inline eps, used with dot (push '"eps" org-export-latex-inline-image-extensions) Whether it is worth patching org-export-latex.el I leave to Cars