emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Carsten Dominik <carsten@orgmode.org>
Cc: emacs-orgmode@gnu.org
Subject: Removing DEADLINE and SCHEDULED from a headline
Date: Fri, 28 Aug 2009 08:34:04 -0400	[thread overview]
Message-ID: <873a7cyv5v.fsf@gollum.intra.norang.ca> (raw)

Hi Carsten,

I ran into this a few weeks ago and it's been bugging me.

I reorganized a project which had a deadline on the main task and moved
it down to multiple subtasks in the project.

,----
| * TODO Project task
|   DEADLINE: <2009-08-28 Fri>
| ** TODO Step 1
| ** TODO Step 2
| ...
| ** TODO Step n
`----

I decided the DEADLINE really doesn't belong at the top -- since the
deadline was for step 2 (and a few other tasks)... so I moved it the
hard way.  Instead of cutting it out and pasting it back in the right
tree I just used C-c C-d and entered the same date on step 2 (because I
was moving the date a bit from the original date).

,----
| * TODO Project task
|   DEADLINE: <2009-08-28 Fri>
| ** TODO Step 1
| ** TODO Step 2
|    DEADLINE: <2009-08-28 Fri>
| ...
| ** TODO Step n
`----

Now to remove the deadline from the Project task I just did C-u C-c C-d
on the Project task but this removed all the deadlines in the subtree
and my deadline in Step 2 (and others) is now gone.

AFAICT SCHEDULED: works the same way.  This doesn't feel natural to me
but I know it is documented this way.

Does the way it works now really make sense or would just removing the
deadline from the task you are working on be better.

C-c C-d sets a deadline just for this task, so it felt natural to me
that C-u C-c C-d would remove the deadline just for this task -- but
that's what I get for not reading the manual (or forgetting since I read
it ;)

Regards,
Bernt

             reply	other threads:[~2009-08-28 12:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-28 12:34 Bernt Hansen [this message]
2009-08-28 14:15 ` Removing DEADLINE and SCHEDULED from a headline 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=873a7cyv5v.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=carsten@orgmode.org \
    --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).