From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis Anaya Subject: #+CAPTION: Not being protected when they are used with #+begin_src Date: Sat, 7 Jul 2012 10:25:10 -0400 Message-ID: References: <22257.1340710426@alphaville> <87fw9i15sq.fsf@gmail.com> <87k3yp1esj.fsf@gmail.com> <87bok1108y.fsf@gmail.com> <87y5n1fa08.fsf@gmail.com> <87obntqs30.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnVwo-0007sV-P6 for emacs-orgmode@gnu.org; Sat, 07 Jul 2012 10:25:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SnVwm-00030G-SH for emacs-orgmode@gnu.org; Sat, 07 Jul 2012 10:25:22 -0400 Received: from blu0-omc1-s16.blu0.hotmail.com ([65.55.116.27]:12962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnVwm-0002zT-Ob for emacs-orgmode@gnu.org; Sat, 07 Jul 2012 10:25:20 -0400 In-Reply-To: <87obntqs30.fsf@gmail.com> (Nicolas Goaziou's message of "Fri\, 06 Jul 2012 09\:14\:27 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org >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