From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: [babel] [new exporter] bug in subtree export Date: Sat, 10 Nov 2012 14:47:18 +0100 Message-ID: <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]:51392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXBPJ-0003cr-PS for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 08:47:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXBPG-0000NC-N3 for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 08:47:33 -0500 Received: from plane.gmane.org ([80.91.229.3]:40889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXBPG-0000N8-GC for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 08:47:30 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TXBPN-0006wC-EN for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 14:47:37 +0100 Received: from vpn-2060.gwdg.de ([134.76.2.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Nov 2012 14:47:37 +0100 Received: from andreas.leha by vpn-2060.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Nov 2012 14:47:37 +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: emacs-orgmode@gnu.org Hi all, 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). See the following example and export the second subtree only to reproduce the problem: ---[ example orgmode file ] #+TITLE: refs not in tree #+LATEX_HEADER: \usepackage{hyperref} * Some code #+name: mycode #+begin_src R 1 + 1 #+end_src #+results: mycode : 2 * Some text Here, I input the results: 1 + 1 is src_R[:var ttt=mycode() :results raw]{paste("=", ttt)} --------- Regards, Andreas