Org mode uses special lines in the buffer to define settings on a per-file basis. These lines start with a ‘#+’ followed by a keyword, a colon, and then individual words defining a setting. Several setting words can be in the same line, but you can also have multiple lines for the keyword. While these settings are described throughout the manual, here is a summary. After changing any of those lines in the buffer, press C-c C-c with the cursor still in the line to activate the changes immediately. Otherwise they become effective only when the file is visited again in a new Emacs session.
org-archive-location.
COLUMNS property
applies.
org-table-formula-constants-local.
The global version of this variable is
org-table-formula-constants.
org-drawers.
org-link-abbrev-alist.
org-startup-folded, with a default
value t, which means overview.
overview top-level headlines only content all headlines showall no folding at all, show everything
Then there are options for aligning tables upon visiting a file. This
is useful in files containing narrowed table columns. The corresponding
variable is org-startup-align-all-tables, with a default value
nil.
align align all tables noalign don't align tables on startup
Logging closing and reinstating TODO items, and clock intervals
(variables org-log-done, org-log-note-clock-out, and
org-log-repeat) can be configured using these options.
logdone record a timestamp when an item is marked DONE lognotedone record timestamp and a note when DONE nologdone don't record when items are marked 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 don't record a note when clocking out
Here are the options for hiding leading stars in outline headings, and for
indenting outlines. The corresponding variables are
org-hide-leading-stars and org-odd-levels-only, both with a
default setting nil (meaning showstars and oddeven).
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
To turn on custom format overlays over time stamps (variables
org-put-time-stamp-overlays and
org-time-stamp-overlay-formats), use
customtime overlay custom time format
The following options influence the table spreadsheet (variable
constants-unit-system).
constcgs constants.el should use the c-g-s unit system constSI constants.el should use the SI unit system
To influence footnote settings, use the following keywords. The
corresponding variables are org-footnote-define-inline and
org-footnote-auto-label.
fninline define footnotes inline 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 fnplain create [1]-like labels automatically
org-tag-alist.
org-todo-keywords
and org-todo-interpretation.