emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org mode installation problems
@ 2015-01-06 19:21 Felix Fernandes
  2015-01-06 23:44 ` Felix Fernandes
  0 siblings, 1 reply; 10+ messages in thread
From: Felix Fernandes @ 2015-01-06 19:21 UTC (permalink / raw)
  To: emacs-orgmode

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
 )

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-01-08 19:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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