Prechádzať zdrojové kódy

Merge branch 'maint'

Bastien Guerry 11 rokov pred
rodič
commit
f7c6cf6432
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      lisp/org-bibtex.el

+ 1 - 1
lisp/org-bibtex.el

@@ -386,7 +386,7 @@ and `org-exclude-tags-from-inheritence'."
 	    (bibtex-beginning-of-entry)
 	    (if (re-search-forward "keywords.*=.*{\\(.*\\)}" nil t)
 		(progn (goto-char (match-end 1)) (insert ", "))
-	      (bibtex-make-field "keywords" t t))
+	      (ignore-errors (bibtex-make-field "keywords" t t)))
 	    (insert (mapconcat #'identity tags ", ")))
 	  (buffer-string))))))