From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] allow users to customize string in org-agenda-time-grid Date: Mon, 10 Jul 2017 15:39:20 +0200 Message-ID: <8737a4wgvr.fsf@nicolasgoaziou.fr> References: <871sps69c7.fsf@utexas.edu> <87shi866so.fsf@nicolasgoaziou.fr> <87a84gir1r.fsf@utexas.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUYuM-00024L-8q for emacs-orgmode@gnu.org; Mon, 10 Jul 2017 09:39:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUYuJ-0007b6-3V for emacs-orgmode@gnu.org; Mon, 10 Jul 2017 09:39:26 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:60147) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dUYuI-0007aV-St for emacs-orgmode@gnu.org; Mon, 10 Jul 2017 09:39:23 -0400 In-Reply-To: <87a84gir1r.fsf@utexas.edu> (Alex Branham's message of "Fri, 07 Jul 2017 10:34:24 +0200") 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: Alex Branham Cc: emacs-orgmode@gnu.org Hello, Alex Branham writes: > Sure, that's possible. Patch attached. Thank you. > Note that this way, users who have set org-agenda-time-grid to a list > with three elements will see a slightly different agenda now (the > default "......" will get dropped). I think this is acceptable if we properly announce it in ORG-NEWS. > The order of the items in the list is also a bit weird --- they get > displayed in the order 3, 4, 2. I've updated the docstring to try to > make this a bit clearer. True. While we're at making an incompatible change on the variable, do you think it makes sense to change the order of the parameters? If so, would you want to update your patch accordingly? > > From 12e5561b1df1d86a45e7c418dd7dd44763e52423 Mon Sep 17 00:00:00 2001 > From: Alex Branham > Date: Fri, 7 Jul 2017 10:29:28 +0200 > Subject: [PATCH] org-agenda.el: Allow users to customize string after > time-grid > > * org-agenda.el: Users may now customize the string to display after You need to specify the variable being changed, i.e., * lisp/org-agenda.el (org-agenda-time-grid): ... Could you provide an ORG-NEWS entry, too? Regards, -- Nicolas Goaziou