0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-06 01:42:58 +00:00
org-mode/contrib/lisp
Carsten Dominik 4dc86eedd4 Use better regular expression to find bibliography line
Hsiu-Khuern writes:

> 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 "syntax table".)  May I propose
> changing the regexp to "[[:alnum:]_]+"?
>
> Initially, I was stumped by this because I thought \w was a
> "regular" regexp :), such as defined in sed, and would match
> underscores as well.
2009-08-14 20:30:19 +02:00
..
htmlize.el
org-annotate-file.el
org-annotation-helper.el org-annotation-helper.el: New version with fixes and documentation update 2009-02-25 10:55:22 +01:00
org-bookmark.el
org-browser-url.el
org-checklist.el
org-choose.el
org-collector.el
org-contribdir.el
org-depend.el
org-elisp-symbol.el
org-eval-light.el
org-eval.el
org-exp-bibtex.el
org-expiry.el
org-export-generic.el
org-interactive-query.el
org-jira.el
org-mac-iCal.el New contributed modules org-mac-iCal.el by Christopher Suckling 2009-06-06 07:59:19 +02:00
org-mairix.el
org-man.el
org-mtags.el
org-panel.el
org-R.el
org-registry.el
org-screen.el
org-special-blocks.el New file: contrib/lisp/org-special-blocks.el 2009-05-07 13:53:35 +02:00
org-toc.el
org-track.el
org2rem.el
orgtbl-sqlinsert.el