From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: modifying header when in columns mode Date: Fri, 17 Jan 2014 10:05:53 +0100 Message-ID: <87iotj7zbi.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W45Nv-0005FZ-8H for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 04:06:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W45Np-0001TQ-7d for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 04:06:39 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:62021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W45Np-0001TE-1i for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 04:06:33 -0500 Received: by mail-we0-f169.google.com with SMTP id u57so4320837wes.0 for ; Fri, 17 Jan 2014 01:05:57 -0800 (PST) In-Reply-To: (David Rees's message of "Wed, 15 Jan 2014 10:45:45 -0800") 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: David Rees Cc: emacs-orgmode@gnu.org Hi David, David Rees writes: > If I try to use a standard key like S-up I get: > "org-self-insert-command: Text is read-only: "Type `e' to edit property"". > > If I try to eval org-priority I get: > org-priority: Text is read-only: "Type `e' to edit property" Use S- or S- instead. That the keybinding for cycling through properties values' from within the :PROPERTIES: drawer, and since priorities are just special properties, the column view allows you to cycle through values with the same key. This is only the case for properties that have a finite set of possible values you can cycle through. For others like SCHEDULED, using C-c C-s will do. HTH, -- Bastien