From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: =?UTF-8?B?UmU6IFtCVUddIGBvcmctbG9hZC1ub2Vycm9yLW11c3RzdWZmaXg=?= =?UTF-8?B?wrQgaXMgbm90IGRlZmluZWQsIGludHJvZHVjZWQgYnkgNTQ4NGEzM2I=?= Date: Sun, 13 Jan 2013 23:08:04 +0100 Message-ID: <8738y4ohx7.fsf@googlemail.com> References: <87a9sh3tsp.fsf@gmail.com> <878v80g6qu.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuVjC-0005ox-QX for emacs-orgmode@gnu.org; Sun, 13 Jan 2013 17:08:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuVj8-0005QZ-Ep for emacs-orgmode@gnu.org; Sun, 13 Jan 2013 17:08:30 -0500 Received: from plane.gmane.org ([80.91.229.3]:59035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuVj8-0005QN-4H for emacs-orgmode@gnu.org; Sun, 13 Jan 2013 17:08:26 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TuVjK-0002Qb-4p for emacs-orgmode@gnu.org; Sun, 13 Jan 2013 23:08:38 +0100 Received: from g231224023.adsl.alicedsl.de ([92.231.224.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jan 2013 23:08:38 +0100 Received: from tjolitz by g231224023.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jan 2013 23:08:38 +0100 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: emacs-orgmode@gnu.org Achim Gratz writes: > Eric Schulte writes: >> Recently my Emacs start up fails when I (require 'org) because the >> function `org-load-noerror-mustsuffix' is undefined. I was able to fix >> this by checking out the version previous to commit 5484a33b [1]. > > Your Emacs loads an outdated org-macs.el. Additionally, you have no > autoloads generated in the Git work tree: > > *Messages* > Loading /home/eschulte/.emacs.d/src/org-mode/lisp/org.el (source)... > Package assoc is obsolete! > Loading /home/eschulte/.emacs.d/elpa/org-20121231/org-loaddefs.el (sour= ce)...done > Problems while trying to load feature `org-jsinfo' > eval-buffer: Symbol's function definition is void: org-define-obsolete-= function-alias > > This makes Emacs pick up the (wrong) autoloads from the ELPA directory, > although the root cause for your failure is that Org has been partly > loaded before the load-path were pointing to the Git work tree and other > parts have been loaded after the load-path changed. Please remove or > deactivate the ELPA package. 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 customizations): Symbol's function definition is void:=20 org-define-obsolete-function-alias Loading org-compat.el first does not help.=20 I do not have the original Org-mode that came with Emacs anymore - I replaced it with a link to the git-repo, i.e. /usr/share/emacs/24.2/ is a symlink.=20 I do not have an Org-mode version in my Elpa directory (only org-magit.el). I followed the advice from this thread and evaluated a list of expressions in the scratch buffer after loading Emacs -Q, and post the output below. This is quite a long thread, I'm not sure if I have exactly the same problem described, and, since I seem to have only the Org-mode git-version and not a mixed installation, I'm not sure about the proposed solution. GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.2) of 2012-11-18 on eric org-version "7.9.3d" ;; This buffer is for notes you don't want to save, and for Lisp evaluation. ;; If you want to create a file, visit that file with C-x C-f, ;; then enter the text in that file's own buffer. features (time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd t= ool-bar dnd fontset image ...) (symbol-file 'org-release) nil (add-to-list 'load-path "~/gitclone/org-mode/lisp") ("~/gitclone/org-mode/lisp" "/usr/share/emacs/24.2/lisp" "/usr/share/emacs/= 24.2/lisp/vc" "/usr/share/emacs/24.2/lisp/url" "/usr/share/emacs/24.2/lisp/= textmodes" "/usr/share/emacs/24.2/lisp/progmodes" "/usr/share/emacs/24.2/li= sp/play" "/usr/share/emacs/24.2/lisp/org" "/usr/share/emacs/24.2/lisp/org/c= ontrib" "/usr/share/emacs/24.2/lisp/org/etc" "/usr/share/emacs/24.2/lisp/or= g/lisp" "/usr/share/emacs/24.2/lisp/org/mk" ...) (load-library "org-loaddefs") t features (org-loaddefs time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel = x-win x-dnd tool-bar dnd fontset ...) load-history (("/home/tj/gitclone/org-mode/lisp/org-loaddefs.el" (autoload . org-babel-e= xecute-safely-maybe) (autoload . org-babel-execute-maybe) (autoload . org-b= abel-view-src-block-info) (autoload . org-babel-expand-src-block-maybe) (au= toload . org-babel-load-in-session-maybe) (autoload . org-babel-pop-to-sess= ion-maybe) (autoload . org-babel-execute-src-block) (autoload . org-babel-e= xpand-src-block) (autoload . org-babel-check-src-block) (autoload . org-bab= el-insert-header-arg) (autoload . org-babel-load-in-session) ...) ("/home/t= j/git/dotemacsd/abbrev_defs" Buffer-menu-mode-abbrev-table Custom-mode-abbr= ev-table Rd-mode-abbrev-table bbdb-mode-abbrev-table bibtex-mode-abbrev-tab= le bookmark-bmenu-mode-abbrev-table calendar-mode-abbrev-table change-log-m= ode-abbrev-table comint-mode-abbrev-table completion-list-mode-abbrev-table= diary-fancy-display-mode-abbrev-table ...) ("/usr/share/emacs/24.2/lisp/ca= lendar/time-date.elc" (defun . with-decoded-time-value) (defun . encode-tim= e-value) (autoload . parse-time-string) (autoload . timezone-make-date-arpa= -standard) (t . date-to-time) (defun . date-to-time) (t . seconds-to-time) = (defun . seconds-to-time) (t . time-less-p) (defun . time-less-p) (t . days= -to-time) ...) ("/usr/share/emacs/24.2/lisp/international/uni-mirrored.el")= ("/usr/share/emacs/24.2/leim/leim-list.el" (autoload . ucs-input-activate)= (autoload . hangul-input-method-activate)) ("/home/tj/gitclone/misc/subdir= s.el") ("/usr/share/emacs/24.2/lisp/subdirs.el") ("/usr/share/emacs/24.2/li= sp/tooltip.elc" tooltip-mode (defun . tooltip-mode) tooltip-delay tooltip-d= elay tooltip-short-delay tooltip-short-delay tooltip-recent-seconds tooltip= -recent-seconds tooltip-hide-delay tooltip-hide-delay tooltip-x-offset ...)= ("/usr/share/emacs/24.2/lisp/vc/ediff-hook.elc" menu-bar-ediff-misc-menu m= enu-bar-epatch-menu menu-bar-ediff-merge-menu menu-bar-ediff-menu (provide = . ediff-hook)) ("/usr/share/emacs/24.2/lisp/vc/vc-hooks.elc" vc-ignore-vc-f= iles vc-master-templates vc-ignore-dir-regexp vc-ignore-dir-regexp vc-handl= ed-backends vc-handled-backends vc-directory-exclusion-list vc-directory-ex= clusion-list vc-make-backup-files vc-make-backup-files vc-follow-symlinks .= ..) ("/usr/share/emacs/24.2/lisp/emacs-lisp/float-sup.elc" float-pi pi floa= t-e degrees-to-radians radians-to-degrees (defun . degrees-to-radians) (def= un . radians-to-degrees) (provide . lisp-float-type)) ("/usr/share/emacs/24= .2/lisp/mwheel.elc" (require . custom) (require . timer) (defun . mouse-whe= el-change-button) mouse-wheel-down-button mouse-wheel-down-event mouse-whee= l-down-event mouse-wheel-up-button mouse-wheel-up-event mouse-wheel-up-even= t mouse-wheel-click-button mouse-wheel-click-event ...) ...) load-history (("/home/tj/gitclone/org-mode/lisp/org-loaddefs.el" (autoload . org-babel-e= xecute-safely-maybe) (autoload . org-babel-execute-maybe) (autoload . org-b= abel-view-src-block-info) (autoload . org-babel-expand-src-block-maybe) (au= toload . org-babel-load-in-session-maybe) (autoload . org-babel-pop-to-sess= ion-maybe) (autoload . org-babel-execute-src-block) (autoload . org-babel-e= xpand-src-block) (autoload . org-babel-check-src-block) (autoload . org-bab= el-insert-header-arg) (autoload . org-babel-load-in-session) ...) ("/home/t= j/git/dotemacsd/abbrev_defs" Buffer-menu-mode-abbrev-table Custom-mode-abbr= ev-table Rd-mode-abbrev-table bbdb-mode-abbrev-table bibtex-mode-abbrev-tab= le bookmark-bmenu-mode-abbrev-table calendar-mode-abbrev-table change-log-m= ode-abbrev-table comint-mode-abbrev-table completion-list-mode-abbrev-table= diary-fancy-display-mode-abbrev-table ...) ("/usr/share/emacs/24.2/lisp/ca= lendar/time-date.elc" (defun . with-decoded-time-value) (defun . encode-tim= e-value) (autoload . parse-time-string) (autoload . timezone-make-date-arpa= -standard) (t . date-to-time) (defun . date-to-time) (t . seconds-to-time) = (defun . seconds-to-time) (t . time-less-p) (defun . time-less-p) (t . days= -to-time) ...) ("/usr/share/emacs/24.2/lisp/international/uni-mirrored.el")= ("/usr/share/emacs/24.2/leim/leim-list.el" (autoload . ucs-input-activate)= (autoload . hangul-input-method-activate)) ("/home/tj/gitclone/misc/subdir= s.el") ("/usr/share/emacs/24.2/lisp/subdirs.el") ("/usr/share/emacs/24.2/li= sp/tooltip.elc" tooltip-mode (defun . tooltip-mode) tooltip-delay tooltip-d= elay tooltip-short-delay tooltip-short-delay tooltip-recent-seconds tooltip= -recent-seconds tooltip-hide-delay tooltip-hide-delay tooltip-x-offset ...)= ("/usr/share/emacs/24.2/lisp/vc/ediff-hook.elc" menu-bar-ediff-misc-menu m= enu-bar-epatch-menu menu-bar-ediff-merge-menu menu-bar-ediff-menu (provide = . ediff-hook)) ("/usr/share/emacs/24.2/lisp/vc/vc-hooks.elc" vc-ignore-vc-f= iles vc-master-templates vc-ignore-dir-regexp vc-ignore-dir-regexp vc-handl= ed-backends vc-handled-backends vc-directory-exclusion-list vc-directory-ex= clusion-list vc-make-backup-files vc-make-backup-files vc-follow-symlinks .= ..) ("/usr/share/emacs/24.2/lisp/emacs-lisp/float-sup.elc" float-pi pi floa= t-e degrees-to-radians radians-to-degrees (defun . degrees-to-radians) (def= un . radians-to-degrees) (provide . lisp-float-type)) ("/usr/share/emacs/24= .2/lisp/mwheel.elc" (require . custom) (require . timer) (defun . mouse-whe= el-change-button) mouse-wheel-down-button mouse-wheel-down-event mouse-whee= l-down-event mouse-wheel-up-button mouse-wheel-up-event mouse-wheel-up-even= t mouse-wheel-click-button mouse-wheel-click-event ...) ...) (symbol-file 'org-release) "org-version" (org-reload) --=20 cheers, Thorsten