Closed kaushalmodi closed 7 years ago
Currently, we cannot have
* Notes for page N ** sub notes N.1 *** sub sub notes N.1.1
because of the use of (org-narrow-to-subtree) in commands like interleave--sync-pdf-page-next and interleave--sync-pdf-page-previous.
(org-narrow-to-subtree)
interleave--sync-pdf-page-next
interleave--sync-pdf-page-previous
Solving https://github.com/rudolfochrist/interleave/issues/23 should probably fix this issue too.
Resolved
Really appreciate your active development on this package. Thank you.
Currently, we cannot have
because of the use of
(org-narrow-to-subtree)
in commands likeinterleave--sync-pdf-page-next
andinterleave--sync-pdf-page-previous
.Solving https://github.com/rudolfochrist/interleave/issues/23 should probably fix this issue too.