all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* sexp and icalendar-export-file
@ 2021-05-23  4:12 Andreas Gösele
  2021-05-24  4:03 ` Andreas Gösele
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Gösele @ 2021-05-23  4:12 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

in my diary file I rely heavily on expressions like

%%(and (= (calendar-day-of-week date) 3) (diary-block 20 4 2020 24 7
       2020) (not (or (diary-date 1 5 2020) (diary-date 21 5 2020)
       (diary-date 1 6 2020) (diary-date 2 6 2020) (diary-date 11 6
       2020)))) 8:00-10:00 Some important event

This works well in the Calendar.

But it doesn't work with icalendar-export-file.

I guess it is one of the "self-made sexp entries" that "are not
understood" as per icalendar.el

Is there any way I could export something like this into an icalendar
file?

Or is there any way I could achieve the same thing with another kind of
expression which can be exported? (Of course, I don't want to list the
single dates!)

Basically the expressions combines a week day, a diary block and some
exceptions. (Actually I also use sexp expressions which combine two or
three weekdays, a diary block and exceptions, but I could live without
that.)

Thanks a lot!

Andreas




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

end of thread, other threads:[~2021-05-24 19:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-23  4:12 sexp and icalendar-export-file Andreas Gösele
2021-05-24  4:03 ` Andreas Gösele
2021-05-24  7:03   ` Jean Louis
2021-05-24  7:11   ` Jean Louis
2021-05-24 10:52   ` Michael Heerdegen
2021-05-24 11:30     ` Michael Heerdegen
2021-05-24 19:13   ` Andreas Gösele

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.