summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-10-07 12:22:04 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-10-07 12:22:04 -0600
commit32a6752267bf08247b88cf929ad43a06a770ccf0 (patch)
tree0c688e5ab068a1f798c72d692de442facf3fe6ee
parent75e65de1502a3ee8dae469d4a6a08e63439472a4 (diff)
downloadorg-mode-32a6752267bf08247b88cf929ad43a06a770ccf0.tar.gz
fix typo in new sbe specification
* lisp/ob-table.el (sbe): Fix typo in new sbe specification.
-rw-r--r--lisp/ob-table.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-table.el b/lisp/ob-table.el
index 6d9ddb8..1cee16e 100644
--- a/lisp/ob-table.el
+++ b/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)