From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Sterner Subject: org-tag-alist - fullscreen problem when adding tags Date: Tue, 17 May 2016 18:38:46 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1143f53af9640f05330c5f7a Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2i1B-0005xN-Vt for emacs-orgmode@gnu.org; Tue, 17 May 2016 12:38:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2i19-0004XC-Lr for emacs-orgmode@gnu.org; Tue, 17 May 2016 12:38:48 -0400 Received: from mail-io0-x22e.google.com ([2607:f8b0:4001:c06::22e]:36089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2i19-0004We-Gl for emacs-orgmode@gnu.org; Tue, 17 May 2016 12:38:47 -0400 Received: by mail-io0-x22e.google.com with SMTP id i75so30701887ioa.3 for ; Tue, 17 May 2016 09:38:47 -0700 (PDT) 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: emacs-orgmode@gnu.org --001a1143f53af9640f05330c5f7a Content-Type: text/plain; charset=UTF-8 Hi, 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? There are no problems when I don't set org-tag-alist. Many thanks for considering my request. Petey --001a1143f53af9640f05330c5f7a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I'm trying out org-mode's t= agging-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=C2=A0is split up in two windows both of them=
 showing the *Org tags* buffer.  Is it possible to disable this?
There are no problems when I don't set org-tag-alist.=C2=A0<=
/span>
Many thanks fo=
r considering my request.
Petey

=



--001a1143f53af9640f05330c5f7a--