From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Rees Subject: modifying header when in columns mode Date: Wed, 15 Jan 2014 10:45:45 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3VTc-0005Yd-Ow for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 13:46:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3VTV-0006rp-AB for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 13:46:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:52263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3VTV-0006rb-45 for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 13:46:01 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W3VTS-0003nL-MR for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 19:45:58 +0100 Received: from 72.14.229.25 ([72.14.229.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jan 2014 19:45:58 +0100 Received: from dave by 72.14.229.25 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jan 2014 19:45:58 +0100 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: emacs-orgmode@gnu.org Is there a way to modify a header line in column view other than manually navigating to the field? 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" Since column is editable, just in a different way, it feels like the APIs should still work. Failing that, is there another function I can use (so I can write my own wrapper that tries both)? Thanks, d