emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Chris Henderson <henders254@gmail.com>
To: emacs-orgmode@gnu.org
Subject: global keys not working on version 20130401
Date: Wed, 3 Apr 2013 19:44:35 +1100	[thread overview]
Message-ID: <CAFrmxDcBE-KgA-Kv2Y52eWqLr5wvk6e8GC9OFRsvAjFoV6eugQ@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2013-04-03  8:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-03  8:44 Chris Henderson [this message]
2013-04-03 10:31 ` global keys not working on version 20130401 Bastien
2013-04-04  8:38   ` Chris
2013-04-04 10:14     ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFrmxDcBE-KgA-Kv2Y52eWqLr5wvk6e8GC9OFRsvAjFoV6eugQ@mail.gmail.com \
    --to=henders254@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).