Appease byte-compiler: org-table-p => org-at-table-p
This commit is contained in:
parent
ea7f0ddcc3
commit
693bae2316
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ with `org-cycle'). Also:
|
||||||
(interactive)
|
(interactive)
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(org-beginning-of-line)
|
(org-beginning-of-line)
|
||||||
(cond ((org-table-p)
|
(cond ((org-at-table-p)
|
||||||
(org-table-align))
|
(org-table-align))
|
||||||
((org-in-src-block-p)
|
((org-in-src-block-p)
|
||||||
(org-babel-remove-result))
|
(org-babel-remove-result))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue