Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Disable narrowing is not working #43

Open
jmburgos opened this issue Jan 14, 2017 · 6 comments
Open

Disable narrowing is not working #43

jmburgos opened this issue Jan 14, 2017 · 6 comments
Labels
Milestone

Comments

@jmburgos
Copy link

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
Copy link
Author

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.

@rudolfochrist
Copy link
Owner

rudolfochrist commented Jan 16, 2017

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

@rudolfochrist rudolfochrist self-assigned this Jan 16, 2017
@jmburgos
Copy link
Author

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

@rudolfochrist
Copy link
Owner

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 rudolfochrist modified the milestone: v1.5 Jul 12, 2017
@ghost
Copy link

ghost commented Nov 18, 2017

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?

@rudolfochrist
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants