From mboxrd@z Thu Jan 1 00:00:00 1970 From: giles@pexip.com Subject: Possible bug with new exporter and org-babel Date: Mon, 20 May 2013 12:47:11 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeOYq-0001Kc-54 for emacs-orgmode@gnu.org; Mon, 20 May 2013 07:47:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UeOYl-0000b8-95 for emacs-orgmode@gnu.org; Mon, 20 May 2013 07:47:28 -0400 Received: from plane.gmane.org ([80.91.229.3]:54041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeOYl-0000aw-12 for emacs-orgmode@gnu.org; Mon, 20 May 2013 07:47:23 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UeOYj-0000MH-TL for emacs-orgmode@gnu.org; Mon, 20 May 2013 13:47:21 +0200 Received: from host81-142-89-185.in-addr.btopenworld.com ([81.142.89.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 May 2013 13:47:21 +0200 Received: from giles by host81-142-89-185.in-addr.btopenworld.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 May 2013 13:47:21 +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 I came across this issue whilst trying to use or to generate some release notes in a prettier format. Start with an org file consisting of only two lines: * Noddy call_req() Then export to LaTeX C-c C-e l o This fails with the message: org-babel-ref-resolve: Reference 'req' not found in this buffer I've just updated to current github head and the issue remains. -- Giles Chamberlin