From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: entering a date through C-c ! or C-c . in "edit" mode of column view does not work Date: Tue, 26 Jul 2011 14:33:15 +0200 Message-ID: <87mxg1qepq.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qliwf-00058M-Ms for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 10:49:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qliwe-0007w0-F9 for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 10:49:17 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:63513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qliwe-0007vu-A0 for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 10:49:16 -0400 Received: by wwf22 with SMTP id 22so461269wwf.30 for ; Tue, 26 Jul 2011 07:49:15 -0700 (PDT) In-Reply-To: (Jean Wallemacq's message of "Sat, 16 Jul 2011 13:05:41 +0200") 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: Jean Wallemacq Cc: Org-mode Hi Jean, Jean Wallemacq writes: > I get the message: "C-c ! is undefined" With a column like this one: #+COLUMNS: %30ITEM %TODO %PRIORITY %9SCHEDULED you can do `C-c C-x C-c' to enter column mode and type `e' in the scheduled column to enter a date through the calendar. This `e' command does not work for columns TIMESTAMP and TIMESTAMP_IA because the (inactive) timestamps don't have a definite place to be put on -- they can be anywhere in the headline or in the subtree. I suggest you use a SCHEDULED or a DEADLINE column, depending on your need. HTH, -- Bastien