Fix `org-refresh-category-properties'
commit6f0cf143836bfa86edf25e21007e8141a40ffc70
authorKonubinix <konubinix@gmail.com>
Tue, 28 Apr 2015 06:55:10 +0000 (28 08:55 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 28 Apr 2015 07:40:03 +0000 (28 09:40 +0200)
treed667c2bb6e11e4ffa57c89043996c9de1b5d9b24
parent690e25d9323276ccf013197c71619dbfe1382baa
Fix `org-refresh-category-properties'

* lisp/org.el (org-refresh-category-properties): Prevent the `put-text-property'
  to change the point in order to take into account the CATEGORY
  property in subtrees also.

* testing/lisp/test-org.el (test-org/entry-properties): Add test.
lisp/org.el
testing/lisp/test-org.el