emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Bernt Hansen <bernt@norang.ca>
Cc: Dan Griswold <dgriswol@rochester.rr.com>,
	nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: Re: confused about logging
Date: Mon, 12 Apr 2010 22:22:19 -0400	[thread overview]
Message-ID: <10974.1271125339@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Bernt Hansen <bernt@norang.ca> of "Mon, 12 Apr 2010 20:55:39 EDT." <87mxx8p3w4.fsf@gollum.intra.norang.ca>

Bernt Hansen <bernt@norang.ca> wrote:

> Dan Griswold <dgriswol@rochester.rr.com> writes:
> 
> > Hi all,
> >
> > I have a repeating task, like so:
> >
> > *** TODO Print copies						     :@PRINT:
> >     SCHEDULED: <2010-03-09 Tue ++1w>
> >
> > I would like to have things set so that when I change the todo state,
> > and the schedule advances, then there will not be any logging done.
> >
> > However, with org-log-repeat, org-log-done, and org-log-done-with-time
> > all set to nil (indeed, it appears all org-log-X vars are set to nil),
> > I get a timestamp in a property drawer when I advance the schedule, like
> > so:
> >
> > *** TODO Print copies						     :@PRINT:
> >     SCHEDULED: <2010-04-13 Tue ++1w>
> >     :PROPERTIES:
> >     :LAST_REPEAT: [2010-04-12 Mon 20:06]
> >     :END:
> >
> > This happens with an emacs environment started with emacs -q, and a file
> > that contains only the above entry.
> >
> > I don't need or want such information recorded. But I don't know how to
> > stop it, and I don't know where else to look for the responsible
> > variable.
> >
> > Any hints?
> 
> Set the property
> 
>   :LOGGING:  nil
> 

I don't think that works - and I also don't think that there is a way to
do what Dan wants, currently.  The code in org.el:org-auto-repeat-maybe
looks like this:

    ....
    (when repeat
      (if (eq org-log-repeat t) (setq org-log-repeat 'state))
      (setq to-state (or (org-entry-get nil "REPEAT_TO_STATE")
			 org-todo-repeat-to-state))
      (unless (and to-state (member to-state org-todo-keywords-1))
	(setq to-state (if (eq interpret 'type) last-state head)))
      (org-todo to-state)
      (org-entry-put nil "LAST_REPEAT" (format-time-string
					(org-time-stamp-format t t)))

    ....

and the LAST_REPEAT property is set unconnditionally. At least, that's
how I read it.

Nick

  reply	other threads:[~2010-04-13  3:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-13  0:10 confused about logging Dan Griswold
2010-04-13  0:55 ` Bernt Hansen
2010-04-13  2:22   ` Nick Dokos [this message]
2010-04-13  2:28     ` Bernt Hansen
2010-04-13  5:40     ` Carsten Dominik
2010-04-13 11:53       ` Bernt Hansen
2010-04-14 11:49 ` Carsten Dominik
2010-04-17 16:53   ` Dan Griswold

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=10974.1271125339@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=bernt@norang.ca \
    --cc=dgriswol@rochester.rr.com \
    --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).