[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Org mode installation problems
From: |
Felix Fernandes |
Subject: |
Re: [O] Org mode installation problems |
Date: |
Tue, 6 Jan 2015 23:44:21 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.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<=\"<today>\"+PRIORITY=\"A\"") ("pb" "B-priority"
tags-todo
"+SCHEDULED<=\"<today>\"+PRIORITY=\"B\"")
("pc" "C-priority" tags-todo
"+SCHEDULED<=\"<today>\"+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
)
- [O] Org mode installation problems, Felix Fernandes, 2015/01/06
- Re: [O] Org mode installation problems,
Felix Fernandes <=
- Re: [O] Org mode installation problems, Nick Dokos, 2015/01/06
- Re: [O] Org mode installation problems, Felix Fernandes, 2015/01/07
- Re: [O] Org mode installation problems, Nick Dokos, 2015/01/07
- Re: [O] Org mode installation problems, Felix Fernandes, 2015/01/07
- Re: [O] Org mode installation problems, Felix Fernandes, 2015/01/07
- Re: [O] Org mode installation problems, Nick Dokos, 2015/01/07
- Re: [O] Org mode installation problems, Felix Fernandes, 2015/01/07
- Re: [O] Org mode installation problems, Felix Fernandes, 2015/01/08