+org|realign-table-maybe: now recalculates table formulas too

This commit is contained in:
Henrik Lissner 2017-09-07 17:36:33 +02:00
parent 649f3eaf91
commit 1f13aa5d70
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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 ()