emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
To: emacs-orgmode@gnu.org, Peter Westlake <peter.westlake@pobox.com>
Subject: R: Problem with keys not being mapped
Date: Wed, 14 Jan 2009 14:48:02 +0000 (GMT)	[thread overview]
Message-ID: <842028.12852.qm@web28313.mail.ukl.yahoo.com> (raw)
In-Reply-To: <1231940786.27714.1294724509@webmail.messagingengine.com>

--- Mer 14/1/09, Peter Westlake <peter.westlake@pobox.com> ha scritto:

> I have just installed emacs-snapshot and the git version of
> org-mode on
> a new Debian machine (running Lenny), and a lot of C-c
> <letter> bindings
> are missing. For example, C-c a should be org-agenda, but
> is unbound.
> 
> C-h m shows the right bindings.
> 
> Here's .emacs:
> 
>   (add-to-list 'load-path
> "/usr/local/share/emacs/site-lisp")
>   (add-to-list 'load-path
> "~/src/org-mode/contrib/lisp")
> 

.... did you *activate* Org-Mode ?

It is descibed in the Manual: 1.3 Activation
see:
http://orgmode.org/manual/index.html#Activation

e.g. : 
;; The following lines are always needed.  Choose your own keys.
     (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
     (global-set-key "\C-cl" 'org-store-link)
     (global-set-key "\C-ca" 'org-agenda)
     (global-set-key "\C-cb" 'org-iswitchb)

cheers

Giovanni




  parent reply	other threads:[~2009-01-14 14:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-14 13:46 Problem with keys not being mapped Peter Westlake
2009-01-14 14:41 ` Bernt Hansen
2009-01-14 17:55   ` Peter Westlake
2009-01-14 14:48 ` Giovanni Ridolfi [this message]
2009-01-14 17:46   ` R: " Peter Westlake

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=842028.12852.qm@web28313.mail.ukl.yahoo.com \
    --to=giovanni.ridolfi@yahoo.it \
    --cc=emacs-orgmode@gnu.org \
    --cc=peter.westlake@pobox.com \
    /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).