emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@gnu.org>
To: emacs-orgmode@gnu.org
Subject: Use "; " for org-toggle-comment speedy command and "#" for org-update-statistics-cookies
Date: Wed, 29 Jan 2014 10:35:13 +0100	[thread overview]
Message-ID: <87ppnbt9ke.fsf@bzg.ath.cx> (raw)

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

Hi all,

I suggest to use ";" for the speedy command org-toggle-comment and
"#" for org-update-statistics-cookies.  See the attached patch.

Let me know if 

1) you feel using ; for toggling COMMENT is better than #
1) you feel the new # speedy command would be useful

Thanks,


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: new-speed-commands.patch --]
[-- Type: text/x-diff, Size: 439 bytes --]

diff --git a/lisp/org.el b/lisp/org.el
index 7a4f347..f04858c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -19354,7 +19354,8 @@ boundaries."
     ("w" . org-refile)
     ("a" . org-archive-subtree-default-with-confirmation)
     ("@" . org-mark-subtree)
-    ("#" . org-toggle-comment)
+    (";" . org-toggle-comment)
+    ("#" . org-update-statistics-cookies)
     ("Clock Commands")
     ("I" . org-clock-in)
     ("O" . org-clock-out)

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


-- 
 Bastien

             reply	other threads:[~2014-01-29  9:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-29  9:35 Bastien [this message]
2014-01-29 10:32 ` Use "; " for org-toggle-comment speedy command and "#" for org-update-statistics-cookies Sebastien Vauban
2014-01-29 11:04   ` Bastien
2014-01-29 11:34     ` Sebastien Vauban
2014-01-29 13:31       ` Bastien
2014-01-29 13:35         ` Sebastien Vauban

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=87ppnbt9ke.fsf@bzg.ath.cx \
    --to=bzg@gnu.org \
    --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).