From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Fernandes Subject: Re: Org mode installation problems Date: Tue, 6 Jan 2015 23:44:21 +0000 (UTC) Message-ID: References: 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]:38725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8dop-0004bu-Jj for emacs-orgmode@gnu.org; Tue, 06 Jan 2015 18:45:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8dom-0004uQ-Dj for emacs-orgmode@gnu.org; Tue, 06 Jan 2015 18:45:47 -0500 Received: from plane.gmane.org ([80.91.229.3]:46362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8dom-0004uF-6Z for emacs-orgmode@gnu.org; Tue, 06 Jan 2015 18:45:44 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y8do8-0002xF-Nh for emacs-orgmode@gnu.org; Wed, 07 Jan 2015 00:45:04 +0100 Received: from 216.1.169.18 ([216.1.169.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 00:45:04 +0100 Received: from felixfcaf by 216.1.169.18 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 00:45:04 +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 > Any suggestions on how to fix the installation problems? I have placed > package-initialize at the beginning of my .emacs but that doesn't help. I re-installed org-mode from elpa after deleting all org-related entries from my .emacs (I don't have init.el) and ensuring that no org buffers were open. After the installation I observed the following information from the elpa entry: org is an installed package. Status: Installed in `/home/vadmin/.emacs.d/elpa/org-20150105/', shadowing a built-in package. Version: 20150105 So, it appears to be installed correctly. However, the obsolete function M-x org-export-icalendar-this-file is still available (it shouldn't be) and the keyboard test macro that I mentioned in my previous post fails. According to available documentation, I have followed the correct procedure to update org from the built-in installation. But it doesn't work. Please advise. Thanks. Information on my state after the update is below: Emacs : GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of 2014-02-22 on chindi10, modified by Debian Package: Org-mode version 8.2.10 (8.2.10-29-g89a0ac-elpa @ /home/vadmin/.emacs.d/elpa/org-20150105/) current state: ============== (setq org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-agenda-use-time-grid nil org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-hide-inline-tasks org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-agenda-custom-commands '(("pa" "A-priority" tags-todo "+SCHEDULED<=\"\"+PRIORITY=\"A\"") ("pb" "B-priority" tags-todo "+SCHEDULED<=\"\"+PRIORITY=\"B\"") ("pc" "C-priority" tags-todo "+SCHEDULED<=\"\"+PRIORITY=\"C\"") ("b" "Buy" tags "+CATEGORY=\"BUY\"") ("w" "Web" tags "+CATEGORY=\"WEB\"") ("k" "Books" tags "+CATEGORY=\"BOOKS\"") ("v" "Movies" tags "+CATEGORY=\"MOVIES\"") ("u" "Music" tags "+CATEGORY=\"MUSIC\"")) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-babel-pre-tangle-hook '(save-buffer) org-occur-hook '(org-first-headline-recenter) org-deadline-warning-days 0 org-metaup-hook '(org-babel-load-in-session-maybe) org-confirm-elisp-link-function 'yes-or-no-p org-agenda-sorting-strategy '((agenda priority-down) (todo priority-down category-keep) (tags priority-down category-keep) (search category-keep)) org-agenda-start-with-follow-mode t org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-agenda-prefix-format " %-11:c% s" org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes my-org-mode-hook) org-agenda-start-on-weekday nil org-agenda-mode-hook '(my-org-agenda-mode-hook) org-directory "~/org/" org-metadown-hook '(org-babel-pop-to-session-maybe) org-agenda-files '("~/org/todo.org" "~/org/home.org") org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-after-todo-state-change-hook '(org-clock-out-if-current) org-confirm-shell-link-function 'yes-or-no-p )