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?
From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Org speed keys anywhere Date: Thu, 02 Aug 2018 17:32:35 -0400 Message-ID: <87a7q4ihe4.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1flLD7-00038A-Fu for emacs-orgmode@gnu.org; Thu, 02 Aug 2018 17:32:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1flLD4-0006uK-E6 for emacs-orgmode@gnu.org; Thu, 02 Aug 2018 17:32:41 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:54199) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1flLD4-0006tp-7O for emacs-orgmode@gnu.org; Thu, 02 Aug 2018 17:32:38 -0400 In-Reply-To: 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: orguser , emacs-orgmode@gnu.org orguser writes: [...] > 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 Looks like a nice idea. I hope someone does take the time to make it into a package. > 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? IMO that'd work well as a separate package. -- Kyle