Appease byte-compiler: org-table-p => org-at-table-p

This commit is contained in:
Henrik Lissner 2017-11-09 00:34:49 +01:00
parent ea7f0ddcc3
commit 693bae2316
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -269,7 +269,7 @@ with `org-cycle'). Also:
(interactive)
(save-excursion
(org-beginning-of-line)
(cond ((org-table-p)
(cond ((org-at-table-p)
(org-table-align))
((org-in-src-block-p)
(org-babel-remove-result))