From e0d9a280eabc22cc89273a6cba90965ad23e0f47 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Wed, 1 Sep 2010 21:10:54 -0700 Subject: [PATCH] babel: docstring improvement * ob.el (org-babel-execute-src-block): Document prefix argument in docstring. --- lisp/ob.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/ob.el b/lisp/ob.el index e4a094431..eb3946079 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -323,6 +323,10 @@ Insert the results of execution into the buffer. Source code execution and the collection and formatting of results can be controlled through a variety of header arguments. +With prefix argument ARG, force re-execution even if a an +existing result cached in the buffer would otherwise have been +returned. + Optionally supply a value for INFO in the form returned by `org-babel-get-src-block-info'.