[Orgmode] Org Special Ctrl A/E, option reversed

2009-07-14 Thread Rainer Stengele
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




___
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


Re: [Orgmode] Org Special Ctrl A/E, option reversed

2009-07-14 Thread Brian van den Broek

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

snip

|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.

snip

| 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