소스 검색

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)