Re: org-journal key-bind confusion

2022-01-02 Thread Colin Baxter 


I've changed the kbd for org-journal-new-entry to "C-c j". Simpler too.

Thanks.

Best wishes, Colin -



Re: org-journal key-bind confusion

2022-01-02 Thread Colin Baxter 
Thank you for the reply.

> Ihor Radchenko  writes:

> Colin Baxter   writes:
>> There appears to be confusion between "org-journal-new-entry" and
>> "org-goto". My ME is:
>> 
>> 1. emacs -Q  (I used emacs-29.0.50) 2. M-x load-library
>>  3. /path/to/org-journal.el  4. C-h c 5. C-c C-j
>> 6. "C-c C-j runs the command org-journal-new-entry" 7. Create an
>> org file (say "test.org") from C-x C-f 8. C-h c 9. C-c C-j
>> 10. "C-c C-j runs the command org-goto"

> Note that org-journal is not a part of Org.  From a quick glance
> at the source code, C-c C-j for org-journal only works in
> org-journal-mode.

Yes, that is correct.

> I do not see anything wrong on Org side. Moreover, this issue is
> explicitly mentioned in
> 
https://github.com/bastibe/org-journal#some-key-bindings-in-org-journal-conflict-with-org-mode-key-bindings

I didn't know of the URL mentioning the issue, thanks.

Best wishes,

Colin -



Re: org-journal key-bind confusion

2022-01-02 Thread Ihor Radchenko
Colin Baxter   writes:

> There appears to be confusion between "org-journal-new-entry" and
> "org-goto". My ME is:
>
> 1. emacs -Q  (I used emacs-29.0.50)
> 2. M-x load-library 
> 3. /path/to/org-journal.el 
> 4. C-h c 
> 5. C-c C-j
> 6. "C-c C-j runs the command org-journal-new-entry"
> 7. Create an org file (say "test.org") from C-x C-f
> 8. C-h c
> 9. C-c C-j
> 10. "C-c C-j runs the command org-goto"

Note that org-journal is not a part of Org.
>From a quick glance at the source code, C-c C-j for org-journal only
works in org-journal-mode.

I do not see anything wrong on Org side. Moreover, this issue is
explicitly mentioned in 
https://github.com/bastibe/org-journal#some-key-bindings-in-org-journal-conflict-with-org-mode-key-bindings

Best,
Ihor



org-journal key-bind confusion

2022-01-01 Thread Colin Baxter 


There appears to be confusion between "org-journal-new-entry" and
"org-goto". My ME is:

1. emacs -Q  (I used emacs-29.0.50)
2. M-x load-library 
3. /path/to/org-journal.el 
4. C-h c 
5. C-c C-j
6. "C-c C-j runs the command org-journal-new-entry"
7. Create an org file (say "test.org") from C-x C-f
8. C-h c
9. C-c C-j
10. "C-c C-j runs the command org-goto"

Best wishes,

Colin Baxter.