Parcourir la source

org-manual: Fix typo

Nicolas Goaziou il y a 7 ans
Parent
commit
b946c93865
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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