-*- mode: org -*-
This hook is ran whenever a latex-table-wizard command is called that potentially changes the table. This fixes a bug that previously occurred when the user would swap around things in a table “vacuously”, such that after the command the content of the table was exactly the same as before.
aliased to new command “latex-table-wizard-kill-column-content”
aliased to new command “latex-table-wizard-kill-row-content”
added a second optional argument NOCYCLE that makes the command return nil (instead of moving point), in case the movement in the chosen direction hits the boundaries of the table.
Same as texmathp-allow-detached-args and reftex-allow-detached-macro-args, but for the purposes of parsing the table (especially determining where the table content starts). By default, nil.
If t (default value) and latex-table-wizard-allow-detached-args is nil, the user is warned about suspect cases of detachment of a macro and its arguments when the table is parsed.
- latex-table-wizard-align-left
- latex-table-wizard-align-right
- latex-table-wizard-center
- latex-table-wizard-compress
Each of these commands performs one of the transformations that latex-table-wizard-align cycles through. Unlike this command, these new ones are not exposed through the transient interface.