From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: error exporting with reference to table in another file Date: Sat, 20 Sep 2014 15:55:35 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVR44-0007tz-By for emacs-orgmode@gnu.org; Sat, 20 Sep 2014 16:15:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVR3u-0001fA-5F for emacs-orgmode@gnu.org; Sat, 20 Sep 2014 16:15:28 -0400 Received: from plane.gmane.org ([80.91.229.3]:45941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVR3t-0001eV-Vv for emacs-orgmode@gnu.org; Sat, 20 Sep 2014 16:15:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XVQl6-0004zW-0i for emacs-orgmode@gnu.org; Sat, 20 Sep 2014 21:55:52 +0200 Received: from vpn-128-237-147-26.library.vpn.cmu.edu ([128.237.147.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Sep 2014 21:55:52 +0200 Received: from jkitchin by vpn-128-237-147-26.library.vpn.cmu.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Sep 2014 21:55:52 +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 Hi all, I have this ina n org-file: #+NAME: anatase-tio2-elisp #+BEGIN_SRC emacs-lisp :var data=supporting-information.org:TiO2-data (remove-if-not (lambda (x) (string= "anatase" (nth 1 x))) data) #+END_SRC #+RESULTS: anatase-tio2-elisp | TiO$_2$ | anatase | LDA | -2802.73 | 33.62 | 187.4 | | TiO$_2$ | anatase | AM05 | -2741.12 | 34.33 | 178.26 | | TiO$_2$ | anatase | PBEsol | -2763.61 | 34.25 | 178.71 | | TiO$_2$ | anatase | PBE | -2781.16 | 35.13 | 171.42 | The code works fine, but when I try to export to a pdf or html I get errors like: org-babel-exp processing... [2 times] org-babel-ref-resolve: Reference 'TiO2-data' not found in this buffer Here is my org-version: Org-mode version 8.2.7c (8.2.7c-25-g1faeb4-elpa @ /Users/jkitchin/Dropbox/kitchingroup/jmax/elpa/org-20140811/) Any thoughts on what is causing this? Thanks, -- ----------------------------------- John Kitchin http://kitchingroup.cheme.cmu.edu