emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with diary sexps


From: Eric S Fraga
Subject: Re: problem with diary sexps
Date: Tue, 05 Apr 2022 11:51:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

On Tuesday,  5 Apr 2022 at 12:28, Christian Stuermer wrote:
> I've had the same problem after updating org from git with entries like
> The commit introducing it is
> https://github.com/bzg/org-mode/commit/6d73cd34a07796c33f9435bfc8c9a19e67656c7a
>
> And the problem is gone, after reverting
>
>         (result (if calendar-debug-sexp (eval sexp t)
>                   (condition-case nil
>                       (eval sexp t)
>
> back to
>
>         (result (if calendar-debug-sexp (eval sexp)
>                   (condition-case nil
>                       (eval sexp)
>
> in org-diary-sexp-entry in org.el.

Confirmed.  Reverting this particular change makes diary sexps work
again properly (i.e. without complaint).

Thank you,
eric

-- 
: Eric S Fraga, with org release_9.5.2-423-g6d73cd in Emacs 29.0.50



reply via email to

[Prev in Thread] Current Thread [Next in Thread]