Re: [O] [PATCH] Tag visibility fixup after setting them

2016-12-29 Thread Nicolas Goaziou
Hello, Alexey Lebedeff writes: > I'm attaching updated patch. Applied. Thank you. > But I'm not sure it's a good idea to add another 6 lines of code to > the function which is already big enough. The function is not massive either, and half the inserted lines are comments

Re: [O] [PATCH] Tag visibility fixup after setting them

2016-12-29 Thread Alexey Lebedeff
Hi Nicolas, I'm attaching updated patch. But I'm not sure it's a good idea to add another 6 lines of code to the function which is already big enough. Best, Alexey On Thu, Dec 29, 2016 at 3:39 AM, Nicolas Goaziou wrote: > Hello, > > Alexey Lebedeff

Re: [O] [PATCH] Tag visibility fixup after setting them

2016-12-28 Thread Nicolas Goaziou
Hello, Alexey Lebedeff writes: > This fixes bug where you sometimes can't immediately see tags that were > just set. And to reveal them you need to go through global visibility > cycle. Thank you for the patch, and the test. > +(defun org-insert-visible-text ( args) > +

[O] [PATCH] Tag visibility fixup after setting them

2016-12-27 Thread Alexey Lebedeff
Hi folks, This fixes bug where you sometimes can't immediately see tags that were just set. And to reveal them you need to go through global visibility cycle. Best, Alexey >From d81f5be08c83fb31adfd36dc97dcf92268c898ed Mon Sep 17 00:00:00 2001 From: Alexey Lebedeff Date: