From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-tag-alist - fullscreen problem when adding tags Date: Thu, 19 May 2016 10:27:05 +0200 Message-ID: <87inyawizq.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3JIq-0002MU-GW for emacs-orgmode@gnu.org; Thu, 19 May 2016 04:27:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3JIk-0001u6-Dv for emacs-orgmode@gnu.org; Thu, 19 May 2016 04:27:31 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:48928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3JIk-0001ts-7W for emacs-orgmode@gnu.org; Thu, 19 May 2016 04:27:26 -0400 In-Reply-To: (Peter Sterner's message of "Tue, 17 May 2016 18:38:46 +0200") 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" To: Peter Sterner Cc: emacs-orgmode@gnu.org Hello, Peter Sterner writes: > I'm trying out org-mode's tagging-system. In my init.el file I added > > (setq org-tag-alist '((:startgroup . nil) > ("@work" . ?w) ("@home" . ?h) > ("@tennisclub" . ?t) > (:endgroup . nil) > ("laptop" . ?l) ("pc" . ?p))) > > > Now when I add a tag the entire frame is split up in two windows both > of them showing the *Org tags* buffer. Is it possible to disable > this? FWIW, I cannot reproduce it. You may want to debug `org-fast-tag-selection' to understand what happens in your case. Are you using dedicated windows or some such ? Regards, -- Nicolas Goaziou