GNU bug report logs - #28263
24.5; Org: `C-c LETTER' keys

Previous Next

Package: org-mode;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Mon, 28 Aug 2017 16:49:01 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#28263: closed (24.5; Org: `C-c LETTER' keys)
Date: Mon, 04 Dec 2017 21:46:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 04 Dec 2017 22:45:01 +0100
with message-id <87374qb21u.fsf <at> nicolasgoaziou.fr>
and subject line Re: bug#28263: 24.5; Org: `C-c LETTER' keys
has caused the debbugs.gnu.org bug report #28263,
regarding 24.5; Org: `C-c LETTER' keys
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
28263: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28263
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Drew Adams <drew.adams <at> oracle.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.5; Org: `C-c LETTER' keys
Date: Mon, 28 Aug 2017 09:47:51 -0700 (PDT)
Dunno whether there are actual bindings in Org that correspond to these
occurrences in the source code of `C-c' followed by a letter.  Might be
worth checking.  (Bindings of `C-c' followed by a letter are reserved
for users.)  Possibly these are just vestigial doc indications, which
could be corrected/updated.

In org-agenda.el:

  ["Find FLAGGED Tasks" (org-agenda nil "?") :active t :keys "C-c a ?"]

  (defun org-agenda-kill-all-agenda-buffers ()
    "Kill all buffers in `org-agenda-mode'.
  This is used when toggling sticky agendas.
  You can also explicitly invoke it with `C-c a C-k'."...

In org.el:

  commands `org-search-view' (`C-c a s') and `org-occur-in-agenda-files'.
  ["Global TODO list" org-todo-list :active t :keys "C-c a t"]
  ["Find FLAGGED Tasks" (org-agenda nil "?") :active t :keys "C-c a ?"]


In GNU Emacs 24.5.1 (i686-pc-mingw32)
 of 2015-04-11 on LEG570
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/usr --host=i686-pc-mingw32'


[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 28263-done <at> debbugs.gnu.org
Subject: Re: bug#28263: 24.5; Org: `C-c LETTER' keys
Date: Mon, 04 Dec 2017 22:45:01 +0100
Hello,

Drew Adams <drew.adams <at> oracle.com> writes:

> Dunno whether there are actual bindings in Org that correspond to these
> occurrences in the source code of `C-c' followed by a letter.  Might be
> worth checking.  (Bindings of `C-c' followed by a letter are reserved
> for users.)  Possibly these are just vestigial doc indications, which
> could be corrected/updated.

Org's manual suggests to bind `org-agenda' to `C-c a', but doesn't bind
it by default.

> In org-agenda.el:
>
>   ["Find FLAGGED Tasks" (org-agenda nil "?") :active t :keys "C-c a ?"]
>
>   (defun org-agenda-kill-all-agenda-buffers ()
>     "Kill all buffers in `org-agenda-mode'.
>   This is used when toggling sticky agendas.
>   You can also explicitly invoke it with `C-c a C-k'."...
>
> In org.el:
>
>   commands `org-search-view' (`C-c a s') and `org-occur-in-agenda-files'.
>   ["Global TODO list" org-todo-list :active t :keys "C-c a t"]
>   ["Find FLAGGED Tasks" (org-agenda nil "?") :active t :keys "C-c
>   a ?"]

Fixed (I used \\[org-agenda] instead of C-c a). Thank you.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738


This bug report was last modified 7 years and 176 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.