[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] FR: multiple scheduling of one item?
From: |
Bastien |
Subject: |
Re: [Orgmode] FR: multiple scheduling of one item? |
Date: |
Mon, 07 Jan 2008 02:52:51 +0000 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux) |
Adam Spiers <address@hidden> writes:
> That's a nice idea, but it won't cover all eventualities,
> e.g. sometimes one would need:
>
> * Long task
> SCHEDULED: <2008-01-07 Mon 10:00-13:00>
> SCHEDULED: <2008-01-08 Tue 14:00-17:00>
FWIW, I think it would be better to have something like this:
,----
| * Something important
| SCHEDULED: <2008-01-06 dim 9:00-13:00>
|
| :PROPERTIES:
| :SCHEDULED: <2008-01-07 lun 9:00-13:00>, <2008-01-08 mar 9:00-13:00>
| :END:
`----
Org would first check the "SCHEDULED:" cookie, then check for further
re-schedulding (the property might also be called "RESCHEDULDED".)
BTW, there is a small bug when trying to enter the SCHEDULED property by
hand: the sequence `C-c C-x p SCHEDULED RET' will ask for a value, then
discard it and ask again for a date (thru org-read-date). I guess it
should ask for the date only.
--
Bastien