Variable: orgtbl-after-send-table-hook

orgtbl-after-send-table-hook is a variable defined in org-table.el.gz.

Value

nil

Documentation

Hook for functions attaching to C-c C-c, if the table is sent.

This can be used to add additional functionality after the table is sent to the receiver position, otherwise, if table is not sent, the functions are not run.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defvar orgtbl-after-send-table-hook nil
  "Hook for functions attaching to `C-c C-c', if the table is sent.
This can be used to add additional functionality after the table is sent
to the receiver position, otherwise, if table is not sent, the functions
are not run.")