Hi Levin, this is an interesting patch, thank you very much. I will not add the vi keys - maybe you would like to write that up as a setup and add it to the FAQ in Worg? Picking the nth allowed value I do like a lot, and I am putting that in, at least for now. I might change it at some point so that you need to type `4 e' or something like this, if I ever think we need direct prefix arguments for other functions as well. For now, I am using yur proposal. Thanks. - Carsten -----Original Message----- From: emacs-orgmode-bounces+dominik=science.uva.nl@gnu.org on behalf of Levin Du Sent: Tue 6/3/2008 10:40 AM To: emacs-orgmode@gnu.org Subject: [Orgmode] [PATCH]new org-columns-nth-allowed-value function and keys Hi list, While editing with Org column view, I'd like some easy navigate and modify keys. In the patch attached (against git version), I bind vi-style key h,j,k,l to move around, and numeric key 1-9,0 to set the nth (actually '1' is the first, and '0' is the last) allowed value. I mock up this by copying org-columns-next-allowed-value and modifying a bit. Hope it is useful. -Levin