From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: automatically (?) including an org-file in org-agenda-files ... Date: Mon, 24 Sep 2007 16:39:11 +0200 Message-ID: References: <87odfxbg4u.fsf@bzg.ath.cx> <90c7441f9809cd0b8dee8558e8ca632e@science.uva.nl> <874phoulpm.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 1IZp9S-0007Au-5r for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 10:43:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZp9P-00078V-JS for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 10:43:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZp9O-00078K-Pu for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 10:43:06 -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 1IZp9O-0001IL-2M for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 10:43:06 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IZp85-0007QG-Az for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 14:41:45 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Sep 2007 14:41:45 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Sep 2007 14:41:45 +0000 In-Reply-To: <874phoulpm.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 Bastien schrieb: > Carsten Dominik writes: > >>> Depending on a new custom variable: >>> >>> - always include the file automatically >>> - include the file if [condition: interactive prompt/regexp/...] >>> - don't include the file >> >> Are (both of) you thinking about *permanently* adding it to the agenda >> files, or only temporarily for the current agenda command? > > I was thinking of *permanently* adding them. > Well I would rather add it temporarily. But - maybe a config variable would decide? Rainer