Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread tomas
On Fri, Jun 25, 2021 at 06:54:25AM +1000, Tim Cross wrote: [...] > My view is that if org-mode is stealing the calendar bindings by default > i.e. user has not enabled some specific option/configuration to do this, > then this is a bug [...] AFAIU, Stephen just gave his green light to Stephen's p

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread Tim Cross
Stephen Berman writes: > On Thu, 24 Jun 2021 14:09:46 +0200 to...@tuxteam.de wrote: > >> On Thu, Jun 24, 2021 at 12:13:40PM +0200, Stephen Berman wrote: >>> On Wed, 23 Jun 2021 18:16:52 +0200 to...@tuxteam.de wrote: >>> >>> > On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: >>>

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread tomas
On Thu, Jun 24, 2021 at 05:04:02PM +0200, Nicolas Goaziou wrote: > Hello, > > Stephen Berman writes: > > > Yeah, the next time Org is merged to the Emacs master branch, forcing me > > to first stash and then reapply my patch locally, I'll ask if anyone > > objects to the patch being committed to

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread Nicolas Goaziou
Hello, Stephen Berman writes: > Yeah, the next time Org is merged to the Emacs master branch, forcing me > to first stash and then reapply my patch locally, I'll ask if anyone > objects to the patch being committed to master. Sure, go ahead. Regards, -- Nicolas Goaziou

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread Stephen Berman
On Thu, 24 Jun 2021 14:09:46 +0200 to...@tuxteam.de wrote: > On Thu, Jun 24, 2021 at 12:13:40PM +0200, Stephen Berman wrote: >> On Wed, 23 Jun 2021 18:16:52 +0200 to...@tuxteam.de wrote: >> >> > On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: >> > >> > [calendar insert-diary-entr

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread tomas
On Thu, Jun 24, 2021 at 12:13:40PM +0200, Stephen Berman wrote: > On Wed, 23 Jun 2021 18:16:52 +0200 to...@tuxteam.de wrote: > > > On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: > > > > [calendar insert-diary-entry doing funny things] > > > > OK, I solved it by setting `org-cale

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread Stephen Berman
On Wed, 23 Jun 2021 18:16:52 +0200 to...@tuxteam.de wrote: > On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: > > [calendar insert-diary-entry doing funny things] > > OK, I solved it by setting `org-calendar-insert-diary-entry-key' to > [106], which is a ?j. It was set to ?i, whic

[SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-23 Thread tomas
On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: [calendar insert-diary-entry doing funny things] OK, I solved it by setting `org-calendar-insert-diary-entry-key' to [106], which is a ?j. It was set to ?i, which hijacked calendar's original key map. Now I still don't know whethe

Re: Calendar vs. org-agenda exit

2021-06-23 Thread tomas
On Wed, Jun 23, 2021 at 05:16:50PM +0200, Marco Wahl wrote: > Hi. > > > is org mode rebinding keys in the calendar? > > Yes. "c" calls the Org agenda. > > "i" in the calendar calls org-agenda-diary-entry when > org-agenda-diary-file has been configured. (See function > org--setup-calendar-bind

Re: Calendar vs. org-agenda exit

2021-06-23 Thread Marco Wahl
Hi. > is org mode rebinding keys in the calendar? Yes. "c" calls the Org agenda. "i" in the calendar calls org-agenda-diary-entry when org-agenda-diary-file has been configured. (See function org--setup-calendar-bindings.) > I ask, because I've been using traditional calendar+diary; now, > wh

Calendar vs. org-agenda exit

2021-06-23 Thread tomas
Hi, is org mode rebinding keys in the calendar? I ask, because I've been using traditional calendar+diary; now, when I try to insert an entry (i-d in calendar), I get "Wrong type argument: commandp, org-agenda-diary-entry" The following experiment points in Org's general direction: - emacs