`org-show-context' always displays point
commitbb034dfe049a5804b6c0e0b93320409b1116e010
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 30 Apr 2016 23:14:10 +0000 (1 01:14 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 30 Apr 2016 23:14:10 +0000 (1 01:14 +0200)
tree14a1eeeedb6302a0acbba7fc1981bede5f9064c9
parentc112f40d512e657cd688beb65a2dff6d56c62a21
`org-show-context' always displays point

* lisp/org.el (org-show-set-visibility): Always show point, even when it
  is hidden in a block or a drawer.

* testing/lisp/test-org.el (test-org/show-set-visibility): Add tests.

Reported-by: Derek Feichtinger <dfeich@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/106744>
lisp/org.el
testing/lisp/test-org.el