From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Parliman Subject: Line numbers with org-store-link? Date: Mon, 5 May 2008 15:40:28 -0600 Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jt8Uk-0001gP-4t for emacs-orgmode@gnu.org; Mon, 05 May 2008 17:45:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jt8Ui-0001eJ-6X for emacs-orgmode@gnu.org; Mon, 05 May 2008 17:45:13 -0400 Received: from [199.232.76.173] (port=54656 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jt8Uh-0001e4-Tk for emacs-orgmode@gnu.org; Mon, 05 May 2008 17:45:11 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jt8Ug-0004fD-6m for emacs-orgmode@gnu.org; Mon, 05 May 2008 17:45:10 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Jt8UZ-0005bS-OD for emacs-orgmode@gnu.org; Mon, 05 May 2008 21:45:03 +0000 Received: from kezar.lanl.gov ([128.165.248.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 May 2008 21:45:03 +0000 Received: from parliman by kezar.lanl.gov with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 May 2008 21:45:03 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Is there a way to force org-store-link to store the current line number rather than a string to locate? When preparing for code reviews I like to create notes with links to the exact source line. FWIW, in these cases, I keep a static copy of the code so I know it isn't going to change. Obviously none of those reviews involve lisp, since my first feeble attempt to add a hyperlink type never even came close to running. :-) Thanks for any help, Bart