Use safer regexps to retrieve property values.
commitebc9366762edbf3aab632d5cd41f3deb9c9be97b
authorCarsten Dominik <carsten.dominik@gmail.com>
Mon, 10 Nov 2008 07:59:05 +0000 (10 08:59 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Mon, 10 Nov 2008 07:59:05 +0000 (10 08:59 +0100)
tree5bf95cb1e01e423e639a0dea7b61a7df3532bf4c
parent1ffa6b76f50ffbb960fd120fc6037ed12f3d65d8
Use safer regexps to retrieve property values.

Bernt Hansen recently reported that occasionally he got a newline
included with property values returned by `org-entry-get'.  While the
reason for this is not understood (maybe some dark mingling with
character syntax), these new regexps are explicit about what they
interpret as a non-white character and therefore should make this
matching safer.
lisp/ChangeLog
lisp/org.el