From 000afe01abbd3b8b3416a12a91e33f8e9f51b9a1 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Fri, 2 Mar 2012 12:36:48 -0700 Subject: [PATCH] improve cache documentation when session evaluation is used * doc/org.texi (cache): Improve cache documentation when session evaluation is used. --- doc/org.texi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 316e621f4..61e6707b0 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -13716,8 +13716,11 @@ used. 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 -unchanged code blocks. This header argument can have one of two -values: @code{yes} or @code{no}. +unchanged code blocks. Note that the @code{:cache} header argument will not +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 @item @code{no} -- 2.11.4.GIT