From 7f9995074997d32a00fa32ca5d1e5ce082d3b721 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sun, 7 Jul 2013 20:00:48 -0600 Subject: [PATCH] subsection headers for prologue and epilogue --- doc/org.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 6ace041a5..5eb7cfae1 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -15224,7 +15224,7 @@ argument. @end example @node prologue, epilogue, post, Specific header arguments - +@subsubsection @code{:prologue} The value of the @code{prologue} header argument will be prepended to the code block body before execution. For example, @code{:prologue "reset"} may be used to reset a gnuplot session before execution of a particular code @@ -15237,7 +15237,7 @@ code blocks. Also see @ref{epilogue}. @end lisp @node epilogue, , prologue, Specific header arguments - +@subsubsection @code{:epilogue} The value of the @code{epilogue} header argument will be appended to the code block body before execution. Also see @ref{prologue}. -- 2.11.4.GIT