From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" Subject: Re: Key bindings for Org export back-ends? Date: Sat, 9 Feb 2019 05:29:10 +0000 Message-ID: <9429FE88-8F8B-4094-8317-4279EEF2DF17@ucsd.edu> References: <87va1u3ctf.fsf@informationelle-selbstbestimmung-im-internet.de> <705BA781-8F31-4783-8263-EF20A3AE16DB@ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsLCV-0007aD-GD for emacs-orgmode@gnu.org; Sat, 09 Feb 2019 00:29:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsLCU-0007kH-Li for emacs-orgmode@gnu.org; Sat, 09 Feb 2019 00:29:15 -0500 Received: from iport-acv5-out.ucsd.edu ([132.239.0.10]:53607) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1gsLCU-0007j3-1Y for emacs-orgmode@gnu.org; Sat, 09 Feb 2019 00:29:14 -0500 In-Reply-To: Content-Language: en-US Content-ID: <96278A93691DAE49BF0A9803055700C4@AD.UCSD.EDU> 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: John Kitchin Cc: Jens Lechtenboerger , "emacs-orgmode@gnu.org" John, That's the ticket! The only thing I miss in hydra-ox.el is being able to repeat subtree export= s. i.e. with the export dispatcher when `C-c C-e C-s l l' is later followed b= y 'C-u C-c C-e', it navigates back to the right headline and exports the ri= ght subtree. Thanks, Chuck > On Feb 8, 2019, at 5:20 PM, John Kitchin wrote: >=20 > my goto solution to keymap collisions is hydra. Here is one that shows ho= w to make one for exporting in org-mode: >=20 > https://github.com/abo-abo/hydra/blob/master/hydra-ox.el >=20 >=20 > John >=20