+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
|
||||
(defun +org|realign-table-maybe ()
|
||||
"Auto-align table under cursor."
|
||||
"Auto-align table under cursor and re-calculate formulas."
|
||||
(when (org-at-table-p)
|
||||
(save-excursion
|
||||
(org-table-align))))
|
||||
(quiet! (org-table-recalculate)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +org|update-cookies ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue