Bladeren bron

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

* doc/org.texi (Extracting source code): documentation for
`org-babel-post-tangle-hook
'
Eric Schulte 14 jaren geleden
bovenliggende
commit
f95a8b7d2f
1 gewijzigde bestanden met toevoegingen van 7 en 2 verwijderingen
  1. 7 2
      doc/org.texi

+ 7 - 2
doc/org.texi

@@ -11127,8 +11127,13 @@ Tangle the current file.
 Choose a file to tangle.
 Choose a file to tangle.
 @end table
 @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
 @node Evaluating code blocks, Library of Babel, Extracting source code, Working With Source Code
 @section Evaluating code blocks
 @section Evaluating code blocks