Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-11 Thread Nicolas Goaziou
Hello, Alex Branham writes: > From: Alex Branham > Date: Tue, 11 Jul 2017 08:08:58 +0200 > Subject: [PATCH] org-agenda: change order of items, support custom time grid > string > > * lisp/org-agenda.el (org-agenda-time-grid): Users may now customize >

Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-11 Thread Alex Branham
Hi Nicolas, >> 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

Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-11 Thread Alex Branham
Hi Samuel, `org-agenda-current-time-string' allows users to customize the string associated with the current time. It's currently something like, "--- now ". The patch I'm submitting allows users to customize the string that comes after the times displayed in the time-grid (assuming

Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-10 Thread Samuel Wales
i am confused org-agenda-current-time-string seems similar org-agenda-time-grid says "The second item is a string which will be placed behind the grid time." On 7/6/17, Alex Branham wrote: > Hello, > > This small patch allows users to customize the string to display after

Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-10 Thread Nicolas Goaziou
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

Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-07 Thread Alex Branham
Hi - On Fri 07 Jul 2017 at 07:32, Nicolas Goaziou wrote: > Would it be better to extend `org-agenda-time-grid' instead? It could, > e.g., support a fourth element in the list. Sure, that's possible. Patch attached. Note that this way, users who have set

Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-07 Thread Nicolas Goaziou
Hello, Alex Branham writes: > This small patch allows users to customize the string to display after the > time in the agenda view. > > I think I formatted the patch correctly, but please let me know if > I missed something, Thank you. Would it be better to extend

[O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-07 Thread Alex Branham
Hello, This small patch allows users to customize the string to display after the time in the agenda view. I think I formatted the patch correctly, but please let me know if I missed something, Alex >From