From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Fernandes Subject: Re: Org mode installation problems Date: Wed, 7 Jan 2015 05:27:03 +0000 (UTC) Message-ID: References: <87a91vba7q.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8jAe-0000Bn-5d for emacs-orgmode@gnu.org; Wed, 07 Jan 2015 00:28:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8jAa-0004tK-NV for emacs-orgmode@gnu.org; Wed, 07 Jan 2015 00:28:40 -0500 Received: from plane.gmane.org ([80.91.229.3]:59768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8jAa-0004sD-CX for emacs-orgmode@gnu.org; Wed, 07 Jan 2015 00:28:36 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y8j9q-0008E0-HK for emacs-orgmode@gnu.org; Wed, 07 Jan 2015 06:27:50 +0100 Received: from cpe-76-184-191-61.tx.res.rr.com ([76.184.191.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 06:27:50 +0100 Received: from felixfcaf by cpe-76-184-191-61.tx.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 06:27:50 +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 > Try loading a minimal init file (e.g. check > > http://thread.gmane.org/gmane.emacs.orgmode/80179/focus=80213 > > for an example) and start emacs with > > emacs -q -l /path/to/minimal/.emacs > > If org-export-icalendar-this-file is undefined (as it should be), then > the problem is somewhere in your .emacs file. So start eliminating stuff > from it, until you find out what causes the problem. I chopped my .emacs file down to the following bare essentials: ------------------------------------------------------------------ (require 'package) (package-initialize) (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t) (global-set-key "\C-t" 'previous-line) (global-set-key "\C-f" 'backward-char) (global-set-key "\C-v" 'next-line) (global-set-key "\C-g" 'forward-char) (global-set-key "\C-b" 'backward-word) (global-set-key "\C-n" 'forward-word) (global-set-key "\C-k" 'kill-line) (global-set-key "\C-l" 'kill-word) (global-set-key "\M-w" 'kill-region) (global-set-key (kbd "C-'") 'shrink-window) (global-set-key (kbd "C-;") 'kill-ring-save) (global-set-key (kbd "C-:") 'clipboard-kill-ring-save) (global-set-key "\C-q" 'recenter) ----------------------------------------------------------------------- Then I re-started emacs and opened an org file. I found that M-x org-export-icalendar-this-file is still defined. So the problem may not be in my .emacs? Not sure if this helps but in my load path, I find "usr/share/emacs24/site-lisp/org-mode" and at this location, grep shows that the obsolete function is defined: [vadmin@ubu1004:/usr/share/emacs24/site-lisp/org-mode] $ grep "org-export-icalendar-this-file" org-icalendar.el (defun org-export-icalendar-this-file () Any suggestions on how to fix this, since .emacs may not be the culprit? Here is the full load-path: ("/home/vadmin/.emacs.d/elpa/org-20150105" "/home/vadmin/.emacs.d/elpa/wanderlust-20141208.1533" "/home/vadmin/.emacs.d/elpa/semi-20141109.9" "/home/vadmin/.emacs.d/elpa/flim-20141216.1521" "/home/vadmin/.emacs.d/elpa/apel-20141024.1642" "/usr/share/emacs24/site-lisp/thailatex" "/usr/share/emacs24/site-lisp/namazu" "/usr/share/emacs24/site-lisp/latex-cjk-thai" "/usr/share/emacs24/site-lisp/latex-cjk-common" "/usr/share/emacs24/site-lisp/x-face-el" "/usr/share/emacs24/site-lisp/wl" "/usr/share/emacs24/site-lisp/bitmap-mule" "/usr/share/emacs24/site-lisp/semi" "/usr/share/emacs24/site-lisp/mu-cite" "/usr/share/emacs24/site-lisp/w3m" "/usr/share/emacs24/site-lisp/w3m/shimbun" "/usr/share/emacs24/site-lisp/org-mode" "/usr/share/emacs24/site-lisp/mhc" "/usr/share/emacs24/site-lisp/flim" "/usr/share/emacs24/site-lisp/dictionaries-common" "/usr/share/emacs24/site-lisp/bbdb" "/usr/share/emacs24/site-lisp/apel" "/etc/emacs24" "/etc/emacs" "/usr/local/share/emacs/24.3/site-lisp" "/usr/local/share/emacs/site-lisp" "/usr/share/emacs/24.3/site-lisp" "/usr/share/emacs/24.3/site-lisp/apel" "/usr/share/emacs/24.3/site-lisp/bbdb" "/usr/share/emacs/24.3/site-lisp/bitmap-mule" "/usr/share/emacs/24.3/site-lisp/dictionaries-common" "/usr/share/emacs/24.3/site-lisp/flim" "/usr/share/emacs/24.3/site-lisp/latex-cjk-common" "/usr/share/emacs/24.3/site-lisp/latex-cjk-thai" "/usr/share/emacs/24.3/site-lisp/mhc" "/usr/share/emacs/24.3/site-lisp/mu-cite" "/usr/share/emacs/24.3/site-lisp/namazu" "/usr/share/emacs/24.3/site-lisp/org-mode" "/usr/share/emacs/24.3/site-lisp/semi" "/usr/share/emacs/24.3/site-lisp/thailatex" "/usr/share/emacs/24.3/site-lisp/w3m" "/usr/share/emacs/24.3/site-lisp/wl" "/usr/share/emacs/24.3/site-lisp/x-face-el" "/usr/share/emacs/24.3/site-lisp/w3m/shimbun" "/usr/share/emacs/24.3/site-lisp/wl/etc" "/usr/share/emacs/24.3/site-lisp/wl/etc/icons" "/usr/share/emacs/site-lisp" "/usr/share/emacs/24.3/lisp" "/usr/share/emacs/24.3/lisp/vc" "/usr/share/emacs/24.3/lisp/url" "/usr/share/emacs/24.3/lisp/textmodes" "/usr/share/emacs/24.3/lisp/progmodes" "/usr/share/emacs/24.3/lisp/play" "/usr/share/emacs/24.3/lisp/org" "/usr/share/emacs/24.3/lisp/nxml" "/usr/share/emacs/24.3/lisp/net" "/usr/share/emacs/24.3/lisp/mh-e" "/usr/share/emacs/24.3/lisp/mail" "/usr/share/emacs/24.3/lisp/language" "/usr/share/emacs/24.3/lisp/international" "/usr/share/emacs/24.3/lisp/gnus" "/usr/share/emacs/24.3/lisp/eshell" "/usr/share/emacs/24.3/lisp/erc" "/usr/share/emacs/24.3/lisp/emulation" "/usr/share/emacs/24.3/lisp/emacs-lisp" "/usr/share/emacs/24.3/lisp/cedet" "/usr/share/emacs/24.3/lisp/calendar" "/usr/share/emacs/24.3/lisp/calc" "/usr/share/emacs/24.3/lisp/obsolete" "/usr/share/emacs/24.3/leim")