From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Bug: LOGGING property does not stop asking for a note Date: Thu, 14 Feb 2008 13:53:26 -0500 Message-ID: <87d4qzl68p.fsf@gollum.intra.norang.ca> 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 1JPjDT-0005Xp-MO for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 13:53:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPjDP-0005QC-3J for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 13:53:51 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPjDO-0005Pv-Sg for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 13:53:46 -0500 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 1JPjDO-0002kW-9J for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 13:53:46 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JPjDF-0006tB-TG for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 18:53:37 +0000 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2008 18:53:37 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2008 18:53:37 +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 Hi Carsten, I've been trying to get org-mode to stop prompting for a note for some of my repeated tasks when they are marked as DONE and rescheduled. Either I'm doing something wrong or this is a bug. ,----[ minimal.emacs ] | (setq org-log-done '(state)) | (setq inhibit-splash-screen t) | (global-font-lock-mode t) | (add-to-list 'load-path (expand-file-name "~/git/org-mode")) | (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) | (require 'org-install) | (define-key global-map "\C-ca" 'org-agenda) | (custom-set-variables | '(org-agenda-files (quote ("~/org/test.org")))) | (org-agenda-list) `---- ,----[ test.org ] | * TODO one | SCHEDULED: <2008-02-14 Thu> | - State "TODO" [2008-02-14 Thu 13:46] | - State "DONE" [2008-02-14 Thu 13:45] | * TODO two | SCHEDULED: <2008-02-28 Thu +1w> | - State "DONE" [2008-02-14 Thu 13:46] | - State "DONE" [2008-02-14 Thu 13:45] | :PROPERTIES: | :LOGGING: off | :END: | * TODO three | SCHEDULED: <2008-02-14 Thu> | - State "TODO" [2008-02-14 Thu 13:46] | - State "DONE" [2008-02-14 Thu 13:45] | :PROPERTIES: | :LOGGING: off | :END: | *** TODO One Two Three | `---- I have org-log-done set to state globally and I want to override this for the repeated task (two) and for another normal task (three). It always prompts for a note when I change the state of the TODO item on any of these tasks. Am I missing something? I'm running from the git development tree - currently on commit 45f1d176da18453bf2fa7f099c486f98351bcab4 Org-mode version 5.21 GNU Emacs 22.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2007-11-03 on pacem, modified by Debian Regards, Bernt