From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [patch] Improve fast todo selection alignment Date: Fri, 22 Feb 2019 19:59:07 +0100 Message-ID: <87d0nj1wg4.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxG2W-0004L2-Lq for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:59:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxG2S-0002UY-BK for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:59:12 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:55259) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gxG2S-0002Na-4H for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:59:12 -0500 In-Reply-To: (Carlos Pita's message of "Thu, 21 Feb 2019 01:14:14 -0300") 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: Carlos Pita Cc: emacs-orgmode Hello, Carlos Pita writes: > This avoids lines with just a closing "}", which look rather ugly. > Quite similar to my previous patch for fast tag selection. > > Regards > -- > Carlos > > From 239e0d036da94b2a950db3ad1f7e82c5ca6d8daa Mon Sep 17 00:00:00 2001 > From: memeplex > Date: Thu, 21 Feb 2019 01:09:29 -0300 > Subject: [PATCH] Fix fast todo selection menu alignment > > * lisp/org.el (org-fast-todo-selection): Avoid lines with just a > closing delimiter. Applied. Thank you. Regards, -- Nicolas Goaziou