From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Loginov Subject: target-links (backlink) relation and global radio targets Date: Fri, 08 Jun 2007 14:20:33 +0700 Message-ID: <87y7iuoqta.fsf@mail.ru> 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 1HwYmX-0002AI-5L for emacs-orgmode@gnu.org; Fri, 08 Jun 2007 03:21:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwYmW-0002A6-1B for emacs-orgmode@gnu.org; Fri, 08 Jun 2007 03:21:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwYmV-0002A3-Tb for emacs-orgmode@gnu.org; Fri, 08 Jun 2007 03:21: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 1HwYmV-0006aF-Lq for emacs-orgmode@gnu.org; Fri, 08 Jun 2007 03:21:11 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HwYmJ-0005WT-8G for emacs-orgmode@gnu.org; Fri, 08 Jun 2007 09:20:59 +0200 Received: from itam116.itam.nsc.ru ([194.226.179.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jun 2007 09:20:59 +0200 Received: from zeliboba by itam116.itam.nsc.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jun 2007 09:20:59 +0200 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 I'm wondering if it is possible to see the all links from the target? for example, I have project B depending on project A like this: #+SEQ_TODO: TODO NEXT WAITING DONE * TODO project A # <> * WAITING project B project is waiting completion of [[project A]] when the project A is finished I'd like to check which one is depends on it and to switch it to state NEXT in order to start working on it. it would be nice to execute some function when cursor is on target <> and see the sparse tree (headlines + some text) with all points where the link to the target occurs. is it possible to implement this with special agenda view? please give me a hint one more question about radio targets: is it difficult to implement global radio targets list for all files referred by org-agenda-files? and update this list for example every tame agenda view is called? could anybody write a code snippet? thank you and best regards Maxim