From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Gorbik Subject: Re: Tag setting mode creates two additional windows Date: Thu, 15 May 2014 02:21:17 -0700 Message-ID: References: <4ED38743-F298-4747-8ADD-C8B89E5A59BE@me.com> <87siobv2nb.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wkrr7-0003lJ-0O for Emacs-orgmode@gnu.org; Thu, 15 May 2014 05:21:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wkrqx-0006ve-3H for Emacs-orgmode@gnu.org; Thu, 15 May 2014 05:21:36 -0400 In-reply-to: <87siobv2nb.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Emacs-orgmode@gnu.org This is my org-mode version: Org-mode version 8.2.6 (release_8.2.6-961-g089a13 @ = /Users/dgorbik/.emacs.d/org-mode/) I could reproduce this in both Emacs 24.4.5 with emacsformacosx and = Emacs 24.3.1 in console. And here is the .emacs file: (add-to-list 'load-path "~/.emacs.d/org-mode/") (require 'org) Thanks, Dima On May 15, 2014, at 1:59 AM, Bastien wrote: > Hi Dmitry, >=20 > Dmitry Gorbik writes: >=20 >> I am trying to enter the tag setting mode by pressing C-c C-c for the = following org file: >>=20 >>=20 >> #+TAGS: @work(w) @home(h) @tennisclub(t) >> * some test >>=20 >>=20 >> 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 split the top window vertically. I end up with two windows with >> my org file and the other *Org tags* window. Is this done on >> purpose? >=20 > Nope. >=20 >> Couldn=92t find any information about this behavior. >=20 > I can't reproduce this. >=20 >> I am using the latest nightly build of emacsformacosx, the latest >> org-mode and an .emacs with only org-mode enabled. >=20 > M-x org-version RET to tell us about the version -- I don't know what > version comes with emacsformacosx. Maybe show us how you enable Org. >=20 > This is probably a bug specific to this version, since setting tags > from Org-mode does not do anything fancy with the window creation. > Perhaps other emacsformacosx can try to reproduce this as well. >=20 > HTH, >=20 > --=20 > Bastien >=20