From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Pita Subject: Bug: Bad alignment of grouped tags in fast selection dialog [9.2.1 (release_9.2.1-60-gb0379f @ /home/carlos/local/stow/emacs/share/emacs/site-lisp/org/)] Date: Tue, 12 Feb 2019 17:12:52 -0300 Message-ID: <87bm3gepff.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gteQO-0003xa-LI for emacs-orgmode@gnu.org; Tue, 12 Feb 2019 15:13:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gteQM-00059u-6J for emacs-orgmode@gnu.org; Tue, 12 Feb 2019 15:12:59 -0500 Received: from mail-qt1-x835.google.com ([2607:f8b0:4864:20::835]:41071) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gteQK-000589-VI for emacs-orgmode@gnu.org; Tue, 12 Feb 2019 15:12:58 -0500 Received: by mail-qt1-x835.google.com with SMTP id v10so4508747qtp.8 for ; Tue, 12 Feb 2019 12:12:56 -0800 (PST) Received: from neu ([181.228.213.205]) by smtp.gmail.com with ESMTPSA id d21sm11422062qtr.34.2019.02.12.12.12.54 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Feb 2019 12:12:55 -0800 (PST) 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 For example, with: #+tags: { @casa(c) @oficina(o) @viaje(v) @gimnasio(g) @xxx(x) } I get: { [c] @casa [o] @oficina [v] @viaje [g] @gimnasio [x] @xxx } where [c] and [x] are clearly misaligned. If I remove the last tag: #+tags: { @casa(c) @oficina(o) @viaje(v) @gimnasio(g) } I get: { [c] @casa [o] @oficina [v] @viaje [g] @gimnasio } where the closing brace should be in the line before. org-last-tag-selection-key is a bit overwhelming in size but I might try my luck and see what I can get. Regards -- Carlos ------- Emacs : GNU Emacs 26.1.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5) of 2019-02-10 Package: Org mode version 9.2.1 (release_9.2.1-60-gb0379f @ /home/carlos/local/stow/emacs/share/emacs/site-lisp/org/)