[Orgmode] Use of \w Emacs regexp in org-export-bibtex.el excludes BiBTeX filenames with underscore

2009-08-14 Thread Hsiu-Khuern Tang
Hi Taru, In contrib/lisp/org-export-bibtex.el, the BiBTeX file has to match the Emacs regexp \w+. So a line like #+BIBLIOGRAPHY: mybib_new will not work because of the underscore character in the filename. (I suppose the actual behavior depends on the local Emacs settings that affect the

Re: [Orgmode] Use of \w Emacs regexp in org-export-bibtex.el excludes BiBTeX filenames with underscore

2009-08-14 Thread Carsten Dominik
Fixed, thanks. - Carsten On Aug 14, 2009, at 7:31 PM, Hsiu-Khuern Tang wrote: Hi Taru, In contrib/lisp/org-export-bibtex.el, the BiBTeX file has to match the Emacs regexp \w+. So a line like #+BIBLIOGRAPHY: mybib_new will not work because of the underscore character in the filename.