From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Unschedule an item in column view Date: Wed, 17 Oct 2007 06:39:30 +0200 Message-ID: References: <47152BEF.3020903@gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ii0gv-0007rP-SW for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 00:39:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ii0gu-0007pU-C9 for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 00:39:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ii0gu-0007pF-1V for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 00:39:32 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ii0gt-0006GS-K9 for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 00:39:31 -0400 In-Reply-To: <47152BEF.3020903@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: Wanrong Lin Cc: emacs-orgmode@gnu.org On Oct 16, 2007, at 23:23, Wanrong Lin wrote: > > First, I have just begun to use column view. Although it seems it > still has bugs here and there, it is a awesome concept! I never > thought in a text based system we can achieve something similar to MS > project (Sort of. I wouldn't want to see org-mode to emulate > everything in MS project anyway.) > > Now, my question/suggestion: > > I have my column format set to: > "%66ITEM %10TODO %10SCHEDULED %3PRIORITY %TAGS" > > When I press "e" in the "Scheduled" column, how can I unschedule > (remove the existing date) the item? Can we use "nil" or maybe other > special character to indicate that no date is selected? > > I can certainly use "C-u C-c C-s" to unschedule and press "r" to > refresh, but that kills the fun of "editing in place". > > Thanks for giving this a thought. I have. This is `C-u e' since `e' in the SCHEUDLED column only calls `org-schedule'. - Carsten