emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-cite and org-ref-cite
@ 2022-02-25  7:50 Henrik Frisk
  2022-02-25  8:27 ` Nicolas Goaziou
  2022-02-25 12:56 ` Eric S Fraga
  0 siblings, 2 replies; 7+ messages in thread
From: Henrik Frisk @ 2022-02-25  7:50 UTC (permalink / raw)
  To: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]

Hi,

I have now finally got around to changing my setup to  org-cte. It works
really well! The only thing I can't seem to sort out is to change the style
of the citation. Regardless where I do it I get the error "Wrong type
argument: org-cite-processor,"

Another question: if I would like to export to LaTeX but with citation
commands rather than formated citations, would that be possible? I am sorry
if I'm missing something obviuos.

Thanks,
/Henrik

[-- Attachment #2: Type: text/html, Size: 596 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-cite and org-ref-cite
  2022-02-25  7:50 org-cite and org-ref-cite Henrik Frisk
@ 2022-02-25  8:27 ` Nicolas Goaziou
  2022-02-25 12:56 ` Eric S Fraga
  1 sibling, 0 replies; 7+ messages in thread
From: Nicolas Goaziou @ 2022-02-25  8:27 UTC (permalink / raw)
  To: Henrik Frisk; +Cc: org-mode-email

Hello,

Henrik Frisk <frisk.h@gmail.com> writes:

> I have now finally got around to changing my setup to  org-cte. It works
> really well! The only thing I can't seem to sort out is to change the style
> of the citation. Regardless where I do it I get the error "Wrong type
> argument: org-cite-processor,"
>
> Another question: if I would like to export to LaTeX but with citation
> commands rather than formated citations, would that be possible? I am sorry
> if I'm missing something obviuos.

Could you show an example of a source document and what you expect as an output?

Regards,
-- 
Nicolas Goaziou


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-cite and org-ref-cite
  2022-02-25  7:50 org-cite and org-ref-cite Henrik Frisk
  2022-02-25  8:27 ` Nicolas Goaziou
@ 2022-02-25 12:56 ` Eric S Fraga
  2022-02-26 13:40   ` Henrik Frisk
  1 sibling, 1 reply; 7+ messages in thread
From: Eric S Fraga @ 2022-02-25 12:56 UTC (permalink / raw)
  To: Henrik Frisk; +Cc: org-mode-email

On Friday, 25 Feb 2022 at 08:50, Henrik Frisk wrote:
> The only thing I can't seem to sort out is to change the style of the
> citation. Regardless where I do it I get the error "Wrong type
> argument: org-cite-processor,"

It would help if you could post a minimal example.

>
> Another question: if I would like to export to LaTeX but with citation
> commands rather than formated citations, would that be possible? I am
> sorry if I'm missing something obviuos.

Yes, definitely possible.  I have the following:

#+cite_export: bibtex plain

which does the job very well for LaTeX export.
-- 
: Eric S Fraga, with org release_9.5.2-385-g37d8bc in Emacs 29.0.50


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-cite and org-ref-cite
  2022-02-25 12:56 ` Eric S Fraga
@ 2022-02-26 13:40   ` Henrik Frisk
  2022-02-26 15:11     ` John Kitchin
  0 siblings, 1 reply; 7+ messages in thread
From: Henrik Frisk @ 2022-02-26 13:40 UTC (permalink / raw)
  To: Org Mode List

[-- Attachment #1: Type: text/plain, Size: 1043 bytes --]

Den fre 25 feb. 2022 kl 13:56 skrev Eric S Fraga <e.fraga@ucl.ac.uk>:

> On Friday, 25 Feb 2022 at 08:50, Henrik Frisk wrote:
> > The only thing I can't seem to sort out is to change the style of the
> > citation. Regardless where I do it I get the error "Wrong type
> > argument: org-cite-processor,"
>
> It would help if you could post a minimal example.
>
> Of course, I should have done it right away. This is related to
org-ref-cite:

If I click on a reference, say [cite/t:@Smith2022] I get a hydra menu in
which I can choose 's: Change style'. Choosing that generates a 'Wrong type
argument: org-cite-processor,' message. Same if I do C-u C-c \ to insert a
new refernce and choose style.

>
> > Another question: if I would like to export to LaTeX but with citation
> > commands rather than formated citations, would that be possible? I am
> > sorry if I'm missing something obviuos.
>
> Yes, definitely possible.  I have the following:
>
> #+cite_export: bibtex plain
>
> Excellent, that was what I was looking for. Thanks!
>

/Henrik

[-- Attachment #2: Type: text/html, Size: 1863 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-cite and org-ref-cite
  2022-02-26 13:40   ` Henrik Frisk
@ 2022-02-26 15:11     ` John Kitchin
  2022-02-27  9:38       ` Henrik Frisk
  0 siblings, 1 reply; 7+ messages in thread
From: John Kitchin @ 2022-02-26 15:11 UTC (permalink / raw)
  To: Henrik Frisk; +Cc: Org Mode List

[-- Attachment #1: Type: text/plain, Size: 1965 bytes --]

I would not recommend org-ref-cite (https://github.com/jkitchin/org-ref-cite).
It was an early approach to trying to integrate org-ref with oc-cite. As
far as I know, it worked fine for that, and was pretty complete for
citations, but I have abandoned this approach and archived the repo. If
anyone would like to take over this repo I would be happy to transfer it.

If you are looking for something above and beyond the default oc-cite
capabilities, https://github.com/bdarcus/citar is probably a better choice
than org-ref-cite as it is actively developed.

John

-----------------------------------
Professor John Kitchin (he/him/his)
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu



On Sat, Feb 26, 2022 at 8:42 AM Henrik Frisk <frisk.h@gmail.com> wrote:

>
>
> Den fre 25 feb. 2022 kl 13:56 skrev Eric S Fraga <e.fraga@ucl.ac.uk>:
>
>> On Friday, 25 Feb 2022 at 08:50, Henrik Frisk wrote:
>> > The only thing I can't seem to sort out is to change the style of the
>> > citation. Regardless where I do it I get the error "Wrong type
>> > argument: org-cite-processor,"
>>
>> It would help if you could post a minimal example.
>>
>> Of course, I should have done it right away. This is related to
> org-ref-cite:
>
> If I click on a reference, say [cite/t:@Smith2022] I get a hydra menu in
> which I can choose 's: Change style'. Choosing that generates a 'Wrong
> type argument: org-cite-processor,' message. Same if I do C-u C-c \ to
> insert a new refernce and choose style.
>
> >
>> > Another question: if I would like to export to LaTeX but with citation
>> > commands rather than formated citations, would that be possible? I am
>> > sorry if I'm missing something obviuos.
>>
>> Yes, definitely possible.  I have the following:
>>
>> #+cite_export: bibtex plain
>>
>> Excellent, that was what I was looking for. Thanks!
>>
>
> /Henrik
>
>

[-- Attachment #2: Type: text/html, Size: 3454 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-cite and org-ref-cite
  2022-02-26 15:11     ` John Kitchin
@ 2022-02-27  9:38       ` Henrik Frisk
  2022-03-03  8:58         ` Eric S Fraga
  0 siblings, 1 reply; 7+ messages in thread
From: Henrik Frisk @ 2022-02-27  9:38 UTC (permalink / raw)
  To: John Kitchin; +Cc: Org Mode List

[-- Attachment #1: Type: text/plain, Size: 752 bytes --]

Den lör 26 feb. 2022 kl 16:11 skrev John Kitchin <jkitchin@andrew.cmu.edu>:

> I would not recommend org-ref-cite (
> https://github.com/jkitchin/org-ref-cite). It was an early approach to
> trying to integrate org-ref with oc-cite. As far as I know, it worked fine
> for that, and was pretty complete for citations, but I have abandoned this
> approach and archived the repo. If anyone would like to take over this repo
> I would be happy to transfer it.
>
> If you are looking for something above and beyond the default oc-cite
> capabilities, https://github.com/bdarcus/citar is probably a better
> choice than org-ref-cite as it is actively developed.
>
>
I see. Didn't realize that. I will look into citar then, thanks!

/Henrik

[-- Attachment #2: Type: text/html, Size: 1285 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-cite and org-ref-cite
  2022-02-27  9:38       ` Henrik Frisk
@ 2022-03-03  8:58         ` Eric S Fraga
  0 siblings, 0 replies; 7+ messages in thread
From: Eric S Fraga @ 2022-03-03  8:58 UTC (permalink / raw)
  To: Henrik Frisk; +Cc: Org Mode List

On Sunday, 27 Feb 2022 at 10:38, Henrik Frisk wrote:
> I see. Didn't realize that. I will look into citar then, thanks!

citar works very well.  Recommended.

-- 
: Eric S Fraga, with org release_9.5.2-386-g77d942 in Emacs 29.0.50


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-03-03  9:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25  7:50 org-cite and org-ref-cite Henrik Frisk
2022-02-25  8:27 ` Nicolas Goaziou
2022-02-25 12:56 ` Eric S Fraga
2022-02-26 13:40   ` Henrik Frisk
2022-02-26 15:11     ` John Kitchin
2022-02-27  9:38       ` Henrik Frisk
2022-03-03  8:58         ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).