branch: externals/org
commit cfffdf5e1ad1d02abdd55f0f66e81bfb8da93d11
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>

    oc-biblatex: Add missing shortcut
    
    * lisp/oc-biblatex.el (org-cite-biblatex-style-shortcuts): Add missing 
shortcut.
---
 lisp/oc-biblatex.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/oc-biblatex.el b/lisp/oc-biblatex.el
index c5ed6c6..32fa69f 100644
--- a/lisp/oc-biblatex.el
+++ b/lisp/oc-biblatex.el
@@ -154,6 +154,7 @@ names.  See `org-cite-biblatex-style-shortcuts'."
 (defcustom org-cite-biblatex-style-shortcuts
   '(("a"  . "author")
     ("b"  . "bare")
+    ("bc" . "bare-caps")
     ("c"  . "caps")
     ("cf" . "caps-full")
     ("f"  . "full")

Reply via email to