My current kludge is to defadvice org-mode:

(defadvice org-mode
    (after fix-visibility first (&optional state) activate compile)
  ;;undo what org does
  (org-set-local 'outline-isearch-open-invisible-function
                 (lambda (&rest ignore)
                   (alpha-org-show-canonical-liberal))))

Where alpha-org-show-canonical-liberal is a kludge to try to set
canonical visibility.

Slow and buggy, but at least I got rid of the ellipsis on the first line.

I think.

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it.  There is no hope without action.

Reply via email to