kickingvegas / casual-agenda

Casual Agenda is an opinionated Transient-based user interface for Emacs Org Agenda.
GNU General Public License v3.0
23 stars 1 forks source link

Transient wrong-number-of-arguments error #17

Open torusJKL opened 1 week ago

torusJKL commented 1 week ago

When using "C-o" to activate casual-agenda-tmenu I get the following error:

internal-macroexpand-for-load: Eager macro-expansion failure: (wrong-number-of-arguments #<subr transient--expand-define-args> 3)

I'm using emacs 29.3, org 9.7.11 and Transient 0.7.5.

kickingvegas commented 1 week ago

Thanks for sharing this. Unfortunately I do not have enough information to reproduce what you are seeing. Are you using use-package? If so then please ensure that you are using the :after key as described at this link.

kickingvegas commented 11 hours ago

@torusJKL any followup?