Hello, Peter Sterner <pster...@gmail.com> 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