emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Has anybody noticed ellipses instead of the top line of the wind


From: Samuel Wales
Subject: Re: [O] Has anybody noticed ellipses instead of the top line of the window?
Date: Mon, 14 Jan 2013 23:56:07 -0700

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

[Prev in Thread] Current Thread [Next in Thread]