From: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
To: Achim Gratz <Stromeko@nexgo.de>,
"emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] org version under Windows 7
Date: Thu, 12 Jul 2012 09:30:50 +0100 (BST) [thread overview]
Message-ID: <1342081850.5646.YahooMailNeo@web29802.mail.ird.yahoo.com> (raw)
In-Reply-To: <87629uyp6d.fsf@Rainer.invalid>
Da: Achim Gratz <Stromeko@nexgo.de>
Inviato: Mercoledì 11 Luglio 2012 23:15
> Bastien writes:
>> Achim Gratz <Stromeko@nexgo.de> writes:
>>> I'll update org
>>> hacks with the instructions when you have installed the patch.
>
>> I just installed the patch, thanks.
> Documentation on WOrg is updated to reflect the new reality...
> :-)
that does not work. )-:
- downloaded snapshot 7445ee7d0
- un-tar-zipped
- followed the instructions on worg from "The above assumes ...." i.e.:
- started Emacs with:
c:\Users\me> programs/emacs/bin/emacs.exe emacs -Q -L lisp -l org/UTILITIES/org-fixup
- BUT emacs *opens* the file org-fixup (? uh ?!)
then I tried:
c:\Users\me> programs/emacs/bin/emacs.exe emacs -Q -L lisp -l org/UTILITIES/org-fixup.el
emacs opens the file org-fixup.el
- then evaluated in the *scratch* buffer the let expression and got the error:
Debugger entered--Lisp error: (void-function org-make-autoloads-compile)
(org-make-autoloads-compile)
(let ((org-fake-release "7.8.11") (org-fake-git-version "7.8.11-fake")) (org-make-autoloads-compile))
eval((let ((org-fake-release "7.8.11") (org-fake-git-version "7.8.11-fake")) (org-make-autoloads-compile)) nil)
eval-last-sexp-1(t)
eval-last-sexp(t)
eval-print-last-sexp()
call-interactively(eval-print-last-sexp nil nil)
then I
- restarted Emacs
- in the *scratch* buffer
- evaluated (org-make-org-version "7.8.11" "7445ee7d0" "c:/Users/me/programs/odt/styles/") in the scratch buffer,
this command creates the file
c:/Users/me/programs/emacs/bin/org-version.el
^^^^^^^^^^^^^^
that has all the parameters at the right places but the version is not loaded:
M-x org-version:
Org-mode version N/A-fixup (N/A-fixup !!check installation!! @ c:/Users/ridolfi/programs/emacs-o/org/lisp/)
Then I copied to c:/Users/me/org/lisp/org-version.el
^^^^^^^^^^^^^^^
and org got it
Org-mode version 7.8.11 (7445ee7d0 @ c:/Users/me/org/lisp/) \o/
If I start Emacs and
in the *scratch* buffer evaluate:(defvar my/org-lisp-directory "c:/Users/me/org/lisp/" "Directory where your org-mode files live.")
(org-make-org-version "7.8.11" "7445ee7d0" "c:/Users/me/programs/odt/styles/")
the file org-version.el is saved in the directroy of the scratch buffer, that is c:/Users/me/programs/emacs/bin/
So, Achim how can I tell Emacs to "change" directory and save org-version.el in my org/lisp/ directory?
cheers,
Giovanni
next prev parent reply other threads:[~2012-07-12 8:31 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-11 15:03 org version under Windows 7 Giovanni Ridolfi
2012-07-11 16:46 ` Achim Gratz
2012-07-11 17:43 ` [PATCH] " Achim Gratz
2012-07-11 20:21 ` Bastien
2012-07-11 21:15 ` Achim Gratz
2012-07-12 6:31 ` Bastien
2012-07-12 8:30 ` Giovanni Ridolfi [this message]
2012-07-12 13:24 ` Achim Gratz
2012-07-24 15:23 ` Bastien
2012-07-25 7:52 ` Giovanni Ridolfi
2012-07-26 12:50 ` Bastien
2012-07-26 18:49 ` Achim Gratz
2012-07-31 16:36 ` Bastien
2013-01-02 22:22 ` Babel related bug in elpa version 20121231 Robert Horn
2013-01-04 2:16 ` Robert Horn
2013-01-04 15:23 ` Bastien
2013-01-04 21:27 ` Achim Gratz
2013-01-05 0:10 ` Robert Horn
2013-01-05 7:07 ` Achim Gratz
2013-01-05 11:07 ` Bastien
2013-01-05 11:45 ` Achim Gratz
2013-01-05 12:33 ` Bastien
2013-01-05 13:40 ` Achim Gratz
2013-01-05 14:00 ` Bastien
2013-01-05 16:40 ` Robert Horn
2013-01-05 16:55 ` Achim Gratz
2013-01-05 18:51 ` Eric Schulte
2013-01-05 19:07 ` Achim Gratz
2013-01-05 19:28 ` Eric Schulte
2013-01-05 20:39 ` Achim Gratz
2013-01-05 23:29 ` Eric Schulte
[not found] ` <CAGoVJLFRky2wOZUkyAVTp3E9eXnsYoetAckWKJs1MKyqQHUCFA@mail.gmail.com>
2013-01-05 20:55 ` Fwd: " Stelian Iancu
2013-01-05 21:16 ` Eric Schulte
2013-01-05 21:10 ` Robert Horn
2013-01-05 22:14 ` Tom Davey
2013-01-05 23:30 ` Eric Schulte
2013-01-06 20:21 ` Stelian Iancu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1342081850.5646.YahooMailNeo@web29802.mail.ird.yahoo.com \
--to=giovanni.ridolfi@yahoo.it \
--cc=Stromeko@nexgo.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).