org-noter icon indicating copy to clipboard operation
org-noter copied to clipboard

scroll other window improvements

Open holtzermann17 opened this issue 3 years ago • 1 comments

https://github.com/politza/pdf-tools/issues/55 indicates that scroll other window improvements are WONTFIX for pdf-tools; but since org-noter is built around a 2-up format with PDF adjacent to Org notes, maybe the ideas in the thread there should be integrated here?

holtzermann17 avatar May 23 '21 15:05 holtzermann17

In particular: https://gist.github.com/politza/3f46785742e6e12ba0d1a849f853d0b9#file-scroll-other-window-el posted to that issue in 2016, along with these org-noter -specific integration steps:

(require 'scroll-other-window)
(add-hook 'org-noter-notes-mode-hook #'sow-mode)
(setq org-noter--inhibit-location-change-handler t)

holtzermann17 avatar May 23 '21 15:05 holtzermann17