From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Keyboard macros and export dispatcher Date: Thu, 09 Jan 2020 18:32:23 +0000 Message-ID: <87o8vccwg8.fsf@kyleam.com> References: <8736cojxqc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37284) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipcbh-00047Z-42 for emacs-orgmode@gnu.org; Thu, 09 Jan 2020 13:32:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipcbf-0004Jz-Ta for emacs-orgmode@gnu.org; Thu, 09 Jan 2020 13:32:32 -0500 Received: from pb-smtp21.pobox.com ([173.228.157.53]:63424) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ipcbf-000447-1O for emacs-orgmode@gnu.org; Thu, 09 Jan 2020 13:32:31 -0500 In-Reply-To: <8736cojxqc.fsf@gmail.com> 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Jack Kamm , emacs-orgmode@gnu.org Jack Kamm writes: > I would like to use a keyboard macro for this, because re-exporting the > presentation requires a lot of keypresses: > - Jump to the appropriate heading > - Start the dispatcher > - Toggle subtree export (C-s) > - Finally, export > > So, I defined a keyboard macro to do all this, but when I try to run it, > Emacs simply hangs, and I need to quit with C-g. I think this might be > the fault of the export dispatcher, but am not sure. > > Anyone have ideas on what's going wrong here, or on alternative > approaches to achieve what I want? As an alternative, can't you type `C-u C-c C-e` (i.e. call org-export-dispatch with a prefix argument)?