Closed kaushalmodi closed 9 years ago
I need to understand why I see this note on the pull request page: "Can't automatically merge. Don't worry, you can still create the pull request."
Changed the search to org heading properties instead of "Notes for page"
string in https://github.com/kaushalmodi/interleave/commit/3fff9d9001989a5ae9bf2666bf6c32ceef930ff3
Improved robustness in https://github.com/kaushalmodi/interleave/commit/e5a8304c8a33d79f56d6ac7afbbbbafb57db828b
Works like a charm. Especially the buffer synchronization is a nice enhancement. Thank you.
funcall
to call the right command based on if the user usespdf-tools
package or notinterleave--doc-view-kill-proc-and-buffer
fn so that thedoc-view-kill-proc
is called only if the major mode isdoc-view-mode
.*interleave--pdf-buffer*
; renamed interleave--org-buf to interleave--org-bufferswitch-to-buffer
andswitch-to-buffer-other-window
instead of(other-window 1)
for more accuracy (in the event the user has opened a buffer other than the pdf or org notes file in the "other" window).interleave-map
andinterleave-pdf-mode-map
so a user can customize the key bindings in them without having to modify the source.