From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike McLean Subject: Re: error on opening org-file with #+startup: indent Date: Tue, 24 Apr 2012 21:41:32 -0400 Message-ID: <3B6C288A-34BE-4EAE-BCEB-9FE92A46D5DF@pobox.com> References: <87mx62dopc.fsf@gnu.org> <933A277B-281C-40C0-B647-4616C31E67DB@pobox.com> <87mx61c513.fsf@Rainer.invalid> Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: multipart/alternative; boundary="Apple-Mail=_72F2BECB-2EBA-47D4-8FA6-FB6696153C4B" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMrEh-0006tW-HU for emacs-orgmode@gnu.org; Tue, 24 Apr 2012 21:41:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMrEf-0007A3-9o for emacs-orgmode@gnu.org; Tue, 24 Apr 2012 21:41:39 -0400 Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:54099 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMrEf-00079x-0Q for emacs-orgmode@gnu.org; Tue, 24 Apr 2012 21:41:37 -0400 In-Reply-To: <87mx61c513.fsf@Rainer.invalid> 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: Achim Gratz Cc: emacs-orgmode@gnu.org --Apple-Mail=_72F2BECB-2EBA-47D4-8FA6-FB6696153C4B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Apr 24, 2012, at 3:18 PM, Achim Gratz wrote: > Fritz Kunze writes: >> I ran M-x load-library org followed by M-x org-version - which >> returned 7.8.09.=20 >=20 > You didn't generate and (require 'org-install). If you have admin-rights / sudo access on your machine, the simplest = method may be to just follow the true install process at = http://orgmode.org/manual/Installation.html#Installation. Any reasonably = setup Linux/Unix system will require sudo / root access for the make = install step.=20 If you are going to run Org-Mode without running =93make install=94 (or = don't have the proper rights to run =93make install=94), the build = process has recently changed. This is likely why you are picking up the = old autoloads. Instead of =3D M-x cd ~/.emacs.d/org-7.8.09/ followed by = C-u 0 M-x byte-recompile-directory)=3D do the following from your shell: $ cd ~/.emacs.d/org-7.8.09/ $ make oldorg Back in Emacs: (add-to-list 'load-path "~/.emacs.d/org-7.8.09/lisp") (require 'org-install) Then immediately do a M-x org-version If you don't get a string similar to mine below, you still have = conflicting versions of Org Mode. In particular you are looking for the = part after the '@' sign to point to an org-install.el that matches your = ~/.emacs.d/org-7.8.09/lisp directory location. Without it, Emacs and Org = will be hopelessly confused. =3DOrg-mode version 7.8.09 (release_7.8.09-335-geabf89 @ = /Users/mlm/.emacs.d/el-get/org-mode/lisp/org-install.el)=3D Mike --Apple-Mail=_72F2BECB-2EBA-47D4-8FA6-FB6696153C4B Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=windows-1252
Fritz = Kunze writes:
     I ran M-x = load-library org followed by M-x org-version - = which
returned = 7.8.09. 

You didn't generate and (require = 'org-install).

If you have = admin-rights / sudo access on your machine, the simplest method may be = to just follow the true install process at http://o= rgmode.org/manual/Installation.html#Installation. Any reasonably = setup Linux/Unix system will require sudo / root access for the make = install step. 

If you are going to run = Org-Mode without running =93make install=94 (or don't have the proper = rights to run =93make install=94), the build process has recently = changed. This is likely why you are picking up the old autoloads. = Instead of =3D M-x cd ~/.emacs.d/org-7.8.09/ followed by C-u 0 M-x = byte-recompile-directory)=3D do the following from your = shell:

$ = cd ~/.emacs.d/org-7.8.09/
$ make = oldorg

Back in = Emacs:

(add-to-list 'load-path = "~/.emacs.d/org-7.8.09/lisp")
(require = 'org-install)
Then immediately do = a

M-x org-version

If = you don't get a string similar to mine below, you still have conflicting = versions of Org Mode. In particular you are looking for the part after = the '@' sign to point to an org-install.el that matches your = ~/.emacs.d/org-7.8.09/lisp directory location. Without it, Emacs and Org = will be hopelessly confused.

=3DOrg-mode = version 7.8.09 (release_7.8.09-335-geabf89 @ = /Users/mlm/.emacs.d/el-get/org-mode/lisp/org-install.el)=3D

=
Mike

= --Apple-Mail=_72F2BECB-2EBA-47D4-8FA6-FB6696153C4B--