From: Kaushal Modi <kaushal.modi@gmail.com>
To: juh <juh@mailbox.org>
Cc: emacs-org list <emacs-orgmode@gnu.org>
Subject: Re: oc-basic "Wrong value for ENTRY-OR-KEY" error on emacs master (29.x) [Was: Bibliographies on export with ox-context and ox-epub]
Date: Mon, 9 May 2022 17:33:06 -0400 [thread overview]
Message-ID: <CAFyQvY3w3C+YZ-tiQgkkoY-G1KthK9EnTzq1wenZsuaAfO3jAA@mail.gmail.com> (raw)
In-Reply-To: <CAFyQvY24ZWJEgtx2QAy+XBPRC+8fnFMkxJqEYMAunmVCjUyngw@mail.gmail.com>
On Mon, May 9, 2022 at 10:21 AM Kaushal Modi <kaushal.modi@gmail.com> wrote:
> Can someone using emacs
> built from master branch confirm that they see this same error when
> `org-cite-process-bibliography` is called? It should be reproducible
> without using ox-hugo too.
Alright I was able to confirm this possibly upstream bug on Emacs 29
after building it from source.
Here's a minimal test recipe:
=====
#+title: "Wrong value for ENTRY-OR-KEY: nil" error on Emacs 29
#+bibliography: test.bib
#+begin_src bib :tangle test.bib
@article{Foo,
author={Bar},
journal={Zoo},
title={Foo by Bar},
year={2021}}
#+end_src
[cite:@Foo]
#+print_bibliography:
Evaluate the below code block.
#+begin_src emacs-lisp :results none
(org-babel-tangle)
(org-export-as 'ascii)
#+end_src
=====
1. Open the above file in Emacs.
2. Run C-c C-c in that emacs-lisp code block
On Emacs 28: No error
On Emacs 29: org-cite-basic--get-field: Wrong value for ENTRY-OR-KEY: nil
next prev parent reply other threads:[~2022-05-09 21:37 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-24 7:22 Bibliographies on export with ox-context and ox-epub juh
2021-11-24 8:43 ` Denis Maier
2021-11-24 9:32 ` juh
2021-11-24 10:59 ` Denis Maier
2021-11-24 11:36 ` juh
2021-11-24 19:29 ` András Simonyi
2021-11-25 11:19 ` juh
2021-11-25 12:49 ` András Simonyi
2021-11-25 13:53 ` juh
2021-12-01 13:42 ` Nicolas Goaziou
2021-12-01 14:44 ` juh
2021-12-01 14:57 ` juh
2021-12-01 15:01 ` Eric S Fraga
2021-12-02 8:11 ` juh
2021-12-02 15:46 ` Jason Ross
2021-12-01 15:06 ` Nicolas Goaziou
2022-01-11 20:41 ` juh
2022-01-12 14:53 ` Nicolas Goaziou
2022-01-12 16:38 ` juh
2022-01-12 16:39 ` juh
2022-01-12 17:00 ` Bruce D'Arcus
2022-01-12 17:05 ` John Kitchin
2022-05-09 14:21 ` oc-basic "Wrong value for ENTRY-OR-KEY" error on emacs master (29.x) [Was: Bibliographies on export with ox-context and ox-epub] Kaushal Modi
2022-05-09 21:33 ` Kaushal Modi [this message]
2022-05-09 21:44 ` Kaushal Modi
2022-05-10 15:10 ` Kaushal Modi
2022-05-11 11:36 ` Ihor Radchenko
2022-10-22 6:38 ` [PATCH] " Ihor Radchenko
2022-11-06 7:47 ` Ihor Radchenko
2021-11-24 9:59 ` Bibliographies on export with ox-context and ox-epub Colin Baxter 😺
2021-11-24 10:51 ` Denis Maier
2021-11-24 11:13 ` Eric S Fraga
2021-11-24 11:58 ` Colin Baxter 😺
2021-11-24 18:14 ` John Kitchin
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAFyQvY3w3C+YZ-tiQgkkoY-G1KthK9EnTzq1wenZsuaAfO3jAA@mail.gmail.com \
--to=kaushal.modi@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=juh@mailbox.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 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).