ソースを参照

org-manual: Fix typo

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