Re: [O] [PATCH] Create visibility overlays properly

2011-11-15 Thread Bastien
Hi Milan, Milan Zamazal p...@zamazal.org writes: Any chance to get this patch applied? Or is there anything wrong with it? I just applied it -- thanks for this patch and sorry it took so long to apply it. Best, -- Bastien

Re: [O] [PATCH] Create visibility overlays properly

2011-11-12 Thread Milan Zamazal
Any chance to get this patch applied? Or is there anything wrong with it? * org.el (org-set-outline-overlay-data): Use outline-flag-region to make a region invisible. This ensures all necessary actions, especially adding isearch-open-invisible property, are applied. --- lisp/org.el |3 +--

Re: [O] [PATCH] Create visibility overlays properly

2011-11-12 Thread Bastien
Hi Milan, Milan Zamazal p...@zamazal.org writes: Any chance to get this patch applied? Or is there anything wrong with it? I looked at it and it looks good. I just wanted to take the time to carefully test the consequences of using `outline-flag-region'. The code behind is okay, but

[O] [PATCH] Create visibility overlays properly

2011-10-31 Thread Milan Zamazal
* org.el (org-set-outline-overlay-data): Use outline-flag-region to make a region invisible. This ensures all necessary actions, especially adding isearch-open-invisible property, are applied. --- lisp/org.el |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/lisp/org.el