On Wed, 30 Jan 2013 18:36:16 +0100, Bastien spake thus: > > Org's visibility code then inserts the ... at the top line of the > > window for unknown reasons.
> Can you help me reproduce it? I also have visibility problems when performing undo-es. I can reproduce such an ellipsis by : - Cutting part of the buffer containing an ellipsis - Undoing the cut On the attached example, all being visible, fold the first second level headline, kill its line (C-k with cursor at the beginning of line), and undo the kill. The buffer then looks like [ellipsis] ** next headlines Instead of the initial view (seeing the main headline, etc.) (That doesn't happen if, all folded, you unfold the main headline, then cut the still-folded second-level headline and undo, apparently.) > Also, what is the value of these variables? > `org-show-hierarchy-above' t > `org-show-following-heading' t > `org-show-entry-below' ((default)) > `org-show-siblings' t -- William