Skip to content

Commit ad67cad

Browse files
authored
Update doc according to changed default
1 parent 2e555e3 commit ad67cad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/orgguide.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ Headlines~
327327
that has whitespace followed by a single star as headline starters.
328328
|g:org_heading_shade_leading_stars| describes a setup to realize this.
329329

330-
Body text under headings is indented by default, but you can control this
331-
with the |g:org_indent| variable.
330+
Body text under headings is not indented by default, but you can control
331+
this with the |g:org_indent| variable.
332332

333333
------------------------------------------------------------------------------
334334
Text objects~
@@ -1261,11 +1261,11 @@ syntax highlighting and indentation~
12611261
<
12621262

12631263
*g:org_indent*
1264-
Default: 1
1265-
Defines if body text is indented. By default text is indented according to
1266-
heading level (heading.level + 1). You can disable it by setting:
1264+
Default: 0
1265+
Defines if body text is indented. By default, text is not indented according
1266+
to heading level (heading.level + 1). You can enable it by setting:
12671267
>
1268-
let g:org_indent = 0
1268+
let g:org_indent = 1
12691269
<
12701270

12711271
Syntax Highlighting Examples~

0 commit comments

Comments
 (0)