瀏覽代碼

org.texi: Fix the :post example

* doc/org.texi (post): Add a missing colon in the example.
Alan Schmitt 9 年之前
父節點
當前提交
d828f789a9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/org.texi

+ 1 - 1
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