interleave icon indicating copy to clipboard operation
interleave copied to clipboard

Disable narrowing is not working

Open jmburgos opened this issue 8 years ago • 6 comments

I am not sure since when, but the disable narrowing option is not working. The notes buffer gets narrowed, despite having the following .emacs setting:

(use-package interleave :defer t :bind ("C-x i" . interleave-mode) :config (setq interleave-split-direction (quote horizontal) interleave-split-lines 20 interleave-disable-narrowing t) )

I have the latest version from MELPA (20170110.234)

jmburgos avatar Jan 14 '17 14:01 jmburgos

Actually I realized that the buffer gets narrowed when entering interleave mode, but then gets expanded as soon as I add a note. I am not sure if that was the intended behaviour.

jmburgos avatar Jan 14 '17 15:01 jmburgos

Does this happen in a multi-pdf notes file (headings with the interleave_pdf property) or in normal notes file?

rudolfochrist avatar Jan 16 '17 08:01 rudolfochrist

In multi-pdf notes. I have not tested on normal notes.

jmburgos avatar Jan 16 '17 17:01 jmburgos

Hi there,

sorry for the delay. Can you please provide a minimal org file. I cannot reproduce the issue with my test files.

Is this bug still relevant at all?

Thx, Sebastian

rudolfochrist avatar Mar 18 '17 10:03 rudolfochrist

Is there a way to control narrowing so it's narrowed by default, but I can still pick at the outline when I need to, w/o quiting interleave-mode?

ghost avatar Nov 18 '17 12:11 ghost

Unfortunately not. Perhaps open up another issue so we can track this feature. Thanks.

rudolfochrist avatar Nov 20 '17 08:11 rudolfochrist