Jorge Morais Neto <jorge13...@gmail.com> writes: Hi Jorge,
Thanks for sharing that, I didn't even remember org-expiry. Very clever use of it! You seem to know more about elisp than you give yourself credit for. :) > Suggestions welcome. It currently > gives compile warnings, which I ignore for now: > > J-org.el:18:1:Warning: defcustom for ‘J-insert-created’ fails to specify > containing group You can fix that by adding e.g. ":group 'org" to the defcustom. Normally the defcustom would pick up whatever group was last defined in the same file.