summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <davison@stats.ox.ac.uk>2010-04-19 17:30:38 -0400
committerEric Schulte <schulte.eric@gmail.com>2010-04-23 10:09:57 -0600
commit788779e16c385268e80212c950ed424d9eae0653 (patch)
tree0fa41edec2ec5755854a8cf0abb4ccfc4e91b9fc
parentc777e729fbc9fb4bcccbf553ab217f5947a2b589 (diff)
downloadorg-mode-788779e16c385268e80212c950ed424d9eae0653.tar.gz
babel: typo in org-babel-get-rownames
-rw-r--r--contrib/babel/lisp/org-babel.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/babel/lisp/org-babel.el b/contrib/babel/lisp/org-babel.el
index 5462e3e..e8b1590 100644
--- a/contrib/babel/lisp/org-babel.el
+++ b/contrib/babel/lisp/org-babel.el
@@ -646,7 +646,7 @@ Return a list (session vars result-params result-type colnames rownames)."
(setq row '())
(dotimes (n width) (setq row (cons 'hline row)))
row))
- tab))))
+ table))))
(cons (mapcar (lambda (row) (if (equal (car row) 'hline) 'hline row))
(trans (cdr table)))
(remove 'hline (car table))))))