From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Stine Subject: Re: Bug: org-indent-mode cursor movement [7.8.03] Date: Thu, 23 Feb 2012 10:04:11 -0500 Message-ID: References: <87fwe1orfh.fsf@gmail.com> <8608.1330008258@alphaville> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0aDR-0002EG-SQ for emacs-orgmode@gnu.org; Thu, 23 Feb 2012 10:04:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0aDM-0002wS-2f for emacs-orgmode@gnu.org; Thu, 23 Feb 2012 10:04:17 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:56776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0aDL-0002wI-Sg for emacs-orgmode@gnu.org; Thu, 23 Feb 2012 10:04:12 -0500 Received: by wgbdt13 with SMTP id dt13so894601wgb.30 for ; Thu, 23 Feb 2012 07:04:11 -0800 (PST) In-Reply-To: <8608.1330008258@alphaville> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org On Thu, Feb 23, 2012 at 9:44 AM, Nick Dokos wrote: > Andrew Stine wrote: > >> I've tried "-q" and it works, but only because emacs reverts to default = version of org-mode. The >> version I am having trouble with is currently installed through elpa. >> > > Then create a minimal .emacs file that will load the right version of org= (but exclude > all your customizations) and start with > > =A0 =A0emacs -q -l /path/to/minimal/.emacs I've already done so. For reference, the code in that file is: (when (load (expand-file-name "~/.emacs.d/elpa/package.el")) (package-initialize)) I've been able to duplicate this bug on two machines, three installs, of em= acs: An Archlinux machine with emacs 23.3 The same Archlinux machines with emacs 24.0 A Solaris 10 machine with emacs 23.3 Another note, I've discovered that the problem goes away if I reload the file "org-indent.el", specifically if I re-eval the function "org-indent-add-properties." I think that this is a problem with the way that elpa is loading the package, but I'm not certain what. > Unless other people are having trouble with this, I'd suspect a customiza= tion > of yours. That would follow, but the elpa package is dated Feb 16th and I suspect that most folks don't upgrade every week. I may just be the first person to come across this. - Andrew