From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: =?UTF-8?B?UmU6IFtCVUddIGBvcmctbG9hZC1ub2Vycm9yLW11c3RzdWZmaXg=?= =?UTF-8?B?wrQgaXMgbm90IGRlZmluZWQsIGludHJvZHVjZWQgYnkgNTQ4NGEzM2I=?= Date: Tue, 15 Jan 2013 14:36:12 +0100 Message-ID: <87ehhmy3eb.fsf@googlemail.com> References: <87a9sh3tsp.fsf@gmail.com> <878v80g6qu.fsf@Rainer.invalid> <8738y4ohx7.fsf@googlemail.com> <87wqvgmzxc.fsf@googlemail.com> <87vcazfnhi.fsf@gmail.com> <87k3rfcjyb.fsf@googlemail.com> <87txqjkmid.fsf@gmail.com> <87mwway95j.fsf@googlemail.com> <7799.1358252573@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv6gm-0002eO-7N for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 08:36:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tv6gk-0007Zw-JF for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 08:36:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:60452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv6gk-0007Zj-Cv for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 08:36:26 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tv6gx-0005uQ-Qe for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 14:36:39 +0100 Received: from g231232087.adsl.alicedsl.de ([92.231.232.87]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jan 2013 14:36:39 +0100 Received: from tjolitz by g231232087.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jan 2013 14:36:39 +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 Nick Dokos writes: >> but nevertheless, opening an .org file gives me: >> File mode specification error: >> (void-function org-define-obsolete-function-alias) >> > > There is no such function in current org (either defined or used). The > remaining instance was deleted in this commit: > > ,---- > | commit 655ba9f9391e9dafb72a97cea1e327692ac83855 > | Author: Nicolas Goaziou > | Date: Sun Jan 13 20:58:21 2013 +0100 > | > | Remove left-over `org-define-obsolete-function-alias' > `---- > > which you probably don't have. Update org would be my advice. Updating again solved the problem, thanks. So I simply had the bad luck to update my Org-mode at the very moment when the actual org.el wouldn't load due to some forgotten left-over in the file. -- cheers, Thorsten