emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Andrew M. Nuxoll" <nuxoll@up.edu>
To: Emacs-orgmode@gnu.org
Subject: Re: Still Wishing for Snooze
Date: Wed, 23 Jan 2013 10:51:43 -0800	[thread overview]
Message-ID: <5100313F.6070806@up.edu> (raw)
In-Reply-To: <CALn3zojjDjXfm2FY0vvKEwrexaZZaKmYVo6Lstk3xqETBJSHrw@mail.gmail.com>

Michael:

Thank you for this info. I didn't know that you could add two scheduled 
dates to a task!  Unfortunately, org-mode doesn't handle the dual 
schedule the way I would wish.  For example if I have:

* TODO [#B] Verify login to the virtual machines
   SCHEDULED: <2013-01-24 Thu>
   SCHEDULED: <2013-01-29 Tue +1w>

and I mark the item as done via agenda mode (by hitting 't') it changes 
to this:

* TODO [#B] Verify login to the virtual machines
   SCHEDULED: <2013-01-24 Thu>
   SCHEDULED: <2013-02-05 Tue +1w>

Thus it not only doesn't appear from my to-do list but it skips a 
rescheduled event that I don't want to have skipped.  Am I doing it wrong?

Even if this is the best org-mode can do at the moment, it's a better 
solution than what I have been doing.

Thank you,
:AMN:

On 01/23/2013 07:49 AM, Michael Brand wrote:
> Hi Andrew
>
> On Mon, Jan 21, 2013 at 7:20 PM, Andrew M. Nuxoll <nuxoll@up.edu> wrote:
>> I'd like to modify the org-mode code to support the following:
>>
>> 1.  Add a date tag to an entry that indicates that it is "inactive" until a
>> certain date.  I'm picturing something like this:
>>
>> ***** TODO [#B] Verify login to the virtual machines
>>        SCHEDULED: <2013-01-11 Tue +1w> DELAY: <2013-01-24 Thu>
> (I assume you meant Tue Jan 08:
>
> * TODO [#B] Verify login to the virtual machines
>    SCHEDULED: <2013-01-08 Tue +1w> DELAY: <2013-01-24 Thu>
> )
>
> Such tasks I do like follows, starting with:
>
> * TODO [#B] Verify login to the virtual machines
>    SCHEDULED: <2013-01-08 Tue +1w>
>
> Then set to DONE as many times as necessary to get it to the first
> regular repetition in the future:
>
> * TODO [#B] Verify login to the virtual machines
>    SCHEDULED: <2013-01-29 Tue +1w>
>
> Then add the one irregular date just as a normal SCHEDULED:
>
> * TODO [#B] Verify login to the virtual machines
>    SCHEDULED: <2013-01-24 Thu>
>    SCHEDULED: <2013-01-29 Tue +1w>
>
> At or after 2013-01-24 when the task is done go to the irregular date
> with TAB from the agenda view and delete the line, resulting again in:
>
> * TODO [#B] Verify login to the virtual machines
>    SCHEDULED: <2013-01-29 Tue +1w>
>
> Michael


-- 
Andrew M. Nuxoll                     Phone: 503-943-7688
Asst Professor of Computer Science   Fax:   503-943-7316
University of Portland - MSC #145    Email: nuxoll@up.edu
5000 N. Willamette Blvd              Web:   http://faculty.up.edu/nuxoll
Portland, OR  97203-5798             Office: Shiley Hall Rm 217

  reply	other threads:[~2013-01-23 18:53 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-21 18:20 Still Wishing for Snooze Andrew M. Nuxoll
2013-01-23 10:42 ` Samuel Loury
2013-01-23 19:00   ` Andrew M. Nuxoll
2013-01-23 13:36 ` Bastien
2013-01-24 18:49   ` Andrew M. Nuxoll
2013-01-24 22:26     ` Bastien
2013-01-24 22:54       ` Andrew M. Nuxoll
2013-01-25  1:20         ` Eric S Fraga
2013-01-25 10:45         ` Bastien
2013-01-25 19:48           ` Andrew M. Nuxoll
2013-02-07  9:44             ` Bastien
2013-02-07 15:25               ` Michael Brand
2013-02-09 18:06                 ` Samuel Loury
2013-02-09 20:50                   ` Michael Brand
2013-02-12 10:21                 ` Bastien
2013-02-12 12:29                   ` Michael Brand
2013-02-12 13:24                     ` Michael Brand
2013-02-12 15:57                     ` Bastien
2013-02-12 16:33                     ` Bastien
2013-02-12 18:09                       ` Michael Brand
2013-02-13 11:09                   ` Samuel Loury
2013-02-13 11:14                     ` Bastien
2013-02-12 22:35               ` Andrew M. Nuxoll
2013-01-25 11:10         ` Michael Brand
2013-01-25 19:30           ` Andrew M. Nuxoll
2013-02-07 15:24           ` Michael Brand
2013-01-23 15:49 ` Michael Brand
2013-01-23 18:51   ` Andrew M. Nuxoll [this message]
2013-01-23 19:37     ` Michael Brand
2013-01-24 20:09 ` Marc-Oliver Ihm
2013-01-26 17:40   ` Marc-Oliver Ihm

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=5100313F.6070806@up.edu \
    --to=nuxoll@up.edu \
    --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).