From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Re: A visibility (ellipsis) problem with `C-c .' Date: Sun, 05 Feb 2012 07:48:06 -0500 Message-ID: <87bopd30qh.fsf@iro.umontreal.ca> References: <87k442t0wa.fsf@iro.umontreal.ca> <7843.1328427355@alphaville> 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]:33769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru1Vp-00011q-EX for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 07:48:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ru1Vo-0007Q8-FI for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 07:48:09 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:53928 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru1Vo-0007Q3-Bj for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 07:48:08 -0500 In-Reply-To: <7843.1328427355@alphaville> (Nick Dokos's message of "Sun, 05 Feb 2012 02:35:55 -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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Nick Dokos writes: > Fran=C3=A7ois Pinard wrote: >> 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. > I don't understand: C-c . does org-time-stamp Oops, Nick, sorry! I meant `C-c -' (a dash, not a period). >> 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) >>=20 >> 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