From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Agenda dispatcher changes files Date: Sat, 31 Jan 2009 17:32:42 +0100 Message-ID: <0AD25C50-4690-4A94-8911-9F7FDAD1E44B@uva.nl> References: <87r62jsjrg.fsf@cantor.griswold.home> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTIm2-0001xf-LS for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 11:32:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTIm0-0001vw-UC for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 11:32:49 -0500 Received: from [199.232.76.173] (port=43454 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTIm0-0001vh-HL for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 11:32:48 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:33208) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LTIm0-0005LL-0D for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 11:32:48 -0500 Received: by ewy13 with SMTP id 13so1336433ewy.18 for ; Sat, 31 Jan 2009 08:32:46 -0800 (PST) In-Reply-To: <87r62jsjrg.fsf@cantor.griswold.home> 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: Dan Griswold Cc: emacs-orgmode@gnu.org Hi Dan, something like this can happen when text properties change in the file. Many such cases are dealt with correctly, but apparently you have found a case where this is not done correctly. If you want to help, the way to do it is to construct a minimal example, a testfile with minimal Org customization that can reliably reproduce this problem. I am sure that I can then easily find the bug and resolve it. - Carsten On Jan 31, 2009, at 2:11 PM, Dan Griswold wrote: > 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 > -------------- > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode