Improve the mention of indent-mode in the guide
This commit is contained in:
parent
a18edf4524
commit
9e1e682135
|
@ -2589,10 +2589,10 @@ uses only one star and indents text to line with the heading:
|
||||||
#+end_example
|
#+end_example
|
||||||
|
|
||||||
This kind of view can be achieved dynamically at display time using
|
This kind of view can be achieved dynamically at display time using
|
||||||
Org Indent mode, which prepends intangible space to each line. You
|
Org Indent mode ({{{kbd(M-x org-indent-mode RET)}}}), which prepends
|
||||||
can turn on Org Indent mode for all files by customizing the variable
|
intangible space to each line. You can turn on Org Indent mode for
|
||||||
~org-startup-indented~, or you can turn it on for individual files
|
all files by customizing the variable ~org-startup-indented~, or you
|
||||||
using
|
can turn it on for individual files using
|
||||||
|
|
||||||
: #+STARTUP: indent
|
: #+STARTUP: indent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue