* org-ref-helm-insert-cite-link change the formatted citations include urls
@ 2022-06-07 8:29 Uwe Brauer
2022-06-07 9:41 ` [SOLVED] (was: org-ref-helm-insert-cite-link change the formatted citations include urls) Uwe Brauer
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Brauer @ 2022-06-07 8:29 UTC (permalink / raw)
To: emacs-orgmode
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
}
How can I achieve this?
Thanks and regards
Uwe Brauer
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [SOLVED] (was: org-ref-helm-insert-cite-link change the formatted citations include urls)
2022-06-07 8:29 org-ref-helm-insert-cite-link change the formatted citations include urls Uwe Brauer
@ 2022-06-07 9:41 ` Uwe Brauer
0 siblings, 0 replies; 2+ messages in thread
From: Uwe Brauer @ 2022-06-07 9:41 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 719 bytes --]
>>> "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 #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-07 9:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-07 8:29 org-ref-helm-insert-cite-link change the formatted citations include urls Uwe Brauer
2022-06-07 9:41 ` [SOLVED] (was: org-ref-helm-insert-cite-link change the formatted citations include urls) Uwe Brauer
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).