emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [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/)]
@ 2022-04-07 22:44 Olaf Trygve Berglihn
  2022-04-08 11:09 ` Eric S Fraga
  0 siblings, 1 reply; 6+ messages in thread
From: Olaf Trygve Berglihn @ 2022-04-07 22:44 UTC (permalink / raw)
  To: emacs-orgmode

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>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-08 20:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 22:44 [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/)] Olaf Trygve Berglihn
2022-04-08 11:09 ` 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

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).