org-table.el (org-calc-current-TBLFM): Add function
commit6693456dd7980a0680acf76a4ff13edfc1a6ecc3
authorIppei FURUHASHI <top.tuna+orgmode@gmail.com>
Tue, 2 Apr 2013 09:11:26 +0000 (2 18:11 +0900)
committerBastien Guerry <bzg@altern.org>
Fri, 5 Apr 2013 06:37:51 +0000 (5 08:37 +0200)
tree0a08d64483ceb5990f1fdae2732f2c28e76eb9a6
parentc8c17460f10135f188a3d0d6ede3481cd4cd11af
org-table.el (org-calc-current-TBLFM): Add function

* org-table.el (org-calc-current-TBLFM): New function to
re-calculate the table by applying the #+TBLFM in the line
where the point is.

* org.el (org-ctrl-c-ctrl-c): Call `org-calc-current-TBLFM' when
point is in the #+TBLFM line.

* testing/lisp/test-org-table.el: Add test.
lisp/org-table.el
lisp/org.el
testing/lisp/test-org-table.el