Merge branch 'origin-maint'
This commit is contained in:
commit
15d2a7f3d4
|
@ -13749,8 +13749,11 @@ used.
|
||||||
|
|
||||||
The @code{:cache} header argument controls the use of in-buffer caching of
|
The @code{:cache} header argument controls the use of in-buffer caching of
|
||||||
the results of evaluating code blocks. It can be used to avoid re-evaluating
|
the results of evaluating code blocks. It can be used to avoid re-evaluating
|
||||||
unchanged code blocks. This header argument can have one of two
|
unchanged code blocks. Note that the @code{:cache} header argument will not
|
||||||
values: @code{yes} or @code{no}.
|
attempt to cache results when the @code{:session} header argument is used,
|
||||||
|
because the results of the code block execution may be stored in the session
|
||||||
|
outside of the Org-mode buffer. The @code{:cache} header argument can have
|
||||||
|
one of two values: @code{yes} or @code{no}.
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item @code{no}
|
@item @code{no}
|
||||||
|
|
Loading…
Reference in New Issue