emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Juraj Kubelka <Juraj.Kubelka@email.cz>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Org-mode improper function to key association
Date: Wed, 25 Apr 2007 21:15:11 +0200	[thread overview]
Message-ID: <12662281-D5CD-4616-86A7-73415705E0F4@email.cz> (raw)

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

Hi Carsten,

It seems there is a mistake in org.el file.

Juraj

-(org-defkey org-agenda-mode-map [(shift right)] 'org-agenda-date- 
earlier)
+(org-defkey org-agenda-mode-map [(shift left)] 'org-agenda-date- 
earlier)

-(org-defkey org-agenda-mode-map [(shift right)] 'org-agenda-priority- 
up)
+(org-defkey org-agenda-mode-map [(shift up)] 'org-agenda-priority-up)



[-- Attachment #2: org-defkey.patch.txt --]
[-- Type: text/plain, Size: 1358 bytes --]

diff --git a/.emacs.d/add-ons/org.el b/.emacs.d/add-ons/org.el\rindex ce3c1e0..e646b8a 100644\r--- a/.emacs.d/add-ons/org.el\r+++ b/.emacs.d/add-ons/org.el\r@@ -13632,7 +13632,7 @@ The following commands are available:\r (org-defkey org-agenda-mode-map "d"        'org-agenda-day-view)\r (org-defkey org-agenda-mode-map "w"        'org-agenda-week-view)\r (org-defkey org-agenda-mode-map [(shift right)] 'org-agenda-date-later)\r-(org-defkey org-agenda-mode-map [(shift right)] 'org-agenda-date-earlier)\r+(org-defkey org-agenda-mode-map [(shift left)] 'org-agenda-date-earlier)\r (org-defkey org-agenda-mode-map [?\C-c ?\C-x (right)] 'org-agenda-date-later)\r (org-defkey org-agenda-mode-map [?\C-c ?\C-x (left)] 'org-agenda-date-earlier)\r \r@@ -13675,7 +13675,7 @@ The following commands are available:\r (org-defkey org-agenda-mode-map "O" 'org-agenda-clock-out)\r (org-defkey org-agenda-mode-map "X" 'org-agenda-clock-cancel)\r (org-defkey org-agenda-mode-map "-" 'org-agenda-priority-down)\r-(org-defkey org-agenda-mode-map [(shift right)] 'org-agenda-priority-up)\r+(org-defkey org-agenda-mode-map [(shift up)] 'org-agenda-priority-up)\r (org-defkey org-agenda-mode-map [(shift down)] 'org-agenda-priority-down)\r (org-defkey org-agenda-mode-map [?\C-c ?\C-x (up)] 'org-agenda-priority-up)\r (org-defkey org-agenda-mode-map [?\C-c ?\C-x (down)] 'org-agenda-priority-down)\r

[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

             reply	other threads:[~2007-04-25 19:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-25 19:15 Juraj Kubelka [this message]
2007-04-25 22:25 ` Org-mode improper function to key association Carsten Dominik

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=12662281-D5CD-4616-86A7-73415705E0F4@email.cz \
    --to=juraj.kubelka@email.cz \
    --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).