From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: Exporting caption with raw results from inline source blocks Date: Fri, 26 Apr 2013 13:49:37 +0200 Message-ID: <87k3npwlym.fsf@med.uni-goettingen.de> References: <87ehe0xu10.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVh9y-0006ht-7E for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 07:49:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVh9x-0002wa-0x for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 07:49:50 -0400 Received: from plane.gmane.org ([80.91.229.3]:39272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVh9w-0002wM-Q1 for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 07:49:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UVh9v-000676-HX for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 13:49:47 +0200 Received: from vpn-2005.gwdg.de ([134.76.2.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Apr 2013 13:49:47 +0200 Received: from andreas.leha by vpn-2005.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Apr 2013 13:49:47 +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 Andreas Leha writes: > Hi all, > > I am experiencing problems when exporting a document with inline source > blocks in captions, when I want to export raw results. > > I guess the culprit are the 'raw' results. What should I do instead? > > Here is a MWE that does not export properly to LaTeX: > > > #+PROPERTY: exports results > #+PROPERTY: results raw > > * Caption with inline source > > #+name: theplot > #+begin_src R :results graphics :file someplot.pdf > plot(1:(10+1), 1:(10+1)) > #+end_src > > #+caption: There are src_R{10+1} points in this plot > #+results: theplot > [[file:someplot.pdf]] > > Is it just me, or can someone reproduce this? Regards, Andreas