Skip to content

Latest commit

 

History

History
184 lines (127 loc) · 3.92 KB

org-ref-issues.org

File metadata and controls

184 lines (127 loc) · 3.92 KB
(org-link-set-parameters
 "github-issue"
 :follow (lambda (path)
	   (browse-url
	    (format "https://github.com/jkitchin/org-ref/issues/%s" path))))

TODO 381 Testing labels

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

388

#388

Click on this, and press “g”. It should get the bibtex entry from the doi.

doi:10.1016/j.calphad.2017.01.009

399

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

356

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"))

405

github-issue:405 ref:test-table
56

404 isbn issues

github-issue:404
(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"))

Wrong type argument: listp, “\tolerance=1000” #430

github-issue:430

org-ref invalid org-store-link in org babel #433

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).

#533

(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