diff --git a/lisp/oc-basic.el b/lisp/oc-basic.el index 97ea8eb34..8eebde333 100644 --- a/lisp/oc-basic.el +++ b/lisp/oc-basic.el @@ -700,8 +700,9 @@ export communication channel, as a property list." (org-cite-concat p (if caps (org-cite-capitalize a) a) (if bare " " " (") - y s - (and (not bare) ")"))) + y + (and (not bare) ")") + s)) info))) ;; "numeric" style. ;;