emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-tag-alist - fullscreen problem when adding tags


From: Nicolas Goaziou
Subject: Re: [O] org-tag-alist - fullscreen problem when adding tags
Date: Thu, 19 May 2016 10:27:05 +0200

Hello,

Peter Sterner <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]