Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-02-05 09:23:12 +01:00
commit 2064b0a393

View file

@ -235,7 +235,7 @@ Return new parse tree."
;; Update `org-bibtex-html-entries-alist'. ;; Update `org-bibtex-html-entries-alist'.
(goto-char (point-min)) (goto-char (point-min))
(while (re-search-forward (while (re-search-forward
"a name=\"\\([-_a-zA-Z0-9:]+\\)\">\\(\\w+\\)" nil t) "a name=\"\\([-_a-zA-Z0-9:]+\\)\">\\([^<]+\\)" nil t)
(push (cons (match-string 1) (match-string 2)) (push (cons (match-string 1) (match-string 2))
org-bibtex-html-entries-alist))) org-bibtex-html-entries-alist)))
;; Open produced HTML file, wrap references within a block and ;; Open produced HTML file, wrap references within a block and