1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-25 10:47:12 +00:00

babel: fixed small input error related to empty tables

This commit is contained in:
Eric Schulte 2010-07-04 10:28:59 -07:00
parent fd9bf71265
commit 0a6a5b4fae

View File

@ -1073,7 +1073,7 @@ code ---- the results are extracted in the syntax of the source
(listp (cdr (car result)))))
result (list result))
'(:fmt (lambda (cell) (format "%s" cell)))) "\n"))
(goto-char beg) (org-table-align))
(goto-char beg) (when (org-at-table-p) (org-table-align)))
((member "file" result-params)
(insert result))
((member "html" result-params)