[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Org mode installation problems
From: |
Felix Fernandes |
Subject: |
[O] Org mode installation problems |
Date: |
Tue, 6 Jan 2015 19:21:06 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Hi,
I recently updated to the latest org-mode version (using M-x list-packages).
I am having some problems after installation. For example, the following
keyboard test macro
(fset 'jj [?\C-c ?c ?t ?j ?j return ?\C-c ?\C-c])
that invokes this capture template definition
(setq org-capture-templates '(("t" "Todo" entry (file "~/org/j.org"))))
no longer works. However, when I removed the directories org* from
~/.emacs.d/elpa/, then this keyboard test macro began to work again.
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.
Is there an easy way to delete all previous installations of org mode? I had
several org* directories in my ~/.emacs.d/elpa/ directory and the above
problem was fixed when I removed them all.
Thanks.
Sincerely,
Felix
----------------------------------------------------------
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 7.8.02
current state:
==============
(setq
org-export-blocks '((src org-babel-exp-src-block nil) (comment
org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa
nil) (dot org-export-blocks-format-dot nil))
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
org-babel-execute-safely-maybe)
org-icalendar-include-todo t
org-export-preprocess-before-selecting-backend-code-hook
'(org-beamer-select-beamer-code)
org-tab-first-hook '(org-hide-block-toggle-maybe
org-src-native-tab-command-maybe)
org-agenda-use-time-grid nil
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
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-export-interblocks '((lob org-babel-exp-lob-one-liners) (src
org-babel-exp-inline-src-blocks))
org-deadline-warning-days 0
org-metaup-hook '(org-babel-load-in-session-maybe)
org-confirm-elisp-link-function 'yes-or-no-p
org-export-latex-format-toc-function 'org-export-latex-format-toc-default
org-capture-templates '(("t" "Todo" entry (file+headline "~/org/todo.org"
"Tasks") "* TODO %^{Brief Description}"
:prepend t)
("e" "Email Todo" entry (file+headline
"~/org/todo.org" "Tasks") "* TODO %:subject\n%a\n%?Added: %U\n" :prepend t))
org-agenda-sorting-strategy '((agenda priority-down) (todo priority-down
category-keep) (tags priority-down category-keep) (search category-keep))
org-export-preprocess-before-normalizing-links-hook
'(org-remove-file-link-modifiers)
org-agenda-start-with-follow-mode t
org-blank-before-new-entry nil
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
org-agenda-prefix-format " %-11:c% s"
org-export-first-hook '(org-beamer-initialize-open-trackers)
org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook
change-major-mode-hook org-show-block-all append local] 5]
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-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists)
org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
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 <=
- Re: [O] Org mode installation problems, Felix Fernandes, 2015/01/06
- 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