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:
parent
fd9bf71265
commit
0a6a5b4fae
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user