From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: automatically (?) including an org-file in org-agenda-files ... Date: Thu, 20 Sep 2007 14:14:05 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYKvh-00006v-5g for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 08:14:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYKvg-00006i-Jn for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 08:14:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYKvg-00006f-GN for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 08:14:48 -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 1IYKvg-00019A-4M for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 08:14:48 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IYKvN-0006p6-OW for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 14:14:29 +0200 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 ; Thu, 20 Sep 2007 14:14:29 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Sep 2007 14:14:29 +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 sometimes work in an org-file that I currently do not have included in org-agenda-files. Having the cursor for example on a timestamp in that file and pressing TAB I will see the agenda of that day. What happens is that the agenda opens and I do not see my todo since the file is not in org-agenda-files. This seems unintuitive to me. I will then manually add the current file to org-agenda-files. Maybe there could be a variable allowing to automatically include the current org file in org-agenda-files when agenda view is activated from a on-included file? What do you think? Rainer