emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* global keys not working on version 20130401
@ 2013-04-03  8:44 Chris Henderson
  2013-04-03 10:31 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Henderson @ 2013-04-03  8:44 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1366 bytes --]

I have installed version 20130401 on emacs 24.3 on os x mountain lion via
M-x package list. But my global keys don't seem to be working. I get an
error:
Invalid function: org-no-popups. The only orgmode that seem to work for me
is version: 20121217.

My global keys are:

^c-c capture
^c-t todo
^c-^c - org-tag-list

Here's the snippet from .emacs

(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
     (add-hook 'org-mode-hook 'turn-on-font-lock) ; not needed when
global-font-lock-mode is on
     (global-set-key "\C-cl" 'org-store-link)
     (global-set-key "\C-ca" 'org-agenda)
     (global-set-key "\C-cb" 'org-iswitchb)
     (global-set-key "\C-cl" 'org-store-link)
     (global-set-key "\C-cc" 'org-capture)

(setq org-tag-alist '(("computer" . ?c) ("Errands" . ?e) ("work" . ?o)
("calls" . ?a)
("Internet" . ?i) ("waitingfor" . ?w)))

(setq org-agenda-files '("~/org"))

(setq org-capture-templates
       '(("t" "Tasks" entry (file+headline "~/org/gtd_home.org" "Tasks")
              "** %?\n  %i Added:%U")
         ("p" "Project" entry (file+headline "~/org/gtd_home.org"
"Projects")
              "** %?\n  %i Added:%U")))

(setq org-todo-keywords
            '((sequence "TODO(t)" "|" "DONE(d)")
              (sequence "|" "CANCELED(c)")))

(setq org-todo-keyword-faces
           '(("CANCELED" . (:foreground "blue" :weight bold))))

Thanks.

[-- Attachment #2: Type: text/html, Size: 2168 bytes --]

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

end of thread, other threads:[~2013-04-04 10:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-03  8:44 global keys not working on version 20130401 Chris Henderson
2013-04-03 10:31 ` Bastien
2013-04-04  8:38   ` Chris
2013-04-04 10:14     ` Bastien

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