Closed flyingns closed 4 years ago
The same problem, issues #268 has been closed, I also encountered this problem, and tried to solve it, but without success.
When I went back to the previous commit 24b5879, the problem was still not solved. A few days ago, I was sure that it was working properly. During this period, I updated some packages through doom sync (sorry I didn’t notice which packages were updated ).
I faced the same problem a few days ago.
I'm using Emacs 26.3 on Spacemacs.
I added
(require 'org-journal)
in configuration file.
This has not occurred since then.
I hope this helps in some way.
I was able to reproduce it. There must be something wrong with the autoloads.
@tnira Aha, that is indeed the case, which is strange. I tried (require'org-journal)
and it did solve the problem.
@flyingns @tnira Should be fixed.
The reason was that org-compat
was adding a key binding i
for org-agenda-diary-entry
, see org-calendar-insert-diary-entry-key
in org-compat
. The simplest solution would have been to always unset the key binding i
first (https://github.com/bastibe/org-journal/commit/b9289931d0eb3fe0f7b3a30f6f727f26d4ce95b3) . Anyway, org-journal
has now it's own prefix key j
inside calendar-mode-map
.
@cslux Thank you for your work.
My pleasure!
It works, thanks! Those shortcuts are mentioned on readme.org
, someone should change that when possible. Thank you again.
Thanks for your work, it works very well. @cslux
Those shortcuts are mentioned on
readme.org
, someone should change that when possible.
Thanks, done!
When I update to commit
d8f2273
.Describe the bug When trying to open emacs calendar dependent functions in org-mode, with shortcut
C-c .
orC-c C-s
orC-c C-d
etc. for instance , calendar doesnt comes up front, and user receives the warning on the mini-buffer: "key sequence i j starts with non-prefix key i"To Reproduce Try to use calendar based functions in org-mode.
Expected behavior Calendar should get properly displayed.
Debugger entered
Desktop (please complete the following information):