Hi,

David Abrahams <d...@boostpro.com> writes:

> I have to reschedule quite a few items daily.  Often they're
> yesterday's items that I need to reschedule for today.  
>
>   `C-c C-s . RET' 
>
> is a bit much typing for that, so I re-bound `S' to
> org-agenda-schedule.  But 
>
>   `S . RET' 
>
> is still a bit much.  I'd like it if the default when rescheduling was
> always for today, instead of the date the item is already scheduled
> for, so I could 
>
>   `S RET'
>
> in the usual case.  What about a customizable option to set the
> default schedule-for date?

Just curious: Why don't you use the bulk action?

a) Mark all items with `m'
b) `B' `s' `.' RET.

For 20 items, thats:
20x `m' + 4 Keys for b) = 24 keypresses
(if those items are right next to each other and need no navigation)

Your approach would need 20 item x `S Ret' = 40 keypresses :).

Memnon


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to