From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: [bug?, ob] finding tables with captions Date: Mon, 16 Feb 2015 22:09:38 +0100 Message-ID: <8761b14l7x.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNSvQ-0001sm-K4 for emacs-orgmode@gnu.org; Mon, 16 Feb 2015 16:09:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNSvN-0003R9-92 for emacs-orgmode@gnu.org; Mon, 16 Feb 2015 16:09:52 -0500 Received: from plane.gmane.org ([80.91.229.3]:42556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNSvN-0003Qv-1v for emacs-orgmode@gnu.org; Mon, 16 Feb 2015 16:09:49 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YNSvL-0005s7-RV for emacs-orgmode@gnu.org; Mon, 16 Feb 2015 22:09:47 +0100 Received: from tsn109-201-152-14.dyn.nltelcom.net ([109.201.152.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Feb 2015 22:09:47 +0100 Received: from rasmus by tsn109-201-152-14.dyn.nltelcom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Feb 2015 22:09:47 +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, A caption seems to prevent Org from finding a table when using inline calls. Consider this example: #+NAME: tbl0 #+CAPTION: caption | a | b | |---+---| | 1 | 2 | src_emacs-lisp[:var val=tbl0[2,1]]{val} =nil= #+CAPTION: caption #+NAME: tbl1 | a | b | |---+---| | 1 | 2 | src_emacs-lisp[:var val=tbl1[2,1]]{val} =2= Is that a feature or a bug? Or me misusing ob? —Rasmus -- There are known knowns; there are things we know that we know