summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-07-11 15:13:46 -0700
committerEric Schulte <schulte.eric@gmail.com>2010-07-11 21:37:10 -0700
commitf95a8b7d2f0952c0b5c93f40a53ec8d605b337e3 (patch)
treec422979f9a6c9cea9c46535cd5b13f4ce130fee3
parentf0c25d8431323f7ab917e809f5e09374e417dd19 (diff)
downloadorg-mode-f95a8b7d2f0952c0b5c93f40a53ec8d605b337e3.tar.gz
documentation for `org-babel-post-tangle-hook
* doc/org.texi (Extracting source code): documentation for `org-babel-post-tangle-hook '
-rw-r--r--doc/org.texi9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index c4b267c..5220c15 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -11127,8 +11127,13 @@ Tangle the current file.
Choose a file to tangle.
@end table
-@comment node-name, next, previous, up
-@comment Evaluating code blocks, , Extracting source code, Working With Source Code
+@subsubheading Hooks
+@table @code
+@item org-babel-post-tangle-hook
+This hook is run from within code files tangled by @code{org-babel-tangle}.
+Example applications could include post-processing, compilation or evaluation
+of tangled code files.
+@end table
@node Evaluating code blocks, Library of Babel, Extracting source code, Working With Source Code
@section Evaluating code blocks