From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabian Braennstroem Subject: Re: org-registry.el v0.1 - a registry for Org links Date: Sat, 29 Sep 2007 17:48:12 +0000 Message-ID: References: <871wcpgg2f.fsf@bzg.ath.cx> <87sl54jy6b.fsf@myhost.localdomain> <878x6wh1qm.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 1Ibea3-0006TW-Ju for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 11:50:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ibea1-0006TI-Ax for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 11:50:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ibea1-0006TF-7S for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 11:50:09 -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 1Ibea0-0000LZ-Og for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 11:50:08 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IbeXw-0002Ql-Io for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 15:48:00 +0000 Received: from pd9e4b695.dip0.t-ipconnect.de ([217.228.182.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Sep 2007 15:48:00 +0000 Received: from f.braennstroem by pd9e4b695.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Sep 2007 15:48:00 +0000 In-Reply-To: <878x6wh1qm.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, nice work, I just tested org-registry. Unfortunately, I could not find any updating of the links when moving and copying files and directories with dired... did I miss it :-) It is probably 'just' a hook for dired, which changes the registry entry and corresponding link according to the destination directory!? Greetings! Fabian Bastien schrieb am 09/24/2007 09:05 AM: > Cezar writes: > >> Bastien writes: >> >>> | Let's say that you are in the Gnus summary buffer. You suddenly >>> | realize that you are on an article or an e-mail that is very likely >>> | to be somewhere in your `org-agenda-files'. Well.. actually you >>> | *know* it's there but can't find it back. How to deal with that? >> I fail to understand that :D > > Ahem. Was late at night :) Let me give it another try. > > Org files are full of links inserted with `org-store-link'. This links > point to e-mail, webpages, files, dirs, info pages, man pages, etc. > Actually, they come from potentially *everywhere* since Org lets you > define your own storing/following functions. > > So, what if you are on a e-mail, webpage or whatever and want to know if > this buffer has already been linked to somewhere in your agenda files? > > Then org-registry-show will tell you where this location has been > linked. > > Hope this is clearer like this, I have updated the commentary in the > source code. > >> Maybe give an example of how would this be useful. > > I've no time for this right now but I will in the future. One particular > case where that would be useful is when you want to check whether a link > lives in *several* agenda files and want to see all of them. > > Regards, >