Re: [PATCH] oc-basic: add shorten-name function

2021-11-20 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: > Subject: [PATCH] oc-basic: Add function to shorten names > > * lisp/oc-basic.el (org-cite-basic--shorten-names): new function to > shorten author names Applied. Thank you. Regards, -- Nicolas Goaziou

[PATCH] oc-basic: add shorten-name function

2021-10-29 Thread Bruce D'Arcus
While I'm at it, here's a followup to the "date" patch that adds a little function to shorten author names, and uses it for the "plain" entry output. This is a simple function ATM; it only strips given names from personal names, and is only used on the "plain" entry output. But it should be easil