org-table-sticky-header icon indicating copy to clipboard operation
org-table-sticky-header copied to clipboard

Sticky header for org-mode tables

#+TITLE: org-table-sticky-header-mode [[https://melpa.org/#/org-table-sticky-header][file:https://melpa.org/packages/org-table-sticky-header-badge.svg]]

A minor mode to show the sticky header for org-mode tables.

  • Overview Similar to =semantic-stickyfunc-mode=, this package uses the header line to show the table header when it is out of sight.

  • Usage Recommend: install from melpa.

    To install manually: : (add-to-list 'load-path "/path/to/org-table-sticky-header.el")

    =M-x org-table-sticky-header-mode= to enable the minor mode in an org-mode buffer.

    To automatically enable the minor mode in all org-mode buffers, use : (add-hook 'org-mode-hook 'org-table-sticky-header-mode)

  • Demo [[./screenshots/demo.gif]]