From: William Denton <wtd@pobox.com>
To: emacs-orgmode@gnu.org
Subject: Citation bug: cite/a does not work with basic
Date: Thu, 23 Nov 2023 01:44:25 -0500 (EST) [thread overview]
Message-ID: <alpine.DEB.2.22.394.2311230124110.19367@shell3.miskatonic.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]
I'm finally starting to investigate citations (what an astounding amount of work
went into it all!) and ran across what seems to be a small bug.
Test.bib file:
@article{test2023,
title = {Title Here},
author = {Denton, William},
date = {2023-11-23},
journaltitle = {Journal Title},
volume = {2},
number = {3},
issue = {5}
}
Make an Org file with three lines, using cite/a to get the author citation:
┌
│ #+bibliography: Test.bib
│ #+cite_export: basic author author-year
│ [cite/a:@test2023]
└
Try to export it to LaTeX with "C-c C-e l l" and we get this error:
Wrong type argument: characterp, raw
However, change it to cite/n: or cite/t: or just plain cite: and it will work.
I think it should work with cite/a, but I'm not sure what's going on.
Thanks,
Bill
--
William Denton
https://www.miskatonic.org/
Librarian, artist and licensed private investigator.
Toronto, Canada
CO₂: 420.61 ppm (Mauna Loa Observatory, 2023-11-21)
next reply other threads:[~2023-11-23 6:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-23 6:44 William Denton [this message]
2023-12-05 11:09 ` Citation bug: cite/a does not work with basic Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.DEB.2.22.394.2311230124110.19367@shell3.miskatonic.org \
--to=wtd@pobox.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.