org.texi: Correct suggested value for org-agenda-inhibit-startup
* doc/org.texi (Speeding up your agendas): Adjust org-agenda-inhibit-startup snippet to match the text.
This commit is contained in:
parent
e2f2502757
commit
01c4194267
|
@ -18995,7 +18995,7 @@ Do not dim blocked tasks:
|
||||||
@vindex org-agenda-inhibit-startup
|
@vindex org-agenda-inhibit-startup
|
||||||
Stop preparing agenda buffers on startup:
|
Stop preparing agenda buffers on startup:
|
||||||
@lisp
|
@lisp
|
||||||
(setq org-agenda-inhibit-startup nil)
|
(setq org-agenda-inhibit-startup t)
|
||||||
@end lisp
|
@end lisp
|
||||||
@item
|
@item
|
||||||
@vindex org-agenda-show-inherited-tags
|
@vindex org-agenda-show-inherited-tags
|
||||||
|
|
Loading…
Reference in New Issue