emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Notes about citations in Org (part 3)


From: Nicolas Goaziou
Subject: Re: Notes about citations in Org (part 3)
Date: Sun, 02 May 2021 21:32:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

"Bruce D'Arcus" <bdarcus@gmail.com> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]