doc/org.texi (Visibility cycling): Mention `org-agenda-inhibit-startup' in a footnote
* doc/org.texi (Visibility cycling): Mention that `org-agenda-inhibit-startup' will prevent visibility setting when the agenda opens an Org file for the first time.
This commit is contained in:
parent
03f2b130c0
commit
7235e92d6c
14
doc/org.texi
14
doc/org.texi
|
@ -1294,11 +1294,13 @@ Copy the @i{visible} text in the region into the kill ring.
|
||||||
@cindex @code{showall}, STARTUP keyword
|
@cindex @code{showall}, STARTUP keyword
|
||||||
@cindex @code{showeverything}, STARTUP keyword
|
@cindex @code{showeverything}, STARTUP keyword
|
||||||
|
|
||||||
When Emacs first visits an Org file, the global state is set to
|
When Emacs first visits an Org file, the global state is set to OVERVIEW,
|
||||||
OVERVIEW, i.e., only the top level headlines are visible. This can be
|
i.e., only the top level headlines are visible@footnote{When
|
||||||
configured through the variable @code{org-startup-folded}, or on a
|
@code{org-agenda-inhibit-startup} is non-nil, Org will not honor the default
|
||||||
per-file basis by adding one of the following lines anywhere in the
|
visibility state when first opening a file for the agenda (@pxref{Speeding up
|
||||||
buffer:
|
your agendas}).} This can be configured through the variable
|
||||||
|
@code{org-startup-folded}, or on a per-file basis by adding one of the
|
||||||
|
following lines anywhere in the buffer:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
#+STARTUP: overview
|
#+STARTUP: overview
|
||||||
|
@ -3814,7 +3816,7 @@ Rotate the TODO state of the current item among
|
||||||
If TODO keywords have fast access keys (see @ref{Fast access to TODO
|
If TODO keywords have fast access keys (see @ref{Fast access to TODO
|
||||||
states}), you will be prompted for a TODO keyword through the fast selection
|
states}), you will be prompted for a TODO keyword through the fast selection
|
||||||
interface; this is the default behavior when
|
interface; this is the default behavior when
|
||||||
@var{org-use-fast-todo-selection} is @code{non-nil}.
|
@var{org-use-fast-todo-selection} is non-nil.
|
||||||
|
|
||||||
The same rotation can also be done ``remotely'' from the timeline and agenda
|
The same rotation can also be done ``remotely'' from the timeline and agenda
|
||||||
buffers with the @kbd{t} command key (@pxref{Agenda commands}).
|
buffers with the @kbd{t} command key (@pxref{Agenda commands}).
|
||||||
|
|
Loading…
Reference in New Issue