From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: store-link behavior Date: Fri, 02 Nov 2012 06:51:49 -1000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUKTj-000817-1Y for emacs-orgmode@gnu.org; Fri, 02 Nov 2012 12:52:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TUKTh-0004cz-0B for emacs-orgmode@gnu.org; Fri, 02 Nov 2012 12:52:18 -0400 Received: from oproxy7-pub.bluehost.com ([67.222.55.9]:51615) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TUKTg-0004cT-LQ for emacs-orgmode@gnu.org; Fri, 02 Nov 2012 12:52:16 -0400 Received: from [98.155.255.145] (port=54580 helo=poto.myhome.westell.com) by box472.bluehost.com with esmtpa (Exim 4.76) (envelope-from ) id 1TUKTG-0002Y8-DA for emacs-orgmode@gnu.org; Fri, 02 Nov 2012 10:51:51 -0600 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: Org-mode Aloha all, A pleasant feature of AucTeX is the context sensitive facility for inserting cross references. So, having the cursor at the end of this text, "(fig.", and pressing shortcut sequence gets a list of labeled figure environments in a document, from which the correct one can be chosen. Is there something similar in Org? I looked at store-link, with the hope that it would store a link to the nearest link candidate, but with the cursor in the table-link table below, store-link returns a link to the headline, test store-link, and not a link to the table name, table-link. * test store-link Some text. #+name: table-link | a | 1 | | b | 2 | I'm likely missing something obvious. Any help much appreciated. All the best, Tom -- Thomas S. Dye http://www.tsdye.com