Skip to content

Commit

Permalink
Merge pull request jceb#245 from schoettl/master
Browse files Browse the repository at this point in the history
Update doc according to changed default
  • Loading branch information
Ron89 authored Jul 8, 2016
2 parents 2e555e3 + ad67cad commit 54057d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/orgguide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ Headlines~
that has whitespace followed by a single star as headline starters.
|g:org_heading_shade_leading_stars| describes a setup to realize this.

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

------------------------------------------------------------------------------
Text objects~
Expand Down Expand Up @@ -1261,11 +1261,11 @@ syntax highlighting and indentation~
<

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

Syntax Highlighting Examples~
Expand Down

0 comments on commit 54057d5

Please sign in to comment.