+org|realign-table-maybe: now recalculates table formulas too
This commit is contained in:
parent
649f3eaf91
commit
1f13aa5d70
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org|realign-table-maybe ()
|
(defun +org|realign-table-maybe ()
|
||||||
"Auto-align table under cursor."
|
"Auto-align table under cursor and re-calculate formulas."
|
||||||
(when (org-at-table-p)
|
(when (org-at-table-p)
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(org-table-align))))
|
(quiet! (org-table-recalculate)))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org|update-cookies ()
|
(defun +org|update-cookies ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue