alphapapa / org-sticky-header

Show off-screen Org heading at top of window
145 stars 9 forks source link

Repeting issues when everything is in display #21

Closed sergiusens closed 3 years ago

sergiusens commented 4 years ago

I notice this issue I have a buffer being displayed where the entire buffer can be seen (no sticky header required), structured like:

#+TITLE: title

* heading 1
** heading 1.1
** heading 1.2

I see a repeat of what follows in the message buffer:

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 :align-to 0))) 'org-sticky-header-stickyline))) signaled (wrong-type-argument stringp nil) [64 times]

Those 64 times are were generated in about 64 seconds

alphapapa commented 4 years ago

Thanks, since those errors don't appear in the echo area, I've never noticed them myself. I see them as well with the example you gave.

This appears to be the same as the issue reported in #19 and fixed in #20.