emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Robert Goldman <rpgoldman@sift.info>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode@gnu.org
Subject: Re: Found my problem with date-stamping
Date: Tue, 21 Oct 2008 14:42:37 -0500	[thread overview]
Message-ID: <48FE30AD.9090108@sift.info> (raw)
In-Reply-To: <FFBEEE17-895E-498B-ACB8-F59CEF7B05AB@uva.nl>

Carsten Dominik wrote:
> Hi Robert,
> 
> thank you for digging into the code and nailing this difficult bug.
> 
> I have fixed it in GIT now, please confirm that it now works correctly.

OK, with version from git, turned off org-use-fast-todo-selection, went
to agenda, toggled a task to done with C-u C-c C-t d, and found the
right DONE timestamp in the corresponding orgfile.

Has been working all along with fast-todo-selection.

Looks fixed to me.

Best,
Robert

> 
> On Oct 13, 2008, at 10:10 PM, Robert Goldman wrote:
> 
>> I use C-u C-c C-t followed by "d" when I mark my tasks as DONE so that
>> they move to the done state instead of waiting, which is the next state
>> in the progression.
>>
>> Unfortunately, that prefix argument is, as far as I can tell, bound over
>> the entire process of marking the task as done.  This means that when we
>> get to org-store-log-note, we bump into the following line:
>>
>>    (when (or current-prefix-arg org-note-abort)
>>      (setq lines nil))
>>
>> Which means that org carefully composes the note with the datestamp...
>> and then throws it away.  Unfortunately, I don't really know what the
>> test for current-prefix-arg is here for, so I don't feel comfortable
>> just removing it.  Can anyone offer enlightenment (this might be a good
>> place for an explanatory comment...)?
>>
>> Thanks,
>> R
>>
>>
>> _______________________________________________
>> 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
> 

  reply	other threads:[~2008-10-21 19:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-13 20:10 Found my problem with date-stamping Robert Goldman
2008-10-20  6:22 ` Carsten Dominik
2008-10-21 19:42   ` Robert Goldman [this message]
2008-10-21 20:12     ` 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=48FE30AD.9090108@sift.info \
    --to=rpgoldman@sift.info \
    --cc=dominik@science.uva.nl \
    --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).