From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: STARTUP: indent turns off indent when invoked twice [6.33x] Date: Mon, 14 Dec 2009 08:17:32 +0100 Message-ID: References: <87aaxqrici.fsf@telefonica.net> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NK5do-0007Sh-0G for emacs-orgmode@gnu.org; Mon, 14 Dec 2009 02:46:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NK5dj-0007Rp-B5 for emacs-orgmode@gnu.org; Mon, 14 Dec 2009 02:46:47 -0500 Received: from [199.232.76.173] (port=43998 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NK5dj-0007Rm-5n for emacs-orgmode@gnu.org; Mon, 14 Dec 2009 02:46:43 -0500 Received: from mx20.gnu.org ([199.232.41.8]:47262) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NK5dh-0003xZ-Iw for emacs-orgmode@gnu.org; Mon, 14 Dec 2009 02:46:42 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NK5de-0000Zf-1R for emacs-orgmode@gnu.org; Mon, 14 Dec 2009 02:46:38 -0500 Received: by mail-ew0-f224.google.com with SMTP id 24so3222925ewy.26 for ; Sun, 13 Dec 2009 23:46:36 -0800 (PST) In-Reply-To: <87aaxqrici.fsf@telefonica.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q?=D3scar_Fuentes?= Cc: emacs-orgmode@gnu.org Fixed, thank you for your report. - Carsten On Dec 10, 2009, at 3:53 PM, =D3scar Fuentes wrote: > > > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? =20= > See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. > = ------------------------------------------------------------------------ > > When an org file that contains this line > > #+STARTUP: indent > > is visited, it correctly enables org-indent-mode. Once you put the > cursor on the STARTUP line and press C-c C-c, org-indent-mode is > disabled. If you press C-c C-c again, it remains disabled. > > Happens with emacs -Q too. > > Emacs : GNU Emacs 23.1.50.2 (x86_64-unknown-linux-gnu, X toolkit) > of 2009-12-08 on qcore > Package: Org-mode version 6.33x > > current state: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > (setq > org-after-todo-state-change-hook '(org-clock-out-if-current) > org-export-preprocess-hook '(org-export-blocks-preprocess) > org-tab-first-hook '(org-hide-block-toggle-maybe) > org-src-mode-hook '(org-src-mode-configure-edit-buffer) > org-confirm-shell-link-function 'yes-or-no-p > org-agenda-before-write-hook '(org-agenda-add-entry-text) > org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-=20 > drawers > org-cycle-show-empty-lines > org-optimize-window-after-visibility-change) > org-mode-hook '(#[nil "\300\301\302\303\304$\207" > [org-add-hook change-major-mode-hook = org-show-block-all > append local] > 5] > ) > org-confirm-elisp-link-function 'yes-or-no-p > org-occur-hook '(org-first-headline-recenter) > ) > --=20 > =D3scar > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten