Browse Source

documentation for `org-babel-post-tangle-hook

* doc/org.texi (Extracting source code): documentation for
`org-babel-post-tangle-hook
'
Eric Schulte 14 years ago
parent
commit
f95a8b7d2f
1 changed files with 7 additions and 2 deletions
  1. 7 2
      doc/org.texi

+ 7 - 2
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