Re: [BUG] org-bibtex-read requires that bibtex is properly initialized

2021-01-10 Thread Eric S Fraga
On Saturday, 9 Jan 2021 at 22:45, Matthieu Lemerre wrote: > I don't know what the right fix would be though. For now I call > (bibtex-set-dialect) in my init.el, but maybe org-bibtex-read should do it? I don't know whether org-bibtex-read should do it but I also have bibtex-set-dialect in my Emac

[BUG] org-bibtex-read requires that bibtex is properly initialized

2021-01-09 Thread Matthieu Lemerre
Hi, When calling org-bibtex-read on a fresh emacs on a text which is not a .bib file, we get the following error: bibtex-parse-entry: Wrong type argument: stringp, nil This problem is solved if the (bibtex-set-dialect) function is called before. Note that this function is called automatically the