From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: bulk rescheduling change? Date: Wed, 12 Sep 2012 17:05:09 -0400 Message-ID: <6285.1347483909@alphaville.americas.hpqcorp.net> References: <87mx0vi81a.fsf@altern.org> <8103.1347464053@alphaville> <8419.1347464859@alphaville> <87ligfxlk1.fsf@altern.org> <9459.1347467106@alphaville> <87627jxkvs.fsf@altern.org> <2861.1347471570@alphaville> <3596.1347473565@alphaville.americas.hpqcorp.net> <3920.1347474577@alphaville.americas.hpqcorp.net> <5589.1347480129@alphaville.americas.hpqcorp.net> <5838.1347481364@alphaville.americas.hpqcorp.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBu7V-00066W-7c for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 17:05:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBu7U-0008BC-4L for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 17:05:13 -0400 Received: from g6t0187.atlanta.hp.com ([15.193.32.64]:39492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBu7T-0008Aq-V6 for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 17:05:12 -0400 In-Reply-To: Message from Nick Dokos of "Wed, 12 Sep 2012 16:22:44 EDT." <5838.1347481364@alphaville.americas.hpqcorp.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien , emacs-orgmode@gnu.org Nick Dokos wrote: > Nick Dokos wrote: > > > I turned off the grid for now as a workaround for the formatting > > problems. > > > > Going back to the original problem, I'm still having problems with that: > > I mark a bunch of agenda items (scheduled for today) and then do a B s. > > It reschedules them for tomorrow, no questions asked. If I repeat the > > process on the same four items, it reschedules them for the day after, > > again no questions asked. > > > > Not sure if I'm doing/setting something to cause this bahaviour, but > > it's certainly not what I expected: I thought I'd get the usual date > > dialog that would allow me to set the rescheduled date. > > > > Well, the non-interactiveness and the next day are because the four > items I marked were the last four items for that date, so after marking > them, the cursor happened to be on the date line for the next day, which > apparently is taken as an indication that I want things to be > rescheduled for that date, no questions asked. Not sure I like this > much. > > However, if I move the cursor off the date line before I issue the > bulk command, I get a date dialog, but it's a no-op: no matter what > I give it, things are rescheduled to today. Correction: only relative changes are no-ops. Absolute dates or picking a date from the popped-up calendar work. Nick