From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: A visibility (ellipsis) problem with `C-c .' Date: Sat, 04 Feb 2012 22:27:49 -0500 Message-ID: <87k442t0wa.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtslc-0000yG-0k for emacs-orgmode@gnu.org; Sat, 04 Feb 2012 22:27:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rtslb-0004cC-3i for emacs-orgmode@gnu.org; Sat, 04 Feb 2012 22:27:51 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:53011 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtsla-0004c6-Ta for emacs-orgmode@gnu.org; Sat, 04 Feb 2012 22:27:51 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, Org people. Consider a header having many sub-headers, and which is closed. So I only see that header, followed by an ellipsis at the end of that line. On that header, command `C-c .' turns the initial star (or string thereof) into a dash. Now, I see an item with the same text as the previous header, still followed by an ellipsis at the end of that line. Now, TAB has no effect: it does not expand the ellipsis into the previous contents (the minibuffer writes "EMPTY ENTRY", which is likely improper) So I have to fight a tiny bit for being able to edit the contents. I go one level up, collapse then expand, and everything becomes OK. Fran=C3=A7ois