We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(defun org-table-highlight-toggle-column () (interactive) (when (org-at-table-p) (if (org-table-highlight--overlay-exist-p 'column) (org-table-highlight-clear-column-highlights) (org-table-highlight-column))))
[1] https://github.com/llcc/org-table-highlight/issues/4
There was an error while loading. Please reload this page.