From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabian Braennstroem Subject: Re: update file links Date: Tue, 25 Sep 2007 00:02:13 +0000 Message-ID: References: <87tzpl9c11.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZw3L-00005h-JL for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 18:05:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZw3K-0008WJ-0x for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 18:05:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZw3J-0008WD-Sx for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 18:05:17 -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 1IZw3J-0001jM-Ed for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 18:05:17 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IZw2h-0004Hh-Lj for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 22:04:39 +0000 Received: from pd9e4b024.dip0.t-ipconnect.de ([217.228.176.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Sep 2007 22:04:39 +0000 Received: from f.braennstroem by pd9e4b024.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Sep 2007 22:04:39 +0000 In-Reply-To: <87tzpl9c11.fsf@bzg.ath.cx> 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 Hi Bastien, Bastien schrieb am 09/23/2007 11:50 PM: > jmcbray@carcosa.net (Jason F. McBrayer) writes: > >> Fabian Braennstroem writes: >> >>> I am looking for a feature (script) which automatically >>> updates my file links!? >> I'd think about writing an org link handler that uses locate (or >> perhaps beagle or tracker) to search for its arguments, and replace >> your file: links with locate: beagle:, or whatever. > > For cases where files are moved from within Emacs (with dired-mode), we > could use org-registry. It would fetch references to the moved files and > update these references with the new location. But org-registry is just > out, I need a rest :) org-registry sounds great!? :-) Fabian