Jelajahi Sumber

fix typo in new sbe specification

* lisp/ob-table.el (sbe): Fix typo in new sbe specification.
Eric Schulte 13 tahun lalu
induk
melakukan
32a6752267
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)