From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Kamm Subject: Keyboard macros and export dispatcher Date: Thu, 09 Jan 2020 10:22:51 -0800 Message-ID: <8736cojxqc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34539) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipcT7-0007vG-KC for emacs-orgmode@gnu.org; Thu, 09 Jan 2020 13:23:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipcT6-0005Rx-Ga for emacs-orgmode@gnu.org; Thu, 09 Jan 2020 13:23:41 -0500 Received: from mail-pj1-x1030.google.com ([2607:f8b0:4864:20::1030]:55318) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ipcT6-0005Lr-8E for emacs-orgmode@gnu.org; Thu, 09 Jan 2020 13:23:40 -0500 Received: by mail-pj1-x1030.google.com with SMTP id d5so1470411pjz.5 for ; Thu, 09 Jan 2020 10:23:39 -0800 (PST) Received: from localhost (199-83-220-90.PUBLIC.monkeybrains.net. [199.83.220.90]) by smtp.gmail.com with ESMTPSA id p16sm8936626pfq.184.2020.01.09.10.23.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jan 2020 10:23:37 -0800 (PST) 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: emacs-orgmode@gnu.org Hello, I have an org-mode file, and am exporting one of its subtrees to a beamer presentation. 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? Thanks, Jack