Document Emacs crashes with org-indent-mode prior to Emacs 23.2
* doc/org.texi (Clean view): Mention that org-indent-mode can crash Emacs prior to 23.2.
This commit is contained in:
parent
4917ae9362
commit
03c98ecabd
19
doc/org.texi
19
doc/org.texi
|
@ -11140,14 +11140,17 @@ more text | more text
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
If you are using at least Emacs 23.1.50.3 and version 6.29 of Org, this kind
|
|
||||||
of view can be achieved dynamically at display time using
|
If you are using at least Emacs 23.2 and version 6.29 of Org, this kind of
|
||||||
@code{org-indent-mode}. In this minor mode, all lines are prefixed for
|
view can be achieved dynamically at display time using
|
||||||
display with the necessary amount of space@footnote{@code{org-indent-mode}
|
@code{org-indent-mode}. @i{Using this with earlier versions of Emacs can
|
||||||
also sets the @code{wrap-prefix} property, such that @code{visual-line-mode}
|
lead to crashes.} In this minor
|
||||||
(or purely setting @code{word-wrap}) wraps long lines (including headlines)
|
mode, all lines are prefixed for display with the necessary amount of
|
||||||
correctly indented. }. Also headlines are prefixed with additional stars,
|
space@footnote{@code{org-indent-mode} also sets the @code{wrap-prefix}
|
||||||
so that the amount of indentation shifts by two@footnote{See the variable
|
property, such that @code{visual-line-mode} (or purely setting
|
||||||
|
@code{word-wrap}) wraps long lines (including headlines) correctly indented.
|
||||||
|
}. Also headlines are prefixed with additional stars, so that the amount of
|
||||||
|
indentation shifts by two@footnote{See the variable
|
||||||
@code{org-indent-indentation-per-level}.} spaces per level. All headline
|
@code{org-indent-indentation-per-level}.} spaces per level. All headline
|
||||||
stars but the last one are made invisible using the @code{org-hide}
|
stars but the last one are made invisible using the @code{org-hide}
|
||||||
face@footnote{Turning on @code{org-indent-mode} sets
|
face@footnote{Turning on @code{org-indent-mode} sets
|
||||||
|
|
Loading…
Reference in New Issue