From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: function to select text of in a cell of a table Date: Fri, 30 Dec 2016 18:57:08 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cN9rC-0001nO-T4 for emacs-orgmode@gnu.org; Fri, 30 Dec 2016 21:57:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cN9r9-0000AC-SM for emacs-orgmode@gnu.org; Fri, 30 Dec 2016 21:57:18 -0500 Received: from iport-acv6-out.ucsd.edu ([132.239.0.13]:10470) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1cN9r9-00007W-Dm for emacs-orgmode@gnu.org; Fri, 30 Dec 2016 21:57:15 -0500 In-Reply-To: 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" To: dmg Cc: emacs-orgmode On Fri, 30 Dec 2016, dmg wrote: > hi everybody, > > has anybody written a function to select the text in a cell of a table? If you mean like what ob-ref.el uses to support babel references, yes. Also see org-table.el. If you just want support for working with Babel src blocks, see (info "(org) var") HTH, Chuck