[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros
From: |
Bastien |
Subject: |
Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros |
Date: |
Thu, 02 Jul 2009 07:52:59 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
Samuel Wales <address@hidden> writes:
> I cannot use org-remember to save all my w3m tabs using remember and
> keyboard macros.
Are you using a specific remember template when remembering those
w3m tabs? My guess is that your remember template tries to fetch
a title or same tab-related info that isn't available for some tab.
> Says command rang the bell, but I don't know which even with stack trace on.
>
> call-last-kbd-macro(nil kmacro-loop-setup-function)
> kmacro-call-macro(nil nil)
> kmacro-end-and-call-macro(nil)
> call-interactively(kmacro-end-and-call-macro)
>
> Is this related?
Looks like some tab prevents the macro from being repeated correctly.
Maybe you can try to debug this like this:
1. use several identic tabs (and see if the error occurs);
2. use two different tabs, then three, etc.
HTH
--
Bastien