emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Patch to change agenda key-mapping
@ 2012-09-27 13:47 Robert Horn
  2012-09-27 15:45 ` Nick Dokos
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Horn @ 2012-09-27 13:47 UTC (permalink / raw)
  To: Org-mode

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

I forgot to attach a proposed patch.  This changes the keymapping for
"C-c ," to use org-agenda-priority.  It doesn't include a new keymapping
to org-agenda-show-priority.  I'm not sure what key mapping makes the
most sense.  It leaves the agenda menu and mouse functions for
org-agenda-show-priority unchanged.

I'm not concerned about the revised code or new functionality.  I just
want to avoid having to remember which sub-mode within org-mode I'm
using when I set a task priority.


[-- Attachment #2: Diff to revert C-c , mapping for priority setting in agenda --]
[-- Type: application/octet-stream, Size: 1103 bytes --]

*** org-agenda.el	2012-09-27 09:38:10.944923952 -0400
--- org-agenda.el-old	2012-09-27 09:37:23.787896667 -0400
***************
*** 2084,2090 ****
  (org-defkey org-agenda-mode-map "\C-c\C-n" 'org-agenda-next-date-line)
  (org-defkey org-agenda-mode-map "\C-c\C-p" 'org-agenda-previous-date-line)
  (org-defkey org-agenda-mode-map "," 'org-agenda-priority)
! (org-defkey org-agenda-mode-map "\C-c," 'org-agenda-priority)
  (org-defkey org-agenda-mode-map "i" 'org-agenda-diary-entry)
  (org-defkey org-agenda-mode-map "c" 'org-agenda-goto-calendar)
  (org-defkey org-agenda-mode-map "C" 'org-agenda-convert-date)
--- 2084,2090 ----
  (org-defkey org-agenda-mode-map "\C-c\C-n" 'org-agenda-next-date-line)
  (org-defkey org-agenda-mode-map "\C-c\C-p" 'org-agenda-previous-date-line)
  (org-defkey org-agenda-mode-map "," 'org-agenda-priority)
! (org-defkey org-agenda-mode-map "\C-c," 'org-agenda-show-priority)
  (org-defkey org-agenda-mode-map "i" 'org-agenda-diary-entry)
  (org-defkey org-agenda-mode-map "c" 'org-agenda-goto-calendar)
  (org-defkey org-agenda-mode-map "C" 'org-agenda-convert-date)

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


R Horn
rjhorn@alum.mit.edu

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

* Re: Patch to change agenda key-mapping
  2012-09-27 13:47 Patch to change agenda key-mapping Robert Horn
@ 2012-09-27 15:45 ` Nick Dokos
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Dokos @ 2012-09-27 15:45 UTC (permalink / raw)
  To: Robert Horn; +Cc: Org-mode

Robert Horn <rjhorn@alum.mit.edu> wrote:

> I forgot to attach a proposed patch. 
> ...
> [1. Diff to revert C-c , mapping for priority setting in agenda --- application/octet-stream; agenda-patch]

If you really mean this patch to be considered for integration
into org-mode, you have to make sure that the attachment is
typed appropriately: see http://orgmode.org/worg/org-contribute.html#sec-4-3

Nick

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

end of thread, other threads:[~2012-09-27 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-27 13:47 Patch to change agenda key-mapping Robert Horn
2012-09-27 15:45 ` Nick Dokos

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