From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: how to unschedule a task in agenda view? Date: Thu, 14 Jan 2010 12:37:38 +0000 Message-ID: <87ska82771.wl%ucecesf@ucl.ac.uk> References: <87zl4h0vx2.wl%ucecesf@ucl.ac.uk> <87ockwzzek.fsf@gmail.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVOxV-00042A-EU for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 07:37:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVOxR-00041v-2Z for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 07:37:52 -0500 Received: from [199.232.76.173] (port=42769 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVOxQ-00041o-Rp for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 07:37:48 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:34712) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NVOxQ-00040X-ES for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 07:37:48 -0500 In-Reply-To: <87ockwzzek.fsf@gmail.com> 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: Paul Mead Cc: org-mode mailing list At Thu, 14 Jan 2010 11:41:55 +0000, Paul Mead wrote: > > 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? D'uh. Works perfectly. Thanks for the speedy response. I do have a question: is this anywhere in the manual? If not, it might be worth adding, say: --8<---------------cut here---------------start------------->8--- With an argument, this command unschedules the item. --8<---------------cut here---------------end--------------->8--- to the entry on C-c C-s in section 10.5 of the org-manual and to C-c C-d if the same applies to deadlines?