From 6a38c1fac319ea9fb82fd6aacf7ffb631e7a500b Mon Sep 17 00:00:00 2001 From: Jason Dunsmore Date: Fri, 4 May 2012 14:57:34 -0500 Subject: [PATCH] Fixed indentation in capture template doc. --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 25330a90b..8b981dc61 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6675,7 +6675,7 @@ dynamic insertion of content. The templates are expanded in the order given her @smallexample %[@var{file}] @r{Insert the contents of the file given by @var{file}.} %(@var{sexp}) @r{Evaluate Elisp @var{sexp} and replace with the result.} - @r{The sexp must return a string.} + @r{The sexp must return a string.} %<...> @r{The result of format-time-string on the ... format specification.} %t @r{Timestamp, date only.} %T @r{Timestamp, with date and time.} -- 2.11.4.GIT