Re: [PATCH] oc-bibtex.el: add :follow property from oc-basic

2021-10-21 Thread Eric S Fraga
Just to say that I recompiled org and reloaded and following a citation now works "out of the box". Caveat: I haven't restarted Emacs (it's my window manager and hence there's significant inertia against exiting Emacs...) so I'll verify everything next time I restart (which could be some time...).

Re: [PATCH] oc-bibtex.el: add :follow property from oc-basic

2021-10-21 Thread Eric S Fraga
On Thursday, 21 Oct 2021 at 12:18, Bruce D'Arcus wrote: > But the default org-cite-follow-processor is "basic", so it should now > work "out of the box". If for some reason it isn't, maybe there's an > issue there? Okay, I do have that variable set to basic so there must be something else wrong in

Re: [PATCH] oc-bibtex.el: add :follow property from oc-basic

2021-10-21 Thread Bruce D'Arcus
On Thu, Oct 21, 2021 at 11:58 AM Eric S Fraga wrote: > > Hi Bruce, > > thank you for the quick response. > > On Thursday, 21 Oct 2021 at 11:27, Bruce D'Arcus wrote: > > Maybe I'm missing something, but why is that necessary? > > It's highly likely that I am missing something (not a rare occurence

Re: [PATCH] oc-bibtex.el: add :follow property from oc-basic

2021-10-21 Thread Eric S Fraga
Hi Bruce, thank you for the quick response. On Thursday, 21 Oct 2021 at 11:27, Bruce D'Arcus wrote: > Maybe I'm missing something, but why is that necessary? It's highly likely that I am missing something (not a rare occurence ;-)) but, out of the box without explicitly specifying a follow funct

Re: [PATCH] oc-bibtex.el: add :follow property from oc-basic

2021-10-21 Thread Bruce D'Arcus
On Thu, Oct 21, 2021 at 10:29 AM Eric S Fraga wrote: > > Hello all, > > I may be violating some coding convention but the attached patch re-uses > the org-cite-basic-goto function from the basic org-cite processor to > implement the follow directive for the bibtex processor. Seemed like an > obvi