From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: update file links Date: Mon, 24 Sep 2007 01:50:50 +0200 Message-ID: <87tzpl9c11.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZbE4-0002uR-5U for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 19:51:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZbE2-0002u4-B1 for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 19:50:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZbE2-0002u1-5K for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 19:50:58 -0400 Received: from hu-out-0506.google.com ([72.14.214.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZbE1-0004dM-Nf for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 19:50:57 -0400 Received: by hu-out-0506.google.com with SMTP id 23so565469huc for ; Sun, 23 Sep 2007 16:50:56 -0700 (PDT) In-Reply-To: (Jason F. McBrayer's message of "Sun, 23 Sep 2007 16:54:04 -0400") 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 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 :) -- Bastien