Allow properties to be retrieved before first heading in file.
commit7dd425cc5d42fb297f547f713edfdc936f9271f0
authorDan Davison <dandavison7@gmail.com>
Sat, 12 Feb 2011 21:26:23 +0000 (12 21:26 +0000)
committerBastien Guerry <bzg@altern.org>
Sat, 12 Feb 2011 17:51:40 +0000 (12 18:51 +0100)
tree8b54318f72993a8598826b4edca4994072db390c
parent2df6f65e237920339c773ff2499cf060bc83fa32
Allow properties to be retrieved before first heading in file.

* lisp/org.el (org-entry-get): Don't look for a property drawer if we
are before the first heading in the file.
(org-entry-get-with-inheritance): Don't attempt to move up the tree if
we are before the first heading in the file. Also, enclose less of the
function in the save-excursion.
lisp/org.el