Variable: org-babel-hash-show-time

org-babel-hash-show-time is a customizable variable defined in ob-core.el.gz.

Value

nil

Documentation

Non-nil means show the time the code block was evaluated in the result hash.

This variable was added, or its default value changed, in Org version
9.0.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-core.el.gz
(defcustom org-babel-hash-show-time nil
  "Non-nil means show the time the code block was evaluated in the result hash."
  :group 'org-babel
  :type 'boolean
  :package-version '(Org . "9.0")
  :safe #'booleanp)