From: Thorsten Jolitz <tjolitz@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: Re: [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b
Date: Mon, 14 Jan 2013 00:22:07 +0100 [thread overview]
Message-ID: <87wqvgmzxc.fsf@googlemail.com> (raw)
In-Reply-To: F11E0714-9203-43B4-894D-5AC3BD2EA191@siancu.net
Stelian Iancu <lists@siancu.net> writes:
>> I just updated Org-mode from Git a few minutes ago, and, after having
>> problems, deleted the repo and cloned it again, ran make and make
>> autoloads, but still cannot load org.el (or start with my usual
>> starter-kit customisations):
>>
>
> [SNIP]
>
> Just my 2c: in my case, all I did was:
> - clone the git repo
> - add org-mode/lisp to the load-path
> - make autoloads
> - require 'org
>
> After that, M-x org-version returns the correct org version and path:
> Org-mode version 7.9.3c (release_7.9.3c-816-g409ee8 @
> /Users/stelianiancu/.emacs-live-packs/orgmode-pack/lib/org-mode/lisp/)
>
> Emacs version: GNU Emacs 24.2.92.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-01-10 on bob.porkrind.org
I my case, org is a symlink in the Emacs folder:
/usr/share/emacs/24.2/lisp/
drwxr-xr-x 2 root root 4096 18. Nov 08:40 nxml
drwxr-xr-x 2 root root 4096 18. Nov 08:40 obsolete
lrwxrwxrwx 1 root root 26 30. Apr 2012 org -> /home/tj/gitclone/org-mode
-rw-r--r-- 1 root root 10926 23. Aug 07:33 outline.el.gz
-rw-r--r-- 1 root root 35745 24. Aug 11:58 outline.elc
-rw-r--r-- 1 root root 3151 23. Aug 07:33
and the load-path points to this folder:
C-v load-path
...
"/usr/share/emacs/24.2/lisp/org"
"/usr/share/emacs/24.2/lisp/org/contrib"
"/usr/share/emacs/24.2/lisp/org/etc"
"/usr/share/emacs/24.2/lisp/org/lisp"
"/usr/share/emacs/24.2/lisp/org/mk"
"/usr/share/emacs/24.2/lisp/org/testing"
"/usr/share/emacs/24.2/lisp/org/contrib/babel"
"/usr/share/emacs/24.2/lisp/org/contrib/lisp"
"/usr/share/emacs/24.2/lisp/org/contrib/scripts"
"/usr/share/emacs/24.2/lisp/org/etc/schema"
"/usr/share/emacs/24.2/lisp/org/etc/styles"
"/usr/share/emacs/24.2/lisp/org/testing/examples"
"/usr/share/emacs/24.2/lisp/org/testing/jump"
"/usr/share/emacs/24.2/lisp/org/testing/lisp"
"/usr/share/emacs/24.2/lisp/org/contrib/babel/langs"
"/usr/share/emacs/24.2/lisp/org/contrib/scripts/staticmathjax"
"/usr/share/emacs/24.2/lisp/org/contrib/scripts/staticmathjax/chrome"
"/usr/share/emacs/24.2/lisp/org/contrib/scripts/staticmathjax/defaults"
"/usr/share/emacs/24.2/lisp/org/contrib/scripts/staticmathjax/chrome/content"
"/usr/share/emacs/24.2/lisp/org/contrib/scripts/staticmathjax/defaults/preferences"
...
this worked before.
If I try org-version or (require 'org), I always get:
Symbol's function definition is void: org-define-obsolete-function-alias
--
cheers,
Thorsten
next prev parent reply other threads:[~2013-01-13 23:22 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
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 [this message]
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
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=87wqvgmzxc.fsf@googlemail.com \
--to=tjolitz@googlemail.com \
--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).