From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [babel] [new exporter] bug in subtree export Date: Sat, 10 Nov 2012 15:01:06 +0100 Message-ID: <87lie9zhel.fsf@gmail.com> References: <87txsxa7tl.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXBgb-0008Vz-7r for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 09:05:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXBgY-0005jv-4r for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 09:05:25 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:42906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXBgX-0005jq-Uo for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 09:05:22 -0500 Received: by mail-wi0-f177.google.com with SMTP id c10so140599wiw.12 for ; Sat, 10 Nov 2012 06:05:21 -0800 (PST) In-Reply-To: <87txsxa7tl.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Sat, 10 Nov 2012 14:47:18 +0100") 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: Andreas Leha Cc: emacs-orgmode@gnu.org Hello, Andreas Leha writes: > I am not able to export a subtree, that has babel references pointing > outside, when I use the new exporter (it is working with the old one). I cannot reproduce it. When exporting "* Some text" subtree on: --8<---------------cut here---------------start------------->8--- #+TITLE: refs not in tree #+LATEX_HEADER: \usepackage{hyperref} * Some code #+name: mycode #+BEGIN_SRC emacs-lisp (+ 1 1) #+END_SRC * Some text Here, I input the results: 1 + 1 is src_emacs-lisp[:var ttt=mycode() :results raw]{ttt} --8<---------------cut here---------------end--------------->8--- I get: --8<---------------cut here---------------start------------->8--- \begin{document} \maketitle Here, I input the results: 1 + 1 is 2 % Generated by Org mode 7.9.2 in Emacs 24.2.1. \end{document} --8<---------------cut here---------------end--------------->8--- Do you use the latest Org? Is it specific to R, or can you reproduce my example? Regards, -- Nicolas Goaziou