Display invisible entry text at point when visiting a task from the agenda
commit8dc6733a2aec9596ca819cc28659183d375d7f06
authorBernt Hansen <bernt@norang.ca>
Sat, 1 Jan 2011 18:33:35 +0000 (1 18:33 +0000)
committerCarsten Dominik <carsten.dominik@gmail.com>
Mon, 3 Jan 2011 12:16:43 +0000 (3 13:16 +0100)
tree57f9609dab2a9a2b979455abf02946c861fbb1a6
parentca733df0d41eccced5f8f1abb85d525cb12dd21f
Display invisible entry text at point when visiting a task from the agenda

* lisp/org-agenda.el (org-agenda-goto): Display invisible entry text
* lisp/org-agenda.el (org-agenda-switch-to): Display invisible entry text

Visiting clock lines with RET or TAB in the agenda can put point on a
folded clock drawer.  This means you are editing invisible/hidden text
inside the task entry.  Now when moving to invisible regions show the
entry so point is always visible.
lisp/org-agenda.el