#1055860 elpa-org-contrib: should not bind C-c j

#1055860#5
Date:
2023-11-12 23:55:39 UTC
From:
To:
According to (info "(elisp) Key Binding Conventions")

     Don’t define ‘C-c LETTER’ as a key in Lisp programs.  Sequences
     consisting of ‘C-c’ and a letter (either upper or lower case; ASCII
     or non-ASCII) are reserved for users; they are the *only* sequences
     reserved for users, so do not block them.

#1055860#10
Date:
2023-11-13 13:02:06 UTC
From:
To:
"Debian Bug Tracking System" <owner@bugs.debian.org> writes:

The offending file is "org-secretary.el", which rebinds several keys
reserved for users. It seems to have registered "join" as an autoloaded
function from org-secretary.el, which sounds like a pretty bad choice of
name. I think I ran it by mistake when attempting to run #'join-line.