From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: TAB cycling doesn't work from end of line Date: Tue, 09 Apr 2013 18:54:41 +0200 Message-ID: <87zjx7od9q.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPboi-0000JG-Gv for Emacs-orgmode@gnu.org; Tue, 09 Apr 2013 12:54:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPboh-0005AK-2E for Emacs-orgmode@gnu.org; Tue, 09 Apr 2013 12:54:44 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:43102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPbog-0005A7-S5 for Emacs-orgmode@gnu.org; Tue, 09 Apr 2013 12:54:42 -0400 Received: by mail-wg0-f53.google.com with SMTP id c11so7328936wgh.20 for ; Tue, 09 Apr 2013 09:54:42 -0700 (PDT) In-Reply-To: (James Harkins's message of "Mon, 8 Apr 2013 22:12:42 +0800") 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: James Harkins Cc: jamshark70@dewdrop-world.net, "Emacs-orgmode@gnu.org" Hi James, James Harkins writes: > ** Example header... > ^1 ^2 ^3 ^4 > > If the point is at locations 1, 2 or 3, TAB will reveal the next level > of children. (The ^ locations will make sense if you format the e-mail > using a monospace font. A proportional font will just look > nonsensical.) > > ** Example header > *** Child node > > If it's at location 4, TAB cycling does nothing. Because with ^1 ^2 ^3 the point is on a headline, while with ^4 it is not on a headline, it is after the folded part of the buffer (and you usually don't know exactly where it is.) HTH, -- Bastien