>From the documentation, I know that captions work with inline images and tables, but for some reason when then inline images are generated through org-babel, #+CAPTION keys turns into regular text. What am I doing wrong now? :)
-- ORG Source -- #+TITLE: Graphic Tests #+AUTHOR: Luis R. Anaya #+GROFF_ATTR: :alignment center #+GROFF_CLASS: file * PlantUML #+CAPTION: plantuml drawing #+begin_src plantuml :cmdline -Teps :file x.eps [A] --> [B] #+end_src * Gnuplot #+CAPTION: gnuplot drawing #+begin_src gnuplot :file salida.pic set term gpic plot sin(x) #+end_src -- Groff Output -- .MT 1 .H 1 "PlantUML" .P #+CAPTION: plantuml drawing .P .PSPIC "x.eps" .FG "" .H 1 "Gnuplot" .P #+CAPTION: gnuplot drawing .P .PS copy "salida.pic" .PE .FG "" --- Resultant output in PDF at: http://ppl.ug/YGVUBTwhknY/ Regards, -- Luis Anaya papo anaya aroba hot mail punto com "Do not use 100 words if you can say it in 10" - Yamamoto Tsunetomo