From 57b0e12f25bfedb43a9465a76a3507186afc515c Mon Sep 17 00:00:00 2001 From: Alan Schmitt Date: Tue, 23 Jun 2015 22:36:26 +0200 Subject: [PATCH] org.texi: Fix the :post example * doc/org.texi (post): add a missing colon in the example. --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 5b79832..8ec8a51 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -16390,7 +16390,7 @@ argument. The first example shows how to attach a attribute-line via @code{:pos @example #+name: attr_wrap #+begin_src sh :var data="" :var width="\\textwidth" :results output - echo "#+ATTR_LATEX :width $width" + echo "#+ATTR_LATEX: :width $width" echo "$data" #+end_src -- 2.4.3