* Project name change: bibtex-actions -> citar
@ 2021-10-31 22:49 Bruce D'Arcus
2021-11-05 14:23 ` Eric S Fraga
2021-11-05 14:27 ` Eric S Fraga
0 siblings, 2 replies; 5+ messages in thread
From: Bruce D'Arcus @ 2021-10-31 22:49 UTC (permalink / raw)
To: org-mode-email
[-- Attachment #1: Type: text/plain, Size: 345 bytes --]
For those of you who have been using oc-bibtex-actions with org-cite, two
relevant name changes:
First, packages are now "citar" and "citar-org", and the melpa recipe
simply "citar".
Naturally all related variable and functions names also change accordingly.
Second, the org-cite processor name is just "citar".
Sorry for any hassle.
Bruce
[-- Attachment #2: Type: text/html, Size: 664 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Project name change: bibtex-actions -> citar
2021-10-31 22:49 Project name change: bibtex-actions -> citar Bruce D'Arcus
@ 2021-11-05 14:23 ` Eric S Fraga
2021-11-05 14:30 ` Bruce D'Arcus
2021-11-05 14:27 ` Eric S Fraga
1 sibling, 1 reply; 5+ messages in thread
From: Eric S Fraga @ 2021-11-05 14:23 UTC (permalink / raw)
To: Bruce D'Arcus; +Cc: org-mode-email
On Sunday, 31 Oct 2021 at 18:49, Bruce D'Arcus wrote:
> For those of you who have been using oc-bibtex-actions with org-cite,
> two relevant name changes:
>
> First, packages are now "citar" and "citar-org", and the melpa recipe simply "citar".
Hi Bruce,
I decided to try this out. Installing citar from melpa gives this error:
,----
| Compiling file /home/ucecesf/.emacs.d/elpa,v28/citar-20211105.1136/citar-latex.el at Fri Nov 5 14:21:17 2021
| citar-latex.el:39:1: Error: Cannot open load file: No such file or directory, tex
`----
thank you,
eric
--
: Eric S Fraga via Emacs 28.0.60, Org release_9.5-192-gd4e192
: Latest paper written in org: https://arxiv.org/abs/2106.05096
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Project name change: bibtex-actions -> citar
2021-10-31 22:49 Project name change: bibtex-actions -> citar Bruce D'Arcus
2021-11-05 14:23 ` Eric S Fraga
@ 2021-11-05 14:27 ` Eric S Fraga
1 sibling, 0 replies; 5+ messages in thread
From: Eric S Fraga @ 2021-11-05 14:27 UTC (permalink / raw)
To: Bruce D'Arcus; +Cc: org-mode-email
In any case, trying to use citar, the first use tells me:
citar--get-candidates: Make sure to set citar-bibliography and related paths
Why does citar not use org-cite-global-bibliography by default or if
citar-bibliography is nil?
oc-bibtex-actions did not require any settings?
thank you,
eric
--
: Eric S Fraga via Emacs 28.0.60, Org release_9.5-192-gd4e192
: Latest paper written in org: https://arxiv.org/abs/2106.05096
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Project name change: bibtex-actions -> citar
2021-11-05 14:23 ` Eric S Fraga
@ 2021-11-05 14:30 ` Bruce D'Arcus
2021-11-05 14:45 ` Eric S Fraga
0 siblings, 1 reply; 5+ messages in thread
From: Bruce D'Arcus @ 2021-11-05 14:30 UTC (permalink / raw)
To: Org Mode List
On Fri, Nov 5, 2021 at 10:23 AM Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
>
> On Sunday, 31 Oct 2021 at 18:49, Bruce D'Arcus wrote:
> > For those of you who have been using oc-bibtex-actions with org-cite,
> > two relevant name changes:
> >
> > First, packages are now "citar" and "citar-org", and the melpa recipe simply "citar".
>
> Hi Bruce,
>
> I decided to try this out. Installing citar from melpa gives this error:
>
> ,----
> | Compiling file /home/ucecesf/.emacs.d/elpa,v28/citar-20211105.1136/citar-latex.el at Fri Nov 5 14:21:17 2021
> | citar-latex.el:39:1: Error: Cannot open load file: No such file or directory, tex
> `----
Seems that file is included in auctex. Do you not have it installed?
> Why does citar not use org-cite-global-bibliography by default or if
citar-bibliography is nil?
I had removed the default to bibtex-completion-bibliography, in
preparation for removing the bibtex-completion dependency.
But no good reason; I'll add that.
Bruce
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Project name change: bibtex-actions -> citar
2021-11-05 14:30 ` Bruce D'Arcus
@ 2021-11-05 14:45 ` Eric S Fraga
0 siblings, 0 replies; 5+ messages in thread
From: Eric S Fraga @ 2021-11-05 14:45 UTC (permalink / raw)
To: Bruce D'Arcus; +Cc: Org Mode List
[-- Attachment #1: Type: text/plain, Size: 864 bytes --]
On Friday, 5 Nov 2021 at 10:30, Bruce D'Arcus wrote:
> Seems that file is included in auctex. Do you not have it installed?
I do not have auctex installed. If it's necessary, maybe the melpa
recipe should have it as a dependency? Or maybe avoid depending on that
package? Since I moved wholesale to org for writing articles etc. a
very long time ago, I stopped using auctex.
> I had removed the default to bibtex-completion-bibliography, in
> preparation for removing the bibtex-completion dependency.
>
> But no good reason; I'll add that.
Thank you.
One final point (for today): if I M-x customize-group RET citar RET, I
get all kinds of settings that say I shouldn't be seeing... screenshot
attached.
Thanks again,
eric
--
: Eric S Fraga via Emacs 28.0.60, Org release_9.5-192-gd4e192
: Latest paper written in org: https://arxiv.org/abs/2106.05096
[-- Attachment #2: screendump-20211105144327.png --]
[-- Type: image/png, Size: 93221 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-11-05 14:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-31 22:49 Project name change: bibtex-actions -> citar Bruce D'Arcus
2021-11-05 14:23 ` Eric S Fraga
2021-11-05 14:30 ` Bruce D'Arcus
2021-11-05 14:45 ` Eric S Fraga
2021-11-05 14:27 ` Eric S Fraga
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.