Update `org-get-property-block'
commit57d8b68d9594d4e23d5f4960073a1cac78bc72e3
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 13 Sep 2014 22:04:20 +0000 (14 00:04 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 28 Oct 2014 13:23:51 +0000 (28 14:23 +0100)
tree15e14bd1bb9bf4b312de4a2e90e417dbeef244c9
parentae35b8c4ad03bc858c0c64f043c4da7b493c0568
Update `org-get-property-block'

* lisp/org.el (org-at-property-p): Rewrite.  Don't use `org-element-at-point'.  It
is faster to retrieve the property drawer location instead.
(org-get-property-block): Update function and docstring.  Change
  signature.
(org-entry-properties, org-entry-put, org-buffer-property-keys): Apply
signature change.
lisp/org.el