From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Agenda dispatcher changes files Date: Sat, 31 Jan 2009 22:37:14 +0100 Message-ID: <14D834F5-FB26-49C7-A4B3-A75C81189046@uva.nl> References: <87r62jsjrg.fsf@cantor.griswold.home> <0AD25C50-4690-4A94-8911-9F7FDAD1E44B@uva.nl> <87r62jibyh.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 1LTNWi-0003nz-48 for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 16:37:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTNWh-0003nK-EP for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 16:37:19 -0500 Received: from [199.232.76.173] (port=49137 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTNWh-0003nD-8Y for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 16:37:19 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:37954) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LTNWg-0003NZ-L1 for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 16:37:18 -0500 Received: by ewy13 with SMTP id 13so1408014ewy.18 for ; Sat, 31 Jan 2009 13:37:17 -0800 (PST) In-Reply-To: <87r62jibyh.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, I can not yet reproduce this, so I need your full customization - or even better a minimal customization, where you have started Emacs with emacs -q -l minimal.emacs Thanks for your help! - Carsten On Jan 31, 2009, at 7:09 PM, Dan Griswold wrote: > Carsten Dominik writes: > >> Hi Dan, >> >> 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 > > Thank you, Carsten. Taking your suggestion, I may have narrowed down > the problem. > > I started out using a minimal org file with these contents: > > * Big item > ** MAYBE Subitem > ** TODO Another subitem > * Another one > ** INPROCESS do something > SCHEDULED: <2008-01-30 Wed +1w> > ** TODO do something else > SCHEDULED: <2009-01-31 Sat> > > Executing C-c a a would NOT mark the file as changed. > > However, once I added this: > > #+TAGS: @COMPUTER(c) @PHONE(f) > > and gave the tag "@COMPUTER:" to the "do something" line, then C-c a a > would mark the file as changed. > > Please let me know if you need more testing, or values for other > variables. > > Cheers, > > Dan