andras-simonyi / citeproc-el

A CSL 1.0.2 Citation Processor for Emacs.
GNU General Public License v3.0
85 stars 9 forks source link

Improve suppress author behavior #19

Closed bdarcus closed 3 years ago

bdarcus commented 3 years ago

Am I correct the behavior we discussed in this and subsequent two posts is not implemented here?

https://lists.gnu.org/archive/html/emacs-orgmode/2021-04/msg00554.html

Explained with examples here:

https://lists.gnu.org/archive/html/emacs-orgmode/2021-04/msg00572.html

Though updated syntax would be:

[cite/noauthor:@doe20; @doe21]
[cite/noauthor:@doe20; see also @smith19]
[cite/text:@doe20; see also @smith19]

From your explanation in that first post above @andras-simonyi, it sounds like you implement it in citeproc-org, but not here, which seems the more obvious place.

And I guess to do that, you need to add a parameter to the citation, whereas now it's on the individual cites?

Obviously this will also relate to #15.

cc @denismaier

andras-simonyi commented 3 years ago

Regarding this: is it intentional that noauthor doesn't appear on the bibtex-actions style names and mapping page?

bdarcus commented 3 years ago

Regarding this: is it intentional that noauthor doesn't appear on the bibtex-actions style names and mapping page?

No; I put that together before that became a style.

I'll try to update it this week sometime.

andras-simonyi commented 3 years ago

Closing this as the branch with the suggested improvement has been merged, see #29.