New hook to run after orgtbl-mode has sent a table
commitb3d6f0448380c0dc35126ba235f1902ff8b83ad7
authorCarsten Dominik <carsten.dominik@gmail.com>
Wed, 17 Nov 2010 12:58:52 +0000 (17 13:58 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Wed, 17 Nov 2010 12:58:52 +0000 (17 13:58 +0100)
treedef26af83e3ff4cc395f95a3bc0fc42d137e5e51
parent571e3d985c0a6469a287e52a146c99606f80b926
New hook to run after orgtbl-mode has sent a table

* lisp/org-table.el (orgtbl-after-send-table-hook): New hook.
(orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
table was sent.
(orgtbl-send-table): Return the number of sent tables, or nil if no
sending has happened.

Patch by Seweryn Kokot. TINYCHANGE
lisp/org-table.el