From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: Feature Request - Active and inactive links. Date: Tue, 11 Dec 2007 16:08:59 +0000 (UTC) Message-ID: References: <3d6808890712030717s4aeccea3oe95960df850d4841@mail.gmail.com> <87bq8zcto6.fsf@bzg.ath.cx> <3d6808890712091651j17631cd6s7234351ac8f35532@mail.gmail.com> <87tzmptr34.fsf@bzg.ath.cx> <3d6808890712110523l5d369faaj5aaf1bcc87a1b55f@mail.gmail.com> <3d6808890712110524x66985a20h3340e9cbacbdadda@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J28UD-0006qB-Gv for emacs-orgmode@gnu.org; Tue, 11 Dec 2007 12:01:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J28UB-0006of-VB for emacs-orgmode@gnu.org; Tue, 11 Dec 2007 12:01:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J28UA-0006oN-Dp for emacs-orgmode@gnu.org; Tue, 11 Dec 2007 12:01:35 -0500 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 1J28U9-0006pv-UP for emacs-orgmode@gnu.org; Tue, 11 Dec 2007 12:01:34 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J27yJ-0006Pu-DE for emacs-orgmode@gnu.org; Tue, 11 Dec 2007 16:28:39 +0000 Received: from www-gw3.credit-suisse.com ([198.240.212.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2007 16:28:39 +0000 Received: from christian.egli by www-gw3.credit-suisse.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2007 16:28:39 +0000 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 Tim O'Callaghan gmail.com> writes: > Yes. My idea was essentially, when i ask org to create an agenda > buffer, it knows to auto-pull and process each all of these > active links, so as to be able to display them in my Agenda. I still don't quite understand why you do not use existing infrastructure such as the include statement in diary files and the org-agenda-files variable which lets you define a list files to be included for agenda generation. Christian