mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Prefer org-table-align to orgtbl-ctrl-c-ctrl-c
org-table-align is an autoloaded function so the byte compiler can find it. orgtbl-ctrl-c-ctrl-c isn't so we get a warning about undefined functions.
This commit is contained in:
parent
13a9e339f2
commit
8a6430835f
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ meaning:
|
|||
use-package-statistics)
|
||||
(goto-char (point-min))
|
||||
(orgtbl-mode)
|
||||
(orgtbl-ctrl-c-ctrl-c nil)
|
||||
(org-table-align)
|
||||
(display-buffer (current-buffer))))
|
||||
|
||||
(defun use-package-statistics-gather (keyword name after)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue