From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Sexton Subject: Re: Org-ctags released Date: Thu, 24 Dec 2009 02:04:34 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NNd4X-0007O1-Pk for emacs-orgmode@gnu.org; Wed, 23 Dec 2009 21:05:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NNd4S-0007JS-5X for emacs-orgmode@gnu.org; Wed, 23 Dec 2009 21:05:00 -0500 Received: from [199.232.76.173] (port=42039 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NNd4S-0007JP-08 for emacs-orgmode@gnu.org; Wed, 23 Dec 2009 21:04:56 -0500 Received: from lo.gmane.org ([80.91.229.12]:56974) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NNd4R-0002Jo-Bb for emacs-orgmode@gnu.org; Wed, 23 Dec 2009 21:04:55 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NNd4M-0005nB-Ko for emacs-orgmode@gnu.org; Thu, 24 Dec 2009 03:04:52 +0100 Received: from ip-118-90-103-230.xdsl.xnet.co.nz ([118.90.103.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Dec 2009 03:04:50 +0100 Received: from psexton by ip-118-90-103-230.xdsl.xnet.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Dec 2009 03:04:50 +0100 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 Xavier Maillard gnu.org> writes: > > Le 23/12/2009 23:36, Paul Sexton a écrit : > > Hi, > > I have rewritten org-ctags, a package which allows org mode to use Emacs "tags" > > to seamlessly navigate to link targets in other org files (as well as source > > code files etc). See below for more of an explanation. > > Awesome idea ! But why a patch for org.el ? > > Xavier > Because there is no other way to alter how org deals with missing plain links. The only alternative to the patch is redefining some very important org functions in org-ctags.el, which is not a good idea.