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:53:19 +0200 Message-ID: <4A5D6ECF.3010706@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 1MQxQn-0008Ut-KY for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 01:53:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQxQi-0008Ud-7s for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 01:53:28 -0400 Received: from [199.232.76.173] (port=33786 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQxQh-0008Ua-UX for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 01:53:24 -0400 Received: from ns.diplan.de ([212.34.188.4]:47606 helo=mail.diplan.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQxQh-0003Hl-9u for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 01:53:23 -0400 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 To: Brian van den Broek 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