Преглед изворни кода

fix typo in new sbe specification

* lisp/ob-table.el (sbe): Fix typo in new sbe specification.
Eric Schulte пре 13 година
родитељ
комит
32a6752267
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/ob-table.el

+ 1 - 1
lisp/ob-table.el

@@ -112,9 +112,9 @@ as shown in the example below.
 	   (let ((params
 		  (eval `(org-babel-parse-header-arguments
 			  (concat
-			   ,header-args " "
 			   ":var results="
 			   ,source-block
+			   "[" ,header-args "]"
 			   "("
 			   (mapconcat
 			    (lambda (var-spec)