From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: Org Special Ctrl A/E, option "reversed" Date: Wed, 15 Jul 2009 07:48:11 +0200 Message-ID: <4A5D6D9B.9070307@online.de> References: <4A5D515B.1030609@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQxM1-0006Yj-S2 for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 01:48:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQxLx-0006YI-6w for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 01:48:33 -0400 Received: from [199.232.76.173] (port=54664 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQxLw-0006YF-W6 for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 01:48:29 -0400 Received: from main.gmane.org ([80.91.229.2]:37510 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 1MQxLw-0002UU-CQ for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 01:48:28 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MQxLs-0002nG-8t for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 05:48:24 +0000 Received: from nrbg-4dbe7657.pool.einsundeins.de ([77.190.118.87]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jul 2009 05:48:24 +0000 Received: from rainer.stengele by nrbg-4dbe7657.pool.einsundeins.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jul 2009 05:48:24 +0000 In-Reply-To: <4A5D515B.1030609@gmail.com> 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 Cc: Rainer Stengele , emacs-orgmode@gnu.org On 15.07.2009 05:47, Brian van den Broek wrote: > Rainer Stengele said unto the world at 14/07/09 05:25 AM: >> 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 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. > >> | 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 > > > > Hi Rainer, > > Put > > (setq org-special-ctrl-a/e 'reversed) > > into your .emacs. > > Best, > > Brian vdB > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > Hi Brian, thanks, that's intuitive ... I just thought the value could be set in the variable customisation. Have a nice day, Rainer