emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [org-cite, oc-basic] Citation disambiguation
@ 2021-06-03 21:11 András Simonyi
  2021-06-03 21:18 ` Bruce D'Arcus
  2021-06-04 21:05 ` Nicolas Goaziou
  0 siblings, 2 replies; 6+ messages in thread
From: András Simonyi @ 2021-06-03 21:11 UTC (permalink / raw)
  To: emacs-orgmode list

Dear All,

experimenting with the 'basic' citation backend I noticed that the
default author-year citation style (and its derived variants, like
text and year) does not perform citation disambiguation for items that
have the same author and year. E.g. the Org document
--8<---------------cut here---------------start------------->8---
#+cite_export: basic author-year author-year
First: [cite:@disamb1examp]

Second: [cite:@disamb2examp]
--8<---------------cut here---------------end--------------->8---
is exported as
--8<---------------cut here---------------start------------->8---
First: (Doe, John, 1973)

Second: (Doe, John, 1973)

Doe, John (1973). /Minor Work/, Journal of Philosophy.

Doe, John (1973). /Magnum Opus/, Journal of Philosophy.
--8<---------------cut here---------------end--------------->8---
which makes it impossible to identify the cited item. Perhaps the most
widespread solution to this problem is to add so called year-suffixes
to the year to disambiguate:
--8<---------------cut here---------------start------------->8---
First: (Doe, John, 1973a)

Second: (Doe, John, 1973b)

Doe, John (1973a). /Minor Work/, Journal of Philosophy.

Doe, John (1973b). /Magnum Opus/, Journal of Philosophy.
--8<---------------cut here---------------end--------------->8---
I think some kind of disambiguation strategy should be implemented for
the basic citation backend to be really usable with the author-year
style. WDYT?

best regards,
András


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

end of thread, other threads:[~2021-06-06 12:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 21:11 [org-cite, oc-basic] Citation disambiguation András Simonyi
2021-06-03 21:18 ` Bruce D'Arcus
2021-06-04 21:05 ` Nicolas Goaziou
2021-06-06 11:35   ` András Simonyi
2021-06-06 12:19     ` Bruce D'Arcus
2021-06-06 12:47       ` András Simonyi

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