org.texi: Fix the :post example

* doc/org.texi (post): Add a missing colon in the example.
This commit is contained in:
Alan Schmitt 2015-06-23 22:36:26 +02:00 committed by Nicolas Goaziou
parent b07bd32081
commit d828f789a9

View file

@ -16390,7 +16390,7 @@ argument. The first example shows how to attach a attribute-line via @code{:pos
@example @example
#+name: attr_wrap #+name: attr_wrap
#+begin_src sh :var data="" :var width="\\textwidth" :results output #+begin_src sh :var data="" :var width="\\textwidth" :results output
echo "#+ATTR_LATEX :width $width" echo "#+ATTR_LATEX: :width $width"
echo "$data" echo "$data"
#+end_src #+end_src