From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: no mark when rescheduling in agenda buffer Date: Mon, 21 Sep 2009 17:57:41 +0100 Message-ID: <8245AB6A-50DB-464C-B331-C13CF8AAD05E@gmail.com> References: <878wg8iw2i.fsf@falma.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MpmD1-00058r-W9 for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 12:57:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MpmCx-00058e-ID for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 12:57:51 -0400 Received: from [199.232.76.173] (port=50471 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpmCx-00058b-Dk for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 12:57:47 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:51343) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MpmCx-0008Pq-0K for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 12:57:47 -0400 Received: by ewy7 with SMTP id 7so3182671ewy.31 for ; Mon, 21 Sep 2009 09:57:45 -0700 (PDT) In-Reply-To: <878wg8iw2i.fsf@falma.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christoph Groth Cc: emacs-orgmode@gnu.org On Sep 21, 2009, at 8:41 AM, Christoph Groth wrote: > In org-mode 6.29c, when using S- or S- or the new "bulk > action" to reschedule tasks in the agenda buffer, a mark is left on > the > rescheduled tasks with their new date. > > However, when using '>' or C-c C-s to reschedule, there is no mark. There is when you use `C-c C-s', at least in 6.30. This was missing in ">", but now that also works. Thanks. - Carsten