From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angelina Carlton Subject: the org-CUA-compatible variable Date: Sun, 10 Dec 2006 16:27:08 -0500 Message-ID: <87mz5v30ib.fsf@magma.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GtWCh-0000O8-57 for emacs-orgmode@gnu.org; Sun, 10 Dec 2006 16:27:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GtWCd-0000L1-8s for emacs-orgmode@gnu.org; Sun, 10 Dec 2006 16:27:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GtWCd-0000Ku-5u for emacs-orgmode@gnu.org; Sun, 10 Dec 2006 16:27:19 -0500 Received: from [209.217.78.176] (helo=mx4-1.spamtrap.magma.ca) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GtWCc-0006r9-Va for emacs-orgmode@gnu.org; Sun, 10 Dec 2006 16:27:19 -0500 Received: from mail4.magma.ca (mail4.internal.magma.ca [10.0.10.14]) by mx4-1.spamtrap.magma.ca (8.13.1/8.13.1) with ESMTP id kBALREKa003184 for ; Sun, 10 Dec 2006 16:27:14 -0500 Received: from morcheeba (ottawa-hs-69-20-224-121.d-ip.magma.ca [69.20.224.121]) by mail4.magma.ca (Magma's Mail Server) with ESMTP id kBALRBFD002928 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Sun, 10 Dec 2006 16:27:14 -0500 Received: from orchid by morcheeba with local (Exim 4.63) (envelope-from ) id 1GtWCS-0005oZ-Gw for emacs-orgmode@gnu.org; Sun, 10 Dec 2006 16:27:08 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello everyone, (if possible, could you CC any replies as I am not subscribed?) In my .emacs file, close to the top, I have the code: ;; shift+arrows to move between windows --------------------------------------- (when (fboundp 'windmove-default-keybindings) (windmove-default-keybindings)) I find this the best way for me to switch windows and have become *very* used to it. I recently decided to become more organized in the way I do things and was happy to discover org-mode, however my shift bindings are clobbered. I read some of the manual and it suggested using the org-CUA-compatible variable. So in my .emacs I initiate org mode with: ;; org mode ------------------------------------------------------------------- (require 'org) (setq org-CUA-compatible t) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (define-key global-map "\C-cl" 'org-store-link) (define-key global-map "\C-ca" 'org-agenda) (setq org-agenda-files (list "~/emacs.d/org/study.org" "~/emacs.d/org/code.org" "~/emacs.d/org/work.org" "~/emacs.d/org/family.org" "~/emacs.d/org/blog.org")) (setq org-log-done t) However, opening any .org file still leaves me with the org mode bindings. In org mode, C-h c SHIFT-down for example returns: runs the command org-shiftdown. The org mode code is at the bottom of my .emacs if that makes a difference. Is there something obvious I am doing wrong? Org-mode version 4.56b GNU Emacs 22.0.91.1 (i486-pc-linux-gnu, GTK+ Version 2.8.20) of 2006-12-09 on pacem, modified by Debian Thank you. -- -----Angelina Carlton----- orchid on irc.freenode.net debian@magma.ca http://bzgirl.org --------------------------