Fix a longstanding issue with ellispsis on top of the window
commit41882a99d3cf14e4c9ad45559bc3fc9e8b21b581
authorBastien Guerry <bzg@altern.org>
Tue, 26 Feb 2013 21:45:04 +0000 (26 22:45 +0100)
committerBastien Guerry <bzg@altern.org>
Tue, 26 Feb 2013 21:45:04 +0000 (26 22:45 +0100)
tree69beb56a395e6ebf77f2246955e60e785f15234a
parent2b13d090d124fe6a7a389def71696c3b477bf8f6
Fix a longstanding issue with ellispsis on top of the window

* org.el (org-show-context): Remove useless catch.  Make sure the
top of the window is a visible headline.
* org.el (org-activate-plain-links): Remove unused catch.

* org-macs.el (org-get-alist-option): Return nil, not (nil), so
that `org-show-context' DTRT.

Thanks to Samuel Wales for his patience in reporting this.
lisp/org-macs.el
lisp/org.el