From mboxrd@z Thu Jan 1 00:00:00 1970 From: fkunze Subject: error on opening org-file with #+startup: indent Date: Sun, 22 Apr 2012 21:21:52 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SM4EQ-0005GW-P3 for emacs-orgmode@gnu.org; Sun, 22 Apr 2012 17:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SM4EP-0000nA-6a for emacs-orgmode@gnu.org; Sun, 22 Apr 2012 17:22:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:46975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SM4EO-0000n6-Vv for emacs-orgmode@gnu.org; Sun, 22 Apr 2012 17:22:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SM4EM-0001XR-84 for emacs-orgmode@gnu.org; Sun, 22 Apr 2012 23:22:02 +0200 Received: from c-76-126-22-11.hsd1.ca.comcast.net ([76.126.22.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Apr 2012 23:22:02 +0200 Received: from fkunze by c-76-126-22-11.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Apr 2012 23:22:02 +0200 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 All, I just upgraded to Org 7.8.09 from Org 6.36. I am on windows 7 (x64) with GNU Emacs 24.1.50.1 (i386-mingw-nt6.1.7601). When I open an org file with #+startup: indent in the header, the cursor immediately goes to the bottom of the buffer and can not be moved upward. Here is a file (test.org) demonstrating the problem: ---- start of file ---- #+TITLE: Test.org #+startup: indent end of buffer ---- end of file ---- This behavior does not occur in Org 6.36. Thanks, fkunze