Khalid Rafi <[email protected]> writes:

> What is the resulted date of that expression? And how can I see that?

diary-sexps do not return dates. Instead, they return t or nil depending
on the value of `date' i.e. a list '(month day year). If the sexp
returns t, the entry appears on the org agenda (or diary) on the
matching date.

This diary-sexp should work:

%%(equal (seq-take (calendar-islamic-from-absolute 
(calendar-absolute-from-gregorian date)) 2) '(9 1)) Start of Ramadan

It returns t on Feb 18, 2026. That should correspond to the first day of
the ninth month in the Islamic calendar.

Reply via email to