[O] Tag setting mode creates two additional windows

2014-05-15 Thread Dmitry Gorbik
Hello, I am trying to enter the tag setting mode by pressing C-c C-c for the following org file: #+TAGS: @work(w) @home(h) @tennisclub(t) * some test I have noticed that if the frame is large enough, when entering the tag setting mode Org will split the frame horizontally first and then will

Re: [O] Tag setting mode creates two additional windows

2014-05-15 Thread Dmitry Gorbik
d/org-mode/") (require 'org) Thanks, Dima On May 15, 2014, at 1:59 AM, Bastien wrote: > Hi Dmitry, > > Dmitry Gorbik writes: > >> I am trying to enter the tag setting mode by pressing C-c C-c for the >> following org file: >> >> >> #+TAGS: @work

Re: [O] Tag setting mode creates two additional windows

2014-05-15 Thread Dmitry Gorbik
, 2014, at 2:49 AM, Dmitry Gorbik wrote: > It reproduces in console for me as well. > > Here is a screenshot to demonstrate the frame size and the issue: > > > Thanks, > Dima > > On May 15, 2014, at 2:44 AM, Bastien wrote: > >> Dmitry Gorbik writes:

Re: [O] Tag setting mode creates two additional windows

2014-05-15 Thread Dmitry Gorbik
This one didn’t work, I modified it like this to make it work: tags-split-windows.patch Description: Binary data Dima On May 15, 2014, at 3:37 AM, Bastien wrote: > Dmitry Gorbik writes: > >> I have found interesting email threads related to exactly same issue. >> But it

Re: [O] Tag setting mode creates two additional windows

2014-05-20 Thread Dmitry Gorbik
Hello Bastien, Do you think this can be committed to the trunk? Thanks, Dima > On May 15, 2014, at 4:18 AM, Dmitry Gorbik wrote: > > This one didn’t work, I modified it like this to make it work: > > > > > Dima > >> On May 15, 2014, at 3:37 AM, Bas

Re: [O] Tag setting mode creates two additional windows

2014-05-20 Thread Dmitry Gorbik
Awesome, thanks a lot! Dima On May 20, 2014, at 1:21 PM, Bastien wrote: > Hi Dmitry, > > Dmitry Gorbik writes: > >> This one didn’t work, I modified it like this to make it work: > > Okay, double-checked and applied in maint, thanks. > > -- > Bastien