From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Pita Subject: Re: [patch] Don't show trailing colon in agenda custom command desc Date: Fri, 22 Feb 2019 16:30:12 -0300 Message-ID: References: <874l8v1wcp.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxGWq-0005vD-5w for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 14:30:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxGWp-0003rc-J2 for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 14:30:36 -0500 Received: from mail-yw1-xc2c.google.com ([2607:f8b0:4864:20::c2c]:39096) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gxGWp-0003ht-DF for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 14:30:35 -0500 Received: by mail-yw1-xc2c.google.com with SMTP id z191so651150ywa.6 for ; Fri, 22 Feb 2019 11:30:25 -0800 (PST) In-Reply-To: <874l8v1wcp.fsf@nicolasgoaziou.fr> 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 , emacs-orgmode > Applied, with some refactoring. Please double check I didn't fumble it. I looked at the code and tested it a bit and seems to be ok. Thanks!