]> git.donarmstrong.com Git - org-ref.git/commitdiff
remove limitations description in bibtex entry.
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Mon, 5 Jan 2015 19:49:25 +0000 (14:49 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Mon, 5 Jan 2015 19:49:25 +0000 (14:49 -0500)
pubmed.org

index f5ec874abd0009a374d05e101410f979b4645753..fb68a728ac24ae9fa35977daa62182e1caee3397 100644 (file)
@@ -230,10 +230,6 @@ We can parse this into a data structure
 ** PMID to bibtex entry
 The point of parsing the MEDLINE text is so we can make bibtex entries. We only support Journal articles for now.
 
-Issues:
-1. The year is not quite right, it has the month in it.
-2. I do not use all the fields.
-
 #+BEGIN_SRC emacs-lisp
 (defun pubmed-pmid-to-bibtex (pmid)
   "Convert a PMID to a bibtex entry."