From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [babel] [new exporter] bug in subtree export Date: Sat, 10 Nov 2012 15:00:21 +0100 Message-ID: <87pq3la77u.fsf@med.uni-goettingen.de> 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]:42658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXBc5-0007T9-CT for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 09:00:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXBc2-0004Ns-6e for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 09:00:45 -0500 Received: from plane.gmane.org ([80.91.229.3]:40116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXBc1-0004Nk-Vp for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 09:00:42 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TXBc4-0007oJ-UV for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 15:00:44 +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 15:00:44 +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 15:00:44 +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 Andreas Leha writes: > 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)} > --------- After a restart of emacs, I am not able to reproduce it myself, anymore. Sorry for the noise. Regards, Andreas