all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: emacs-orgmode@gnu.org
Subject: query about past scheduled events display in agenda
Date: Thu, 16 Mar 2017 06:44:21 +0000	[thread overview]
Message-ID: <87y3w5hgai.fsf@ucl.ac.uk> (raw)

[-- Attachment #1: Type: text/plain, Size: 1049 bytes --]

Something has been bothering me (in an æsthetic way) for some
time.  When an event scheduled for the day before is displayed in the
default agenda view, it displays the days overdue as "2" which seems
wrong to me.  I wonder if somebody can give me the justification for
this?

The code in question, with my own change to fix this to display "1" day
overdue in such cases, is:

--8<---------------cut here---------------start------------->8---
@@ -6214,7 +6214,7 @@ scheduled items with an hour specification like [h]h:mm."
 		     (pcase-let ((`(,first ,past) org-agenda-scheduled-leaders))
 		       ;; Show a reminder of a past scheduled today.
 		       (if (and todayp pastschedp)
-			   (format past (1+ diff))
+			   (format past diff)
 			 first))
 		     head level category tags time nil habitp))
 		   (face (cond ((and (not habitp) pastschedp)
--8<---------------cut here---------------end--------------->8---

thanks,
eric

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.5-370-g9f3a02.dirty

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

             reply	other threads:[~2017-03-16  9:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16  6:44 Eric S Fraga [this message]
2017-03-16 12:05 ` query about past scheduled events display in agenda Nicolas Goaziou
2017-03-16 13:45   ` Detlef Steuer
     [not found]   ` <8bd8d4fb8cea4cff82b125f05ba756dd@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2017-03-16 19:10     ` Eric S Fraga
2017-03-16 20:08       ` Nicolas Goaziou
2017-03-16 21:38         ` Eric Abrahamsen
2017-03-16 21:41         ` Detlef Steuer
2017-03-17  7:42           ` Nicolas Goaziou
     [not found]           ` <7012a92309344f42a06f70734e960c7d@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2017-03-17  8:26             ` Eric S Fraga
     [not found]       ` <9e394e1f1cb44a288d889925ec89710b@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2017-03-17  6:59         ` Eric S Fraga
2017-03-16 21:55 ` Samuel Wales

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y3w5hgai.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.