From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fritz Kunze Subject: Re: error on opening org-file with #+startup: indent Date: Tue, 24 Apr 2012 07:22:53 -0700 Message-ID: References: <87mx62dopc.fsf@gnu.org> <933A277B-281C-40C0-B647-4616C31E67DB@pobox.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae93404bf8606a904be6d7dad Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMgdz-00060A-0d for emacs-orgmode@gnu.org; Tue, 24 Apr 2012 10:23:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMgdt-0003Er-He for emacs-orgmode@gnu.org; Tue, 24 Apr 2012 10:23:02 -0400 In-Reply-To: <933A277B-281C-40C0-B647-4616C31E67DB@pobox.com> 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: Mike McLean Cc: Bastien , emacs-orgmode@gnu.org --14dae93404bf8606a904be6d7dad Content-Type: text/plain; charset=ISO-8859-1 Hi Guys, Thanks for trying to help me with this. I re-did the installation: I ran M-x load-library org followed by M-x org-version - which returned 7.8.09. (Incidentally, and for the sake of completeness in this report, I built the compiled version of this upgrade by using M-x cd ~/.emacs.d/org-7.8.09/ followed by C-u 0 M-x byte-recompile-directory) I renamed the org-6.36 folder. I started up emacs and the error still appeared. Prior to the attempted upgrade, my load-path contained: (add-to-list 'load-path "~/.emacs.d/org-6.36/lisp") (add-to-list 'load-path "~/.emacs.d/org-6.36/contrib/lisp") And after the attempted upgrade my load-path contained: (add-to-list 'load-path "~/.emacs.d/org-7.8.09/lisp") (add-to-list 'load-path "~/.emacs.d/org-7.8.09/contrib/lisp") As an experiment, I modified the load-path to consist only of one statement: (add-to-list 'load-path "~/.emacs.d/org-7.8.09/") ; (add-to-list 'load-path "~/.emacs.d/org-7.8.09/contrib/lisp") And suddenly the "bug" vanished. What's going on - do you have any idea? I thought I would certainly need this directory "~/.emacs.d/org-7.8.09/contrib/lisp" in my load-path. I also tried some of the steps listed in: http://orgmode.org/worg/org-contrib/org-track.html but when I execute the command (listed there): M-x customize-variable RET org-track-directory RET, I get the message [No Match] - so there apparently is not org-track-directory variable (at least on windows) Any ideas? Thanks in advance for your help. -Fritz Kunze On Tue, Apr 24, 2012 at 4:45 AM, Mike McLean wrote: > > On Apr 23, 2012, at 7:15 PM, Bastien wrote: > > > fkunze writes: > > > >> 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. > > > > I can't reproduce this error... > > > >> This behavior does not occur in Org 6.36. > > > > ... and that's surely why. > > Actually he/she said that he had just upgraded to Org 7.8.09 (the test on > 6.36 was his/her regression test) -- so I don't think the absolute version > of Org is the problem. > > Fkunze - I am suspecting that you have mis-matched org-mode installs, i.e. > pieces and parts of both. What does =M-x org-version= say when you are > experiencing the problem? > > Can you completely clean/remove the old Org 6.36 version to ensure no > conflict? > > > --14dae93404bf8606a904be6d7dad Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Guys,
=A0 Tha= nks for trying to help =A0me with this. =A0

=A0 =A0I re-did the installation:

=A0 =A0 =A0I ran M-x load-library org = followed by M-x org-version - which returned 7.8.09.=A0
=A0 =A0 =A0 =A0 =A0 (Incidentally, and for the sake of complet= eness in this report, I built the compiled version of this upgrade by using= =A0

=A0 =A0 =A0= =A0 =A0 =A0 M-x cd ~/.emacs.d/org-7.8.09/ followed by C-u 0 M-x byte-recom= pile-directory)
=A0=A0
=A0 =A0 =A0I renamed the org-6.36 folder. I started up emacs an= d the error still appeared.=A0

=A0 =A0 =A0= Prior to the attempted upgrade, my load-path contained:
=A0 =A0 =A0 =A0 =A0 =A0(add-to-list= 'load-path "~/.emacs.d/org-6.36/lisp")
=A0 =A0 =A0 =A0 =A0 =A0(add-to-list 'load-pa= th "~/.emacs.d/org-6.36/contrib/lisp")

=A0 =A0 =A0 And after the = attempted upgrade my load-path contained:=A0 =A0
=A0 =A0 =A0 =A0 =A0 = =A0(add-to-list 'load-path "~/.emacs.d/org-7.8.09/lisp")
=A0 =A0 =A0 =A0 =A0 =A0(add-to-list 'load-p= ath "~/.emacs.d/org-7.8.09/contrib/lisp")

As an= experiment, I modified the load-path to consist only of one statement:
=A0 =A0 =A0(add-to-= list 'load-path "~/.emacs.d/org-7.8.09/")
=A0 =A0 =A0;=A0(add-to-list 'load-path "= ;~/.emacs.d/org-7.8.09/contrib/lisp")
= And suddenly the "bug" vanished. =A0What's going on - do you = have any idea? =A0I thought I would certainly need this directory=A0"~= /.emacs.d/org-7.8.09/contrib/lisp" in my load-path.

I also trie= d some of the steps listed in:=A0http://orgmode.org/worg/org-contrib/org-track.html= =A0=A0 =A0but when I execute the command (listed there):=A0M-x customize-variabl= e RET org-track-directory RET,=A0I get the message [No Match] - so t= here apparently is not org-track-directory variable (at least on windows)

Any ideas? = Thanks in advance for your help.

=
-Fritz Kunze
On Tue, Apr 24,= 2012 at 4:45 AM, Mike McLean <mike.mclean@pobox.com> wr= ote:

On Apr 23, 2012, at 7:15 PM, Bastien wrote:

> fkunze <fkunze@gmail.com>= ; writes:
>
>> =A0When I open an org file with =A0#+startup: indent in the header= , the cursor
>> immediately goes to the bottom of the buffer and can not be moved = upward.
>
> I can't reproduce this error...
>
>> This behavior does not occur in Org 6.36.
>
> ... and that's surely why.

Actually he/she said that he had just upgraded to Org 7.8.09 (the tes= t on 6.36 was his/her regression test) -- so I don't think the absolute= version of Org is the problem.

Fkunze - I am suspecting that you have mis-matched org-mode installs, i.e. = pieces and parts of both. What does =3DM-x org-version=3D say when you are = experiencing the problem?

Can you completely clean/remove the old Org 6.36 version to ensure no confl= ict?



--14dae93404bf8606a904be6d7dad--