org-manual: Fix indentation
* doc/org-manual.org (Summary of In-Buffer Settings): Remove spurious indentation.
This commit is contained in:
parent
4789fc3bfd
commit
810860a613
|
@ -18689,133 +18689,133 @@ changes.
|
||||||
|
|
||||||
- =#+STARTUP:= ::
|
- =#+STARTUP:= ::
|
||||||
|
|
||||||
#+cindex: @samp{STARTUP}, keyword
|
#+cindex: @samp{STARTUP}, keyword
|
||||||
Startup options Org uses when first visiting a file.
|
Startup options Org uses when first visiting a file.
|
||||||
|
|
||||||
#+vindex: org-startup-folded
|
#+vindex: org-startup-folded
|
||||||
The first set of options deals with the initial visibility of the
|
The first set of options deals with the initial visibility of the
|
||||||
outline tree. The corresponding variable for global default
|
outline tree. The corresponding variable for global default
|
||||||
settings is ~org-startup-folded~ with a default value of ~t~, which
|
settings is ~org-startup-folded~ with a default value of ~t~, which
|
||||||
is the same as ~overview~.
|
is the same as ~overview~.
|
||||||
|
|
||||||
| =overview= | Top-level headlines only. |
|
| =overview= | Top-level headlines only. |
|
||||||
| =content= | All headlines. |
|
| =content= | All headlines. |
|
||||||
| =showall= | No folding on any entry. |
|
| =showall= | No folding on any entry. |
|
||||||
| =showeverything= | Show even drawer contents. |
|
| =showeverything= | Show even drawer contents. |
|
||||||
|
|
||||||
#+vindex: org-startup-indented
|
|
||||||
Dynamic virtual indentation is controlled by the variable
|
|
||||||
~org-startup-indented~[fn:149].
|
|
||||||
|
|
||||||
| =indent= | Start with ~org-indent-mode~ turned on. |
|
#+vindex: org-startup-indented
|
||||||
| =noindent= | Start with ~org-indent-mode~ turned off. |
|
Dynamic virtual indentation is controlled by the variable
|
||||||
|
~org-startup-indented~[fn:149].
|
||||||
#+vindex: org-startup-align-all-tables
|
|
||||||
Aligns tables consistently upon visiting a file. The
|
|
||||||
corresponding variable is ~org-startup-align-all-tables~ with
|
|
||||||
~nil~ as default value.
|
|
||||||
|
|
||||||
| =align= | Align all tables. |
|
| =indent= | Start with ~org-indent-mode~ turned on. |
|
||||||
| =noalign= | Do not align tables on startup. |
|
| =noindent= | Start with ~org-indent-mode~ turned off. |
|
||||||
|
|
||||||
#+vindex: org-startup-shrink-all-tables
|
#+vindex: org-startup-align-all-tables
|
||||||
Shrink table columns with a width cookie. The corresponding
|
Aligns tables consistently upon visiting a file. The
|
||||||
variable is ~org-startup-shrink-all-tables~ with ~nil~ as
|
corresponding variable is ~org-startup-align-all-tables~ with
|
||||||
default value.
|
~nil~ as default value.
|
||||||
|
|
||||||
#+vindex: org-startup-with-inline-images
|
| =align= | Align all tables. |
|
||||||
When visiting a file, inline images can be automatically
|
| =noalign= | Do not align tables on startup. |
|
||||||
displayed. The corresponding variable is
|
|
||||||
~org-startup-with-inline-images~, with a default value ~nil~ to
|
|
||||||
avoid delays when visiting a file.
|
|
||||||
|
|
||||||
| =inlineimages= | Show inline images. |
|
#+vindex: org-startup-shrink-all-tables
|
||||||
| =noinlineimages= | Do not show inline images on startup. |
|
Shrink table columns with a width cookie. The corresponding
|
||||||
|
variable is ~org-startup-shrink-all-tables~ with ~nil~ as
|
||||||
|
default value.
|
||||||
|
|
||||||
#+vindex: org-log-done
|
#+vindex: org-startup-with-inline-images
|
||||||
#+vindex: org-log-note-clock-out
|
When visiting a file, inline images can be automatically
|
||||||
#+vindex: org-log-repeat
|
displayed. The corresponding variable is
|
||||||
Logging the closing and reopening of TODO items and clock
|
~org-startup-with-inline-images~, with a default value ~nil~ to
|
||||||
intervals can be configured using these options (see variables
|
avoid delays when visiting a file.
|
||||||
~org-log-done~, ~org-log-note-clock-out~, and ~org-log-repeat~).
|
|
||||||
|
|
||||||
| =logdone= | Record a timestamp when an item is marked as done. |
|
| =inlineimages= | Show inline images. |
|
||||||
| =lognotedone= | Record timestamp and a note when DONE. |
|
| =noinlineimages= | Do not show inline images on startup. |
|
||||||
| =nologdone= | Do not record when items are marked as done. |
|
|
||||||
| =logrepeat= | Record a time when reinstating a repeating item. |
|
|
||||||
| =lognoterepeat= | Record a note when reinstating a repeating item. |
|
|
||||||
| =nologrepeat= | Do not record when reinstating repeating item. |
|
|
||||||
| =lognoteclock-out= | Record a note when clocking out. |
|
|
||||||
| =nolognoteclock-out= | Do not record a note when clocking out. |
|
|
||||||
| =logreschedule= | Record a timestamp when scheduling time changes. |
|
|
||||||
| =lognotereschedule= | Record a note when scheduling time changes. |
|
|
||||||
| =nologreschedule= | Do not record when a scheduling date changes. |
|
|
||||||
| =logredeadline= | Record a timestamp when deadline changes. |
|
|
||||||
| =lognoteredeadline= | Record a note when deadline changes. |
|
|
||||||
| =nologredeadline= | Do not record when a deadline date changes. |
|
|
||||||
| =logrefile= | Record a timestamp when refiling. |
|
|
||||||
| =lognoterefile= | Record a note when refiling. |
|
|
||||||
| =nologrefile= | Do not record when refiling. |
|
|
||||||
|
|
||||||
#+vindex: org-hide-leading-stars
|
#+vindex: org-log-done
|
||||||
#+vindex: org-odd-levels-only
|
#+vindex: org-log-note-clock-out
|
||||||
Here are the options for hiding leading stars in outline
|
#+vindex: org-log-repeat
|
||||||
headings, and for indenting outlines. The corresponding
|
Logging the closing and reopening of TODO items and clock
|
||||||
variables are ~org-hide-leading-stars~ and
|
intervals can be configured using these options (see variables
|
||||||
~org-odd-levels-only~, both with a default setting ~nil~
|
~org-log-done~, ~org-log-note-clock-out~, and ~org-log-repeat~).
|
||||||
(meaning =showstars= and =oddeven=).
|
|
||||||
|
|
||||||
| =hidestars= | Make all but one of the stars starting a headline invisible. |
|
| =logdone= | Record a timestamp when an item is marked as done. |
|
||||||
| =showstars= | Show all stars starting a headline. |
|
| =lognotedone= | Record timestamp and a note when DONE. |
|
||||||
| =indent= | Virtual indentation according to outline level. |
|
| =nologdone= | Do not record when items are marked as done. |
|
||||||
| =noindent= | No virtual indentation according to outline level. |
|
| =logrepeat= | Record a time when reinstating a repeating item. |
|
||||||
| =odd= | Allow only odd outline levels (1, 3, ...). |
|
| =lognoterepeat= | Record a note when reinstating a repeating item. |
|
||||||
| =oddeven= | Allow all outline levels. |
|
| =nologrepeat= | Do not record when reinstating repeating item. |
|
||||||
|
| =lognoteclock-out= | Record a note when clocking out. |
|
||||||
|
| =nolognoteclock-out= | Do not record a note when clocking out. |
|
||||||
|
| =logreschedule= | Record a timestamp when scheduling time changes. |
|
||||||
|
| =lognotereschedule= | Record a note when scheduling time changes. |
|
||||||
|
| =nologreschedule= | Do not record when a scheduling date changes. |
|
||||||
|
| =logredeadline= | Record a timestamp when deadline changes. |
|
||||||
|
| =lognoteredeadline= | Record a note when deadline changes. |
|
||||||
|
| =nologredeadline= | Do not record when a deadline date changes. |
|
||||||
|
| =logrefile= | Record a timestamp when refiling. |
|
||||||
|
| =lognoterefile= | Record a note when refiling. |
|
||||||
|
| =nologrefile= | Do not record when refiling. |
|
||||||
|
|
||||||
#+vindex: org-put-time-stamp-overlays
|
#+vindex: org-hide-leading-stars
|
||||||
#+vindex: org-time-stamp-overlay-formats
|
#+vindex: org-odd-levels-only
|
||||||
To turn on custom format overlays over timestamps (variables
|
Here are the options for hiding leading stars in outline
|
||||||
~org-put-time-stamp-overlays~ and
|
headings, and for indenting outlines. The corresponding
|
||||||
~org-time-stamp-overlay-formats~), use:
|
variables are ~org-hide-leading-stars~ and
|
||||||
|
~org-odd-levels-only~, both with a default setting ~nil~
|
||||||
|
(meaning =showstars= and =oddeven=).
|
||||||
|
|
||||||
| =customtime= | Overlay custom time format. |
|
| =hidestars= | Make all but one of the stars starting a headline invisible. |
|
||||||
|
| =showstars= | Show all stars starting a headline. |
|
||||||
|
| =indent= | Virtual indentation according to outline level. |
|
||||||
|
| =noindent= | No virtual indentation according to outline level. |
|
||||||
|
| =odd= | Allow only odd outline levels (1, 3, ...). |
|
||||||
|
| =oddeven= | Allow all outline levels. |
|
||||||
|
|
||||||
#+vindex: constants-unit-system
|
#+vindex: org-put-time-stamp-overlays
|
||||||
The following options influence the table spreadsheet (variable
|
#+vindex: org-time-stamp-overlay-formats
|
||||||
~constants-unit-system~).
|
To turn on custom format overlays over timestamps (variables
|
||||||
|
~org-put-time-stamp-overlays~ and
|
||||||
|
~org-time-stamp-overlay-formats~), use:
|
||||||
|
|
||||||
| =constcgs= | =constants.el= should use the c-g-s unit system. |
|
| =customtime= | Overlay custom time format. |
|
||||||
| =constSI= | =constants.el= should use the SI unit system. |
|
|
||||||
|
|
||||||
#+vindex: org-footnote-define-inline
|
#+vindex: constants-unit-system
|
||||||
#+vindex: org-footnote-auto-label
|
The following options influence the table spreadsheet (variable
|
||||||
#+vindex: org-footnote-auto-adjust
|
~constants-unit-system~).
|
||||||
To influence footnote settings, use the following keywords. The
|
|
||||||
corresponding variables are ~org-footnote-define-inline~,
|
|
||||||
~org-footnote-auto-label~, and ~org-footnote-auto-adjust~.
|
|
||||||
|
|
||||||
| =fninline= | Define footnotes inline. |
|
| =constcgs= | =constants.el= should use the c-g-s unit system. |
|
||||||
| =fnnoinline= | Define footnotes in separate section. |
|
| =constSI= | =constants.el= should use the SI unit system. |
|
||||||
| =fnlocal= | Define footnotes near first reference, but not inline. |
|
|
||||||
| =fnprompt= | Prompt for footnote labels. |
|
|
||||||
| =fnauto= | Create =[fn:1]=-like labels automatically (default). |
|
|
||||||
| =fnconfirm= | Offer automatic label for editing or confirmation. |
|
|
||||||
| =fnadjust= | Automatically renumber and sort footnotes. |
|
|
||||||
| =nofnadjust= | Do not renumber and sort automatically. |
|
|
||||||
|
|
||||||
#+vindex: org-hide-block-startup
|
#+vindex: org-footnote-define-inline
|
||||||
To hide blocks on startup, use these keywords. The
|
#+vindex: org-footnote-auto-label
|
||||||
corresponding variable is ~org-hide-block-startup~.
|
#+vindex: org-footnote-auto-adjust
|
||||||
|
To influence footnote settings, use the following keywords. The
|
||||||
|
corresponding variables are ~org-footnote-define-inline~,
|
||||||
|
~org-footnote-auto-label~, and ~org-footnote-auto-adjust~.
|
||||||
|
|
||||||
| =hideblocks= | Hide all begin/end blocks on startup. |
|
| =fninline= | Define footnotes inline. |
|
||||||
| =nohideblocks= | Do not hide blocks on startup. |
|
| =fnnoinline= | Define footnotes in separate section. |
|
||||||
|
| =fnlocal= | Define footnotes near first reference, but not inline. |
|
||||||
|
| =fnprompt= | Prompt for footnote labels. |
|
||||||
|
| =fnauto= | Create =[fn:1]=-like labels automatically (default). |
|
||||||
|
| =fnconfirm= | Offer automatic label for editing or confirmation. |
|
||||||
|
| =fnadjust= | Automatically renumber and sort footnotes. |
|
||||||
|
| =nofnadjust= | Do not renumber and sort automatically. |
|
||||||
|
|
||||||
#+vindex: org-pretty-entities
|
#+vindex: org-hide-block-startup
|
||||||
The display of entities as UTF-8 characters is governed by the
|
To hide blocks on startup, use these keywords. The
|
||||||
variable ~org-pretty-entities~ and the keywords
|
corresponding variable is ~org-hide-block-startup~.
|
||||||
|
|
||||||
| =entitiespretty= | Show entities as UTF-8 characters where possible. |
|
| =hideblocks= | Hide all begin/end blocks on startup. |
|
||||||
| =entitiesplain= | Leave entities plain. |
|
| =nohideblocks= | Do not hide blocks on startup. |
|
||||||
|
|
||||||
|
#+vindex: org-pretty-entities
|
||||||
|
The display of entities as UTF-8 characters is governed by the
|
||||||
|
variable ~org-pretty-entities~ and the keywords
|
||||||
|
|
||||||
|
| =entitiespretty= | Show entities as UTF-8 characters where possible. |
|
||||||
|
| =entitiesplain= | Leave entities plain. |
|
||||||
|
|
||||||
- =#+TAGS: TAG1(c1) TAG2(c2)= ::
|
- =#+TAGS: TAG1(c1) TAG2(c2)= ::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue