Hi Sam,
Sam Steingold writes:
> emacs -Q -f package-initialize --eval "(require 'ob)" --eval "(and
> (cl-assert (featurep 'ob)) (cl-assert (not (featurep 'org" --eval
> "(call-interactively 'calendar)"
OK, I understand now, thanks for the reproducible recipe.
> How about, minimally:
I add
To reproduce:
emacs -Q -f package-initialize --eval "(require 'ob)" --eval "(and (cl-assert
(featurep 'ob)) (cl-assert (not (featurep 'org" --eval "(call-interactively
'calendar)"
The emacs needs to be at least 165f738382.
How about, minimally:
diff --git a/lisp/org/org-compat.el b/lisp/o
Hi Sam,
Sam Steingold writes:
> Looks like a bug in ein,
> https://github.com/millejoh/emacs-ipython-notebook/issues/668
Thanks for the follow-up.
I looked at ein-notebooklist.el a bit, where I could not understand
why logging in would call org--setup-calendar-bindings but I don't
know ein and
Looks like a bug in ein,
https://github.com/millejoh/emacs-ipython-notebook/issues/668
On Fri, 14 Feb 2020 at 05:03, Bastien wrote:
>
> Hi Sam,
>
> Sam Steingold writes:
>
> > If you tell me what to do, I would gladly do it.
> > I am afraid I am too busy to investigate it myself...
>
> if you ca
Hi Sam,
Sam Steingold writes:
> If you tell me what to do, I would gladly do it.
> I am afraid I am too busy to investigate it myself...
if you can share your .emacs file (removing private information)
I can try to bisect and find what causes Org to be loaded: you can
send it to me in private i
Hi Bastien,
If you tell me what to do, I would gladly do it.
I am afraid I am too busy to investigate it myself...
sorry
On Thu, 13 Feb 2020 at 10:41, Bastien wrote:
>
> Hi Sam,
>
> Sam Steingold writes:
>
> > Yes, I still have to (remove-hook 'calendar-mode-hook
> > 'org--setup-calendar-bindin
Hi Sam,
Sam Steingold writes:
> Yes, I still have to (remove-hook 'calendar-mode-hook
> 'org--setup-calendar-bindings) manually
The hook is not added until Org is loaded -- can you track down
why org-mode gets loaded?
--
Bastien
Yes, I still have to (remove-hook 'calendar-mode-hook
'org--setup-calendar-bindings) manually
On Thu, 13 Feb 2020 at 03:43, Bastien wrote:
>
> Eli Zaretskii writes:
>
> > So I think you should report this to Org developers first, because it
> > sounds like an Org bug.
>
> I suspect org-compat.el
Eli Zaretskii writes:
> So I think you should report this to Org developers first, because it
> sounds like an Org bug.
I suspect org-compat.el was loaded by some lingering installation of Org.
Sam, do you still get this bug?
--
Bastien