From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Griswold Subject: Agenda dispatcher changes files Date: Sat, 31 Jan 2009 08:11:15 -0500 Message-ID: <87r62jsjrg.fsf@cantor.griswold.home> 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 1LTFdB-0003QP-JX for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 08:11:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTFdA-0003Nu-17 for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 08:11:28 -0500 Received: from [199.232.76.173] (port=59711 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTFd9-0003Nl-RA for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 08:11:27 -0500 Received: from main.gmane.org ([80.91.229.2]:39211 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 1LTFd9-0004ue-Az for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 08:11:27 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LTFd8-0006S4-IH for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 13:11:26 +0000 Received: from cpe-67-242-215-243.rochester.res.rr.com ([67.242.215.243]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Jan 2009 13:11:26 +0000 Received: from dgriswol by cpe-67-242-215-243.rochester.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Jan 2009 13:11:26 +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 Hello all, I don't know where to begin diagnosing this, so please forgive me for not having more information. As of 6.20c at least (perhaps further back), whenever I call up an agenda (daily, global todo, and certain todo keyword searches), some of the agenda files are marked as having been changed. They don't appear _really_ to have been changed (according to diff), but the double asterisks in the mode line show that Emacs believes the files have changed. This has been a little annoying when I wish to close Emacs. (I know, I know: why would I ever want to close Emacs?!) Some variable settings that may be relevant: org-agenda-include-diary t org-agenda-show-all-dates nil org-agenda-skip-scheduled-if-done t org-agenda-start-on-weekday nil org-agenda-todo-ignore-scheduled t org-agenda-custom-commands '( ("c" tags-todo "+@COMPUTER") ("f" tags-todo "+@PHONE") ("o" tags-todo "+@OFFICE") ("p" todo "PROJECT") ("j" tags "+Jana") ("t" todo "TODO") ("w" todo "WAITING")) org-agenda-sorting-strategy (quote ((agenda time-up tag-up priority-down) (todo category-keep priority-down) (tags category-keep priority-down) (search category-keep))) So: A bug or a feature? Is there more information I can provide? Thanks, Dan -- -------------- Dan Griswold Rochester, NY --------------