weirdNox / org-noter

Emacs document annotator, using Org-mode
GNU General Public License v3.0
1.07k stars 101 forks source link

scroll other window improvements #149

Open holtzermann17 opened 3 years ago

holtzermann17 commented 3 years ago

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 commented 3 years ago

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)