org-agenda.el (org-agenda-bulk-action): Always read the date through `org-read-date'
commit795b578ec1202b81fd27309e9a47fe8c3d2c761a
authorBastien Guerry <bzg@altern.org>
Wed, 12 Sep 2012 23:21:26 +0000 (13 01:21 +0200)
committerBastien Guerry <bzg@altern.org>
Wed, 12 Sep 2012 23:21:26 +0000 (13 01:21 +0200)
treea488966f25adca19dbc8590e5a3a5c479b6fef75
parentae4950ca98073ffa225907df13bd786786930e76
org-agenda.el (org-agenda-bulk-action): Always read the date through `org-read-date'

* org-agenda.el (org-agenda-bulk-action): Always read the date
through `org-read-date'.  When possible, use the date at point
as the default date.

The previous behavior was trying to mimik the previous behavior
we had with `k m' (to mark the item at point) followed by ̀k s'
(to rescheduled it to the date at point, with no question.)

The current behavior always ask for a date/time interactively,
but takes the date at point as the current date, which makes it
fast enough.

Thanks to Nick Dokos for raising concerns about this.
lisp/org-agenda.el