emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Bernt Hansen <bernt@norang.ca>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: LOGGING property does not stop asking for a note
Date: Thu, 14 Feb 2008 20:19:39 +0100	[thread overview]
Message-ID: <118D09D2-12FC-444A-9359-6207BB4B8869@science.uva.nl> (raw)
In-Reply-To: <87d4qzl68p.fsf@gollum.intra.norang.ca>

Hi Bernt,

On Feb 14, 2008, at 7:53 PM, Bernt Hansen wrote:

> 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?


First of all, you would need

   :LOGGING: nologging

this must be one of the standard keywords, it is parsed exactly like  
an in-buffer option.

Secondly, I am internally forcing a log entry when repeating an entry,
with the assumption that you'd always want a log of acting on a  
repeating
task.

Hmmm, maybe a LOGGING property should be honoured also in this case....

- Carsten

  reply	other threads:[~2008-02-14 19:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-14 18:53 Bug: LOGGING property does not stop asking for a note Bernt Hansen
2008-02-14 19:19 ` Carsten Dominik [this message]
2008-02-14 19:33   ` Bernt Hansen
2008-02-15 10:05 ` Carsten Dominik
2008-02-15 15:10   ` Bernt Hansen
2008-02-15 16:22     ` J. David Boyd
2008-02-15 16:51       ` Bernt Hansen
2008-02-15 17:59         ` J. David Boyd
2008-02-16 11:02     ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=118D09D2-12FC-444A-9359-6207BB4B8869@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).