From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Andresen Subject: Re: how to unschedule a task in agenda view? Date: Thu, 14 Jan 2010 12:41:51 +0100 Message-ID: <87zl4gc3r4.fsf@in-ulm.de> References: <87zl4h0vx2.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVOBt-0001D2-1M for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 06:48:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVOBo-0001Ch-8y for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 06:48:40 -0500 Received: from [199.232.76.173] (port=33825 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVOBo-0001Ce-4s for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 06:48:36 -0500 Received: from mail.in-ulm.de ([217.10.8.10]:51176) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NVOBn-0006Go-IE for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 06:48:35 -0500 In-Reply-To: <87zl4h0vx2.wl%ucecesf@ucl.ac.uk> (Eric S. Fraga's message of "Thu, 14 Jan 2010 11:26:33 +0000") 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: org-mode mailing list Hey Eric, Eric S Fraga writes: > Hello, > > the short question is: how can I easily unschedule a task when in the > agenda view? C-c C-s allows me to re-schedule (as do shifted arrow > keys) but sometimes I simply want to remove the schedule entry for the > item. C-u C-c C-s on the item in the agenda will remove the SCHEDULED entry. I know of no way to Bulk UnSchedule things though. The best bet you have for that scenario is to use a keyboard macro. Obvious drawbacks to this is that you have to manually skip entries that you don't want UnScheduled. This is where bulk actions shine. > Thanks, > eric br, benny