Nicolas Goaziou пре 7 година
родитељ
комит
b946c93865
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -16647,7 +16647,7 @@ evaluated as Emacs Lisp code, as illustrated in the following example.
 ,#+NAME: table
 | (a b c) |
 
-,#+HEADERS: :var data=table[0,0]
+,#+HEADER: :var data=table[0,0]
 ,#+BEGIN_SRC perl
   $data
 ,#+END_SRC