Next: In-Buffer Settings, Previous: Global Keys, Up: Org Setup [Index]
Inhibit startup when preparing agenda buffers. Current value is ‘nil’.
When this variable is ‘t’, the initialization of the Org agenda buffers is inhibited (variable ‘org-startup-folded’ is ignored): e.g. the visibility state is not set, the tables are not re-aligned, etc.
Non-‘nil’ means overlay custom formats over all time stamps. Current value is ‘nil’. Per-file setting:
#+STARTUP: customtime
The formats are defined through the variable ‘org-time-stamp-custom-formats’.
Non-nil means automatically adjust footnotes after insert/delete. Default value is ‘nil’. Current value is ‘t’.
When this is t, after each insertion or deletion of a footnote, simple ‘fn:N’ footnotes will be renumbered, and all footnotes will be sorted. If you want to have just sorting or just renumbering, set this variable to ‘sort’ or ‘renumber’. Per-file settings:
#+STARTUP: fnadjust | nofnadjust
Non-‘nil’ means define automatically new labels for footnotes. Current valus is ‘t’. Possible values are:
Non-‘nil’ means define footnotes inline, at reference location. Current value is ‘nil’. When ‘nil’, footnotes will be defined in a special section near the end of the document. When ‘t’, the ‘[fn:label:definition]’ notation will be used to define the footnote at the reference position.
Non-‘nil’ means entering Org mode will fold all blocks. Current value is ‘nil’. Per-file settings:
#+STARTUP: hideblocks | showblocks
Non-‘nil’ means hide the first N-1 stars in a headline. Default value is ‘nil’. Per-file settings:
#+STARTUP: hidestars | showstars
Information to record when a task moves to the DONE state.
Possible values are:
Don’t add anything, just change the keyword
Add a time stamp to the task
Prompt for a note and add it with template ‘org-log-note-headings’
Non-‘nil’ means record a note when clocking out of an item. Current value is ‘nil’. Per-file settings:
#+STARTUP: lognoteclock-out | nolognoteclock-out
Non-‘nil’ means record moving through the DONE state when triggering repeat. Current value is ‘time’. Possible values are:
This variable forces taking a note.
Per-file settings are:
#+STARTUP: nologrepeat | logrepeat | lognoterepeat
You can have local logging settings for a subtree by setting the LOGGING property to one or more of these keywords.
Non-‘nil’ means skip even levels and only use odd levels for the outline. Current value is ‘nil’. Per-file settings:
#+STARTUP: odd | oddeven
Non-‘nil’ means show entities as UTF8 characters. Default value is ‘nil’. Current value is ‘t’. Per-file settings:
#+STARTUP: entitiespretty | entitiesplain
Default tags available in Org files. Current value is ‘nil’. The value of this variable is an ‘alist’. One of:
(TAG) a string (TAG . SELECT) a character (SPECIAL)
where ‘SPECIAL’ is one of
:startgroup | :startgrouptag | :grouptags | :endgroup | :endgrouptag | :newline
These keywords are used to define a hierarchy of tags.
Per-file setting:
#+TAGS: tag1 tag2
Custom formats for time stamps. See ‘format-time-string’ for the syntax. These are overlaid over the default ISO format if the variable ‘org-display-custom-times’ is set.
Non-nil means align all tables when visiting a file. Current value is ‘nil’. Per-file settings:
#+STARTUP: align | noalign
Non-‘nil’ means entering Org mode will switch to OVERVIEW. Current value is ‘t’. Per-file settings:
#+STARTUP: fold (overview) | nofold (showall) | content | showeverything
Non-‘nil’ means turn on ‘org-indent-mode’ on startup. Default value is ‘nil’. Current value is ‘Globally’ (i.e., ‘t’). Per-file settings:
#+STARTUP: indent #+STARTUP: noindent
Non-nil means shrink all table columns with a width cookie. Current value is ‘nil’. Per-file setting:
#+STARTUP: shrink
Non-nil means show inline images when loading a new Org file. Current value is ‘nil’. Per-file settings:
#+STARTUP: inlineimages | noinlineimages
Custom formats for time stamps. See the function ‘format-time-string’ for the syntax.
Current value is: ("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>")
These are overlaid over the default ISO format if the variable ‘org-display-custom-times’ is set.
Number of minutes to round time stamps to. Default value was ‘(0 5). Current value is =(6 6)’.
These are two values, the first applies when first creating a time stamp. The second applies when changing it with the commands ‘S-up’ and ‘S-down’. When changing the time stamp, this means that it will change in steps of N minutes, as given by the second value. When a setting is 0 or 1, insert the time unmodified.
Not current defined. (org)To turn on custom format overlays over timestamps
List of TODO entry keyword sequences and their interpretation. It is a list of sequences.
Current value is: ((sequence "TODO" "DONE"))
. Refer to Documentation for extensive details.
Per-file settings:
#+TODO: #+SEQ_TODO:
Next: In-Buffer Settings, Previous: Global Keys, Up: Org Setup [Index]