emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Felix Fernandes <felixfcaf@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Org mode installation problems
Date: Wed, 7 Jan 2015 05:27:03 +0000 (UTC)	[thread overview]
Message-ID: <loom.20150107T061320-753@post.gmane.org> (raw)
In-Reply-To: 87a91vba7q.fsf@alphaville.usersys.redhat.com

> 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")

  reply	other threads:[~2015-01-07  5:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-06 19:21 Org mode installation problems Felix Fernandes
2015-01-06 23:44 ` Felix Fernandes
2015-01-07  2:23   ` Nick Dokos
2015-01-07  5:27     ` Felix Fernandes [this message]
2015-01-07 12:52       ` Nick Dokos
2015-01-07 16:43         ` Felix Fernandes
2015-01-07 16:54           ` Felix Fernandes
2015-01-07 17:55             ` Nick Dokos
2015-01-07 18:11               ` Felix Fernandes
2015-01-08 19:18                 ` Felix Fernandes

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=loom.20150107T061320-753@post.gmane.org \
    --to=felixfcaf@gmail.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).