polymode / poly-org

Polymode for org-mode
57 stars 13 forks source link

Poly-org breaks narrowing state when the cursor is inside a code block #19

Open yantar92 opened 5 years ago

yantar92 commented 5 years ago

Steps to reproduce:

  1. Open an org-mode file with multiple entries.
  2. Narrow to one of the entries containing a source block.
  3. Move cursors to the source block.

Expected behavior: the narrowing should be preserved Observed behavior: the whole buffer is shown while the cursor is inside the code block. The narrowing is restored when the cursor is moved out of the code block.

cgroza commented 1 year ago

I experienced this too.