emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Citations bug with basic processor, plain bibliographies, LaTeX


From: William Denton
Subject: Re: Citations bug with basic processor, plain bibliographies, LaTeX
Date: Mon, 18 Dec 2023 11:16:50 -0500 (EST)
User-agent: Alpine 2.22 (DEB 394 2020-01-19)

Ihor, you patched this, but I rebuilt Org and tried again and it fails with a *Messages* showing a slightly different error:

org-cite-basic--shorten-names: Wrong type argument: stringp, (raw nil #("van Dongen, M.R.C." 0 18 (:parent #0)))

Soon all of these bugs will be squashed!

Thanks,

Bill

On 15 December 2023, William Denton wrote:

I've found a bug on main that I think is related to the recent patches about raw string objects.

Try this as Basic.bib:

@book{friends,
 title = {{{LaTeX}} and Friends},
 author = {van Dongen, M.R.C.},
 date = {2012},
 location = {Berlin},
 publisher = {Springer},
 doi = {10.1007/978-3-642-23816-1},
 isbn = {9783642238161}
}

And then this as basic.org:

# ----------

#+bibliography: Basic.bib
#+cite_export: basic plain numeric
[cite:@friends]
#+print_bibliography:

# ----------

Exporting to text, HTML or ODT works, but trying with LaTeX gives this error:

mapconcat: Wrong type argument: stringp, (raw nil #("van Dongen, M.R.C." 0 18 (:parent #0)))


--
William Denton
https://www.miskatonic.org/
Librarian, artist and licensed private investigator.
Toronto, Canada
CO₂: 422.67 ppm (Mauna Loa Observatory, 2023-12-17)

reply via email to

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