93ea7371bd
Bernt Hansen writes: > 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 ;) |
||
---|---|---|
BUGFIXING | ||
EXPERIMENTAL | ||
ORGWEBPAGE | ||
UTILITIES | ||
contrib | ||
doc | ||
lisp | ||
xemacs | ||
.dir-settings.el | ||
.gitignore | ||
ChangeLog | ||
Makefile | ||
README | ||
README_DIST | ||
README_GIT | ||
request-assign-future.txt |
README
This is the Emacs Org project, an emacs subsystem for organizing your life The homepage of Org is at http://orgmode.org This distribution contains: README This file. README_DIST The README file for the distribution (zip and tar files) README_GIT Information about the git repository and how to contribute to Org-mode development. lisp/ Directory with all the Emacs Lisp files that make up Org. doc/ The documentation files. org.texi is the source of the documentation, org.html and org.pdf are formatted versions of it. xemacs/ The xemacs directory contains special code for XEmacs users, in particular a port of the GNU Emacs outline.el to XEmacs. Org-mode does not work under XEmacs without this file installed. It did until version 4.37, but no longer. CONTRIB/ A diretory with third-party additions for Org. Some really cool stuff is in there. ORGWEBPAGE/ Directory with the source files for the orgmode.org web page. ChangeLog The standard ChangeLog file. Makefile The makefile to compile and install Org, and also for maintenance tasks. request-assign-future.txt The form that contributors have to sign and get processed with the FSF before contributed changes can be integrated into the Org core. All files in this distribution except the CONTRIB directory have copyright assigned to the FSF. EXPERIMENTAL Experimental code, not necessarily FSF copyright.