emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SOLVED] (was: org-ref-helm-insert-cite-link change the formatted citati


From: Uwe Brauer
Subject: [SOLVED] (was: org-ref-helm-insert-cite-link change the formatted citations include urls)
Date: Tue, 07 Jun 2022 11:41:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>>> "UB" == Uwe Brauer <oub@mat.ucm.es> writes:

> Hi

> When using org-ref-helm-insert-cite-link I would like to insert the
> urls, as in this example

> @Misc{Author,
>   author       = {Author},
>   title        = {Global existence of a nonlinear wave equation}
>   howpublished = {accepted for publication in Journal  (preprint in the 
> arXiv)},
>   eprint       = {123.456.888},
>   archivePrefix= {arXiv},
>   primaryClass = {math.AP},
>   url          = {https://arxiv.org/abs/123.456.888},
>   month        = {October},
>   year         = 2021
> }

(setq
 org-ref-formatted-citation-formats
   '(("text"
     ("org"
      ("misc" . "${author}, /${title}/ *${howpublished}* ${url} (${year}).")))))


Seems to work

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]