From: Carsten Dominik <carsten.dominik@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: [BUG] Re: Time range end in agenda view not displayed
Date: Wed, 5 Oct 2011 14:53:22 +0000 (UTC) [thread overview]
Message-ID: <loom.20111005T165104-739@post.gmane.org> (raw)
In-Reply-To: 87hb3u3xeo.fsf@gmail.com
Niels Giesen <niels.giesen <at> gmail.com> writes:
passed."
> org-agenda-timerange-leaders)
> (1+ (- d0 d1)) (1+ (- d2 d1)))
> head category tags
> - (cond ((= d1 d0)
> + (cond ((and (= d1 d0) (= d2 d0))
> + (concat "<" start-time ">--<" end-time ">"))
> + ((= d1 d0)
> (concat "<" start-time ">"))
> ((= d2 d0)
> (concat "<" end-time ">"))
Thanks, this patch has been accepted.
- Carsten
next prev parent reply other threads:[~2011-10-05 14:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-30 10:00 Time range end in agenda view not displayed michael holzer
2011-09-30 10:27 ` Daniel Bausch
2011-09-30 10:32 ` Memnon Anon
2011-09-30 11:05 ` [BUG] " Giovanni Ridolfi
2011-09-30 14:41 ` Niels Giesen
2011-09-30 16:42 ` Michael Brand
2011-10-05 14:53 ` Carsten Dominik [this message]
2011-10-05 15:53 ` Niels Giesen
2011-09-30 11:58 ` michael holzer
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20111005T165104-739@post.gmane.org \
--to=carsten.dominik@gmail.com \
--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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).