Variable: org-babel-tangle-body-hook
org-babel-tangle-body-hook is a customizable variable defined in
ob-tangle.el.gz.
Value
nil
Documentation
Hook run over the contents of each code block body.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-tangle.el.gz
(defcustom org-babel-tangle-body-hook nil
"Hook run over the contents of each code block body."
:group 'org-babel-tangle
:version "24.1"
:type 'hook)