weirdNox / org-noter

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

Non root org headings get clipped midway during narrowing #164

Open hemanta212 opened 2 years ago

hemanta212 commented 2 years ago

If the Noter-Document properties tab is in the non-root org heading

image

The resulting notes section gets clipped

image

However, placing the properties inside the root heading fixes this.

image

image

I have a large org file to track various things and the books and their notes are several layers deep. Currently before calling org-noter. I call org-narrow-to-subtree and create a fake root org heading like above and place the properties tag there. This has worked well as a workaround but I was wondering if it could be fixed.