From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ali Tofigh Subject: Bug: heading visibility cycling and org-narrow-to-subtree Date: Thu, 22 Aug 2013 16:30:29 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCbXD-0003Q0-CS for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 16:31:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCbXC-00038p-0J for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 16:31:11 -0400 Received: from mail-vb0-x22e.google.com ([2607:f8b0:400c:c02::22e]:53592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCbXB-00038j-S3 for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 16:31:09 -0400 Received: by mail-vb0-f46.google.com with SMTP id p13so1667844vbe.33 for ; Thu, 22 Aug 2013 13:31:09 -0700 (PDT) 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: Mailinglist emacs-orgmode After narrowing to a subtree, folding the top level heading hides all text except for the last letter in the last paragraph. An example: ----- 8< ----- * one ** two hello world * three ---------- with cursor on heading "one", do M-x org-narrow-to-subtree (C-x n s), then press tab, and you get: ----- 8< ----- * one...d ---------- with the "d" of "hello world" being visible. emacs version: 24.3.1 Org-mode version: 8.0.7 (8.0.7-6-g13cb28-elpa) OS: Mac OSX emacs was started with the -Q flag /ali