From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Persaud Subject: Re: org-cycle hook recenter question Date: Sat, 23 Feb 2013 17:19:29 -0800 Message-ID: <51296AA1.2000606@lbl.gov> References: <51295E22.90901@lbl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9QFc-0001FF-Up for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 20:19:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9QFa-0008IL-7c for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 20:19:36 -0500 Received: from fe1.lbl.gov ([128.3.41.133]:17597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9QFa-0008IB-1N for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 20:19:34 -0500 Received: by mail-pa0-f72.google.com with SMTP id bh2so2830600pad.7 for ; Sat, 23 Feb 2013 17:19:32 -0800 (PST) In-Reply-To: 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hi >[...] > This is the infamous "meaningless ellipses at the top of the buffer" problem. > > If you can provide a way to reproduce using emacs -Q, it would really help. I can reproduce this with "emacs -Q tmp.org". Where tmp.org is one of my org files where I removed the headers (#+...), so it's just a bunch of headlines and sublevels, starting with a toplevel headline in the first line. I'm running: C-h C-a GNU Emacs 24.2.1 (x86_64-suse-linux-gnu, GTK+ Version 3.4.4) of 2012-10-10 on build20 org-version 7.8.11 I also have the latest git-version installed, but am not sure how to use that with -Q? Let me know if I should try anything else. Arun