rudolfochrist/interleave

Allow page notes to contain sub-headings

Closed this issue · 2 comments

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.

Solving #23 should probably fix this issue too.

Resolved

Really appreciate your active development on this package. Thank you.