From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Org Special Ctrl A/E, option "reversed" Date: Tue, 14 Jul 2009 11:25:16 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQeGa-0000Cj-PZ for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 05:25:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQeGX-0000BM-0j for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 05:25:40 -0400 Received: from [199.232.76.173] (port=34637 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQeGW-0000BH-MF for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 05:25:36 -0400 Received: from main.gmane.org ([80.91.229.2]:59933 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MQeGW-0003Vb-5E for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 05:25:36 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MQeGN-0002lq-Dg for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 09:25:27 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jul 2009 09:25:27 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jul 2009 09:25:27 +0000 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: emacs-orgmode@gnu.org hi all, ,---- | Org Special Ctrl A/E: Hide Value Value Menu after stars/bullet and before tags first | State: EDITED, shown value does not take effect until you set or save it. | Non-nil means `C-a' and `C-e' behave specially in headlines and items. Hide Rest | | When t, `C-a' will bring back the cursor to the beginning of the | headline text, i.e. after the stars and after a possible TODO keyword. | In an item, this will be the position after the bullet. | When the cursor is already at that position, another `C-a' will bring | it to the beginning of the line. | | `C-e' will jump to the end of the headline, ignoring the presence of tags | in the headline. A second `C-e' will then jump to the true end of the | line, after any tags. | | When set to the symbol `reversed', the first `C-a' or `C-e' works normally, | and only a directly following, identical keypress will bring the cursor | to the special positions. | | This may also be a cons cell where the behavior for `C-a' and `C-e' is | set separately. | Groups: Org Edit Structure `---- How can I set this variable to "reversed", as indicated in the paragraph before the last one? The "Value Menu" does not include such a value. Rainer