org-sticky-header
org-sticky-header copied to clipboard
Show off-screen Org heading at top of window
`org-sticky-header` seems to show the header that is at the top of the buffer but off-frame, not the header under the point. For example > * Foo > lorem ipsum...
Now that org-sticky-header is working well for me, I am getting picky, so feel free to ignore this request. But, I am using org-bullets to replace org-mode's asterisk with the...
First, thanks for this simple and yet very useful package. I have some ideas that you might think about: - The beginning of the first header is not always at...
My messages buffer was constantly filling up with redisplay errors like this: ``` Error during redisplay: (eval (progn (setq org-sticky-header-stickyline (propertize (org-sticky-header--fetch-stickyline) 'keymap org-sticky-header-keymap)) (list (propertize " " 'display '((space...
Added new propery `org-sticky-header-clean-face`. `org-sticky-header--heading-string` rewrite for this new property. Elisp code upgrade to `pcase` and `pcase-let*`.
In other words, there should be an option to use Emacs default theme parameters when displaying Org header names on header line, rather than the Org file specified parameters.
fix org sticky error when TODO tag is provided without header content. e.g. `* TODO header content` works while`* TODO` above doesn't work