Hello,
"Bruce D'Arcus" <[email protected]> writes:
> I was thinking maybe it would complete the key. That can be for other
> developers to add.
You missed the "basic" part in "oc-basic.el". ;)
You can write a function for creating citations with completion outside
of the oc API.
> Would it be possible for you, or someone else on the list, to post a
> minimal file we could load with `emacs -Q` to test the branch?
Make sure to checkout "wip-cite-new". Once there, you run "make".
Then, the following mini-init.el file should be enough.
--8<---------------cut here---------------start------------->8---
(let ((org-root "/path/to/org/git/directory/"))
(when (file-directory-p org-root)
(dolist (dir '("lisp" "contrib/lisp" "testing" "testing/lisp"))
(add-to-list 'load-path (expand-file-name dir org-root)))))
--8<---------------cut here---------------end--------------->8---
> I guess this is a broader question: how do org developers test their
> branches?
Since I use development Org, I simply checkout the branch, run "make &&
org-reload", and test it.
Regards,
--
Nicolas Goaziou