Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • It seems to me that your answer is only related to the question in the sense that it's also about org-mode and ox-bibtex. Since your issue is different it's best if you open a separate question where others can provide targeted answers. Commented Mar 17, 2015 at 10:46
  • 1
    I just want to make a complement to the answer by itsjeyd. itsjeyd suggest following the document of org-reftex-citation. I did, and got the above problem. In case other people run into the same situation, I shared my investigation here. Commented Mar 17, 2015 at 12:27
  • IIRC the ELPA package of org-mode does not include the files under contrib/lisp, which includes ox-bibtex. So you'd have to install org-mode from source including contrib/lisp or just copy ox-bibtex.el to your load-path. Commented Mar 18, 2015 at 16:27
  • 1
    Yes. I clone the beta version of org. Now it works fine. Commented Mar 21, 2015 at 5:02
  • 6
    @paprika There's no need to install org-mode from source to get the contrib directory. As explained here, Org has its own ELPA archive. All you need to do is add that archive to package-archives; you can then install (and update) org-plus-contrib using the package manager. Of course, this is not to say that the approach you suggest doesn't work; I just wanted to mention (for anyone else that comes across this discussion) that there is another approach that does not involve the overhead of having to update org-mode separately through git. Commented Mar 21, 2015 at 9:36