>>> "UB" == Uwe Brauer <[email protected]> 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
smime.p7s
Description: S/MIME cryptographic signature
