[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] error on opening org-file with #+startup: indent
From: |
Achim Gratz |
Subject: |
Re: [O] error on opening org-file with #+startup: indent |
Date: |
Thu, 26 Apr 2012 06:29:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
fkunze writes:
> Regarding the installation instructions: At first I started here
> (http://orgmode.org/manual/Installation.html#Installation) but since I am
> running on windows 7, I have no access to "Make". I want to avoid installing
> cywin as it typically fails to track windows 7 x64. As far as I can tell,
> make
> is unnecessary as well since you can hand compile all the files (as I
> described
> in my bug report). It's my mistake that I failed to notice the requirement to
> add (require 'org-install).
The make from MSys would also work. Again, it is not the (missing or
not) byte-compilation that is the problem.
I plan to provide a way to generate the autoloads without make, maybe
even automatically when they are determined to be missing. Until then
you'd have to do this by hand; start emacs (preferrably with options
"--no-init -Q -l autoload") and enter this into the scratch buffer (the
path must be an absolute one):
--8<---------------cut here---------------start------------->8---
(setq generated-autoload-file "~/.emacs.d/org-7.8.09/lisp/org-install.el")
(update-directory-autoloads "lisp")
--8<---------------cut here---------------end--------------->8---
Then move the cursor to the end of each line and press C-j
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada
- Re: [O] error on opening org-file with #+startup: indent, (continued)
- Re: [O] error on opening org-file with #+startup: indent, Bastien, 2012/04/24
- Re: [O] error on opening org-file with #+startup: indent, Fritz Kunze, 2012/04/24
- Re: [O] error on opening org-file with #+startup: indent, Achim Gratz, 2012/04/24
- Re: [O] error on opening org-file with #+startup: indent, Martyn Jago, 2012/04/24
- Re: [O] error on opening org-file with #+startup: indent, Achim Gratz, 2012/04/25
- Re: [O] error on opening org-file with #+startup: indent, Achim Gratz, 2012/04/25
- Re: [O] error on opening org-file with #+startup: indent, fkunze, 2012/04/25
- Re: [O] error on opening org-file with #+startup: indent, Mike McLean, 2012/04/24
- Re: [O] error on opening org-file with #+startup: indent, fkunze, 2012/04/25
- Re: [O] error on opening org-file with #+startup: indent, fkunze, 2012/04/25
- Re: [O] error on opening org-file with #+startup: indent,
Achim Gratz <=
- Re: [O] error on opening org-file with #+startup: indent, Bastien, 2012/04/26
- Re: [O] error on opening org-file with #+startup: indent, fkunze, 2012/04/26
- Re: [O] error on opening org-file with #+startup: indent, Bastien, 2012/04/27