(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")
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:399
This 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
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"))
ref:test-table
5 | 6 |