From mboxrd@z Thu Jan 1 00:00:00 1970 From: orguser Subject: Org speed keys anywhere Date: Wed, 1 Aug 2018 18:33:19 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fku3y-00041y-Ds for emacs-orgmode@gnu.org; Wed, 01 Aug 2018 12:33:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fku3u-0002ID-7w for emacs-orgmode@gnu.org; Wed, 01 Aug 2018 12:33:26 -0400 Received: from mout.gmx.com ([74.208.4.200]:34123) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fku3u-0002HA-0l for emacs-orgmode@gnu.org; Wed, 01 Aug 2018 12:33:22 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org
Org has a speed keys feature, so that at the beginning of
headlines one can use single key commands:
 
https://orgmode.org/manual/Speed-keys.html
 
 
A few days ago a method was posted to emacs-devel which allows
the user to use single key bindings in editor buffers too:
 
https://lists.gnu.org/archive/html/emacs-devel/2018-07/msg01136.html
 
 
Could this method be added to org, so if the user sets an additional
config variable like "org-use-speed-commands-everywhere" besides
"org-use-speed-commands" then speed commands can be used anywhere
in an org buffer, not just at the beginning of a headline?