From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Keyboard macro and org-mode Date: Mon, 5 May 2014 09:29:51 +0200 Message-ID: <20140505072951.GD7640@chitra.no-ip.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhDLh-000750-Hr for emacs-orgmode@gnu.org; Mon, 05 May 2014 03:30:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhDLY-0007Kc-Ip for emacs-orgmode@gnu.org; Mon, 05 May 2014 03:30:05 -0400 Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:62523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhDLY-0007KR-BE for emacs-orgmode@gnu.org; Mon, 05 May 2014 03:29:56 -0400 Received: by mail-ee0-f41.google.com with SMTP id t10so1408696eei.0 for ; Mon, 05 May 2014 00:29:55 -0700 (PDT) Received: from chitra.no-ip.org (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id 44sm27219437eek.30.2014.05.05.00.29.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 May 2014 00:29:53 -0700 (PDT) Content-Disposition: inline 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Mon, May 05, 2014 at 02:47:23PM +1000, Alan Tyree wrote: > I was trying to build a keyboard macro to remove targets of the form > > <> > > When in org-mode, emacs hangs after C-s <. If I turn off org mode and use a > simple text mode, the keyboard macro works ok. > > Is this a bug or am I doing something pretty dumb? Would help if you shared the macro. Some ideas for troubleshooting: 1. you can inspect and re-edit the macro by calling `edit-last-kbd-macro', 2. you can name the last macro with `name-last-kbd-macro', you can then get the lisp source and save it in .emacs with `insert-kbd-macro' (see: (info "(emacs) Save Keyboard Macro")). Hope this helps, -- Suvayu Open source is the future. It sets us free.