From: Olaf Trygve Berglihn <olafb@pvv.org>
To: emacs-orgmode@gnu.org
Subject: [BUG] org-cite does not support techreport, mastersthesis, phdthesis, and conference entries [9.5.2 (release_9.5.2-426-gf6813d @ /usr/share/emacs/site-lisp/org/)]
Date: Fri, 8 Apr 2022 00:44:20 +0200 [thread overview]
Message-ID: <20220407224420.2mnldyz6cat75rk6@sintefpc7170> (raw)
When using the @techreport, @mastersthesis, @phdthesis, and @conference org-cite
fails to find the entry. Export to some formats fails due to this.
To reproduce use the following bib file with all standard entry types:
test.bib:
@Article{article,
author = {Article Author},
title = {The Title},
journal = {The Journal},
year = {2022},
}
@InProceedings{inproceedings,
author = {Proceedings Author},
title = {The Title},
}
@Conference{conference,
author = {Conference Author},
title = {The Title},
booktitle = {The Book Title},
year = {2022},
}
@InCollection{incollection,
author = {Incollection Author},
title = {The Title},
booktitle = {The Book Title},
}
@InBook{inbook,
author = {Alt Author},
editor = {Alt Editor},
title = {The Title},
chapter = {1},
publisher = {The Publisher},
year = {2022},
}
@Proceedings{proceedings,
title = {The Proceedings Title},
year = {2022},
}
@Book{book,
author = {The Author},
editor = {The Editor},
title = {The Title},
publisher = {The Publisher},
year = {2022},
}
@Booklet{booklet,
title = {The Booklet Title},
}
@PhdThesis{phdthesis,
author = {The PhdAuthor},
title = {The Title},
school = {The School},
year = {2022},
}
@MastersThesis{mastersthesis,
author = {The MastersThesisAuthor},
title = {The Title},
school = {The School},
year = {2022},
}
@TechReport{techreport,
author = {The TechreportAuthor},
title = {The Title},
institution = {The Institution},
year = {2022},
}
@Manual{manual,
title = {The Manual Title},
}
@Unpublished{unpublished,
author = {The Author},
title = {The Unpublished Title},
note = {A note},
}
@Misc{misc,
key = {Optional key},
author = {The Author},
title = {Optional Title},
}
Then I try to cite each entry using the following org mode file. On my
system using Org mode version 9.5.2 (release_9.5.2-426-gf6813d) the
entry types conference, phdthesis, mastersthesis and techreport fails to
resolve and export for some formats.
test.org
--------
#+TITLE: org-cite test
#+BIBLIOGRAPHY: test.bib
[cite:@article]
[cite:@inproceedings]
[cite:@conference]
[cite:@incollection]
[cite:@inbook]
[cite:@proceedings]
[cite:@book]
[cite:@booklet]
[cite:@phdthesis]
[cite:@mastersthesis]
[cite:@techreport]
[cite:@manual]
[cite:@unpublished]
[cite:@misc]
#+PRINT_BIBLIOGRAPHY:
Emacs : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.17.4)
of 2022-03-11
Package: Org mode version 9.5.2 (release_9.5.2-426-gf6813d @ /usr/share/emacs/site-lisp/org/)
--
Olaf Trygve Berglihn <olafb@pvv.org>
next reply other threads:[~2022-04-08 10:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-07 22:44 Olaf Trygve Berglihn [this message]
2022-04-08 11:09 ` [BUG] org-cite does not support techreport, mastersthesis, phdthesis, and conference entries [9.5.2 (release_9.5.2-426-gf6813d @ /usr/share/emacs/site-lisp/org/)] Eric S Fraga
2022-04-08 11:40 ` John Kitchin
2022-04-08 19:10 ` Olaf Trygve Berglihn
2022-04-08 19:51 ` Rick Lupton
2022-04-08 20:10 ` Bruce D'Arcus
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=20220407224420.2mnldyz6cat75rk6@sintefpc7170 \
--to=olafb@pvv.org \
--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 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).