(org-link-set-parameters
"github-issue"
:follow (lambda (path)
(browse-url
(format "https://github.com/jkitchin/org-ref/issues/%s" path))))
label:test.1
label:test-1 \label{fig:test-foo} \label{fig:testfoo}
ref:test.1 ref:test ref:test-1
<2017-02-22 Wed>
I found some minor inconsistencies with labels and ref messages that are caused by allowing . in the name. The . in particular is tricky since it is a special regexp character. I added regexp-quote in a lot of places to accommodate this.
(org-ref-get-labels)
(org-ref-count-labels "test")
github-issue:381
Click on this, and press “g”. It should get the bibtex entry from the doi.
doi:10.1016/j.calphad.2017.01.009
github-issue:399This is a natbib type, and if you do not use the natbib package, it will not work correctly in pdf export.
citenum:akhade-2011-effec
github-issue:356
cite:jkitchin76:online
printbibliography:nil
(org-ref-get-html-bibliography)
(org-ref-get-bibtex-keys)
(org-ref-find-bibliography)
(org-ref-get-bibtex-entry-html "jkitchin76:online")
(org-ref-get-bibtex-entry-citation "jkitchin76:online")
(bibtex-set-dialect 'biblatex)
(org-ref-key-in-file-p "jkitchin76:online" (file-truename "org-ref.bib"))
5 | 6 |
(let ((org-ref-clean-bibtex-entry-hook
'(org-ref-bibtex-format-url-if-doi
orcb-key-comma
org-ref-replace-nonascii
orcb-& orcb-%
org-ref-title-case-article
orcb-clean-year
orcb-clean-doi
orcb-clean-pages
org-ref-sort-bibtex-entry)))
(isbn-to-bibtex "9783540330363" "org-ref.bib"))
github-issue:430
github-issue:433
(defn ) (ref:hello)
org-ref invalid org-store-link in org babel #433
It looks like I fixed it in ~/vc/jkitchin-github/scimax/org-ref/ (magit-rev ad6fb5c).
(let ((process-environment '("BIBINPUTS=.:/Users/jkitchin/Dropbox/emacs/bibliography//:")))
(parse-colon-path (getenv "BIBINPUTS")))
We can get the bibliography like this:
BIBINPUTS=.:/Users/jkitchin/Dropbox/emacs/bibliography//: kpsewhich -format=bib references.bib