all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Recurring events with ranges broken
@ 2011-04-07  8:30 Philipp M.
  2011-04-11  8:18 ` Giovanni Ridolfi
  0 siblings, 1 reply; 8+ messages in thread
From: Philipp M. @ 2011-04-07  8:30 UTC (permalink / raw)
  To: emacs-orgmode

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

In the recent org-mode realease something recurring ranges with timestamps
are not properly recognized in the agenda.
This wont work:
<2011-04-07 Thu +1w>--<2011-04-20 Wed>

Things get even messier when timestamps are involved: <2011-04-07 Thu
17:30-18:40 +1w>--<2011-04-20 Wed>

The usual fix is to use a diary sexp and put the time in the heading:

* 17:30-18:40 foo
<%%(and (= 3 (calendar-day-of-week date)) (diary-block 4 1 2011 9 30
2011)))>

Which in turn breaks exporting to iCalendar and is an ugly hack.

Unfortunately I'm not good enough at lisp to fix it myself, so I'd volunteer
for testing if someone is interested to fix it. As I can see it their are
multiple solutions: Either allow the diary sexp to use time or change the
way the ranges work.

[-- Attachment #2: Type: text/html, Size: 846 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-04-15 10:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07  8:30 Recurring events with ranges broken Philipp M.
2011-04-11  8:18 ` Giovanni Ridolfi
2011-04-11  9:28   ` Radosław Grzanka
2011-04-13  9:35   ` Philipp M.
2011-04-13 12:52     ` Carsten Dominik
2011-04-15  3:04     ` Matt Lundin
2011-04-15 10:07       ` Philipp M.
2011-04-15 10:29         ` Carsten Dominik

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.