From: Achim Gratz <Stromeko@NexGo.DE>
To: emacs-orgmode@gnu.org
Subject: Re: [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b
Date: Fri, 11 Jan 2013 08:58:41 +0000 (UTC) [thread overview]
Message-ID: <loom.20130111T092857-272@post.gmane.org> (raw)
In-Reply-To: 87y5g0llhf.fsf@gmail.com
Eric Schulte <schulte.eric <at> gmail.com> writes:
> > and where do you set load-path?
>
> No load path customization, just those two lines above are enough to
> cause the error.
How do you expect Emacs to recognize that you'll want to use a different Org?
> alright, starting with emacs -Q, evaluate the following in your scratch
> buffer.
>
> (load-file "~/.emacs.d/src/org-mode/lisp/org.el")
You must set the load-path to start with the expansion of
~/.emacs.d/src/org-mode/lisp/
first.
> it may complain (void-function org-define-obsolete-function-alias), in
> which case evaluate the following in your scratch buffer
>
> (load-file "~/.emacs.d/src/org-mode/lisp/org-compat.el")
Don't know what you're trying to achieve there. This should be absolutely
uneccesary.
> (load-file "~/.emacs.d/src/org-mode/lisp/org.el")
Ditto (we're still talking about 'emacs -Q', yes?).
> The above works prior to the offending commit, but now it throws an
> error.
As it should; and I remark that it didn't work before, you've just not been
getting an error. Your load-path points to Emacs' core, and then you're trying
to load a single out-of-core file from a later version of Org.
Start Emacs with -Q, make sure the autoloads have been generated in the Git
worktree (org-loaddefs.el must exist). Then evaluate step-by-step the following
lines in *scratch* (C-j at the end of each sexp):
features
load-history
(symbol-file 'org-release)
(add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp")
(load-library "org-loaddefs")
(org-version t t)
features
load-history
(symbol-file 'org-release)
(org-reload)
Please post the output in *scratch* and *Messages*.
Thanks,
Achim.
next prev parent reply other threads:[~2013-01-11 8:58 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-10 16:08 [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b Eric Schulte
2013-01-10 16:29 ` Bastien
2013-01-10 16:38 ` Eric Schulte
2013-01-10 17:09 ` Bastien
2013-01-10 17:29 ` Eric Schulte
2013-01-10 17:44 ` Nick Dokos
2013-01-10 18:13 ` Eric Schulte
2013-01-10 18:44 ` Bastien
2013-01-10 19:28 ` Eric Schulte
2013-01-10 20:05 ` Bastien
2013-01-10 21:12 ` Eric Schulte
2013-01-10 22:24 ` Eric Schulte
2013-01-10 22:45 ` Nick Dokos
2013-01-10 23:05 ` Bastien
2013-01-10 23:44 ` Eric Schulte
2013-01-11 7:04 ` Bastien
2013-01-11 12:28 ` Bastien
2013-01-11 15:41 ` Eric Schulte
2013-01-11 16:31 ` Bastien
2013-01-11 16:50 ` Achim Gratz
2013-01-11 16:40 ` Achim Gratz
2013-01-11 16:58 ` Bastien
2013-01-11 17:04 ` Achim Gratz
2013-01-11 17:23 ` Bastien
2013-01-11 19:30 ` Achim Gratz
2013-01-11 20:19 ` Eric Schulte
2013-01-11 20:48 ` Achim Gratz
2013-01-12 6:57 ` Bastien
2013-01-12 6:56 ` Bastien
2013-01-12 7:44 ` Achim Gratz
2013-01-12 8:40 ` Bastien
2013-01-12 10:27 ` Achim Gratz
2013-01-12 11:03 ` Achim Gratz
2013-01-12 13:35 ` Bastien
2013-01-12 15:49 ` Achim Gratz
2013-01-12 16:06 ` Bastien
2013-01-12 16:17 ` Achim Gratz
2013-01-12 16:12 ` Bastien
2013-01-12 16:24 ` Achim Gratz
2013-01-11 9:12 ` Achim Gratz
2013-01-10 23:27 ` Stelian Iancu
2013-01-10 23:27 ` Stelian Iancu
2013-01-10 20:09 ` Achim Gratz
2013-01-10 22:30 ` Eric Schulte
2013-01-10 22:55 ` Nick Dokos
2013-01-11 8:58 ` Achim Gratz [this message]
2013-01-10 19:37 ` Nick Dokos
2013-01-10 19:47 ` Achim Gratz
2013-01-13 22:08 ` Thorsten Jolitz
2013-01-13 23:06 ` Stelian Iancu
2013-01-13 23:22 ` Thorsten Jolitz
2013-01-14 21:44 ` Eric Schulte
2013-01-15 1:29 ` Thorsten Jolitz
2013-01-15 6:07 ` Eric Schulte
2013-01-15 11:31 ` Thorsten Jolitz
2013-01-15 12:22 ` Nick Dokos
2013-01-15 13:36 ` Thorsten Jolitz
2013-01-15 13:49 ` Nick Dokos
2013-01-15 18:58 ` Achim Gratz
2013-01-15 20:17 ` Thorsten Jolitz
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20130111T092857-272@post.gmane.org \
--to=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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.