From d5dd160b232b0f15c7aa1acbcf381a275e453f60 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Mon, 19 Apr 2010 17:20:54 -0400 Subject: [PATCH] babel: bug fix in org-babel-get-colnames --- contrib/babel/lisp/org-babel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/babel/lisp/org-babel.el b/contrib/babel/lisp/org-babel.el index 791f360fd..5462e3e3a 100644 --- a/contrib/babel/lisp/org-babel.el +++ b/contrib/babel/lisp/org-babel.el @@ -632,7 +632,7 @@ Return a list (session vars result-params result-type colnames rownames)." column names" (if (equal 'hline (second table)) (cons (cddr table) (car table)) - table)) + (list table))) (defun org-babel-get-rownames (table) "Return a cons cell, the `car' of which contains the TABLE less