Carsten Dominik writes:
> On Apr 22, 2010, at 10:57 PM, Andreas Seltenreich wrote:
>> (switch-to-buffer-other-window buffer)
>> (widen)
>> + (push-mark)
>> (goto-char pos)
>
> I am no sure this is the right thing to do. Because, often you will
>
Hi,
many commands in Emacs that move the point long distances push the mark
so you can go back using C-u C-. org-agenda-goto doesn't do this,
and I found it a bit annoying that I have to navigate the outline again
to find back to where the point was before using the Agenda.
Patch attached.
rega
[Sorry about setting Cc instead X-Debbugs-Cc and causing the duplicate
report. I set a proper Mail-Followup-To header now.]
Carsten Dominik writes:
> This looks to me as if it was a bug in keyboard macro execution,
> which should call functions interactively.
The docstring for interactive-p ha
> Your bug report will be posted to the emacs-pretest-...@gnu.org mailing list.
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:
org-store-link works fine when recording a keyboard macro but it is a
NOP when executing it. The following change appear
ta
--8<---cut here---end------->8---
Here's a ChangeLog entry in case this fix is actually correct:
--8<---cut here---start->8---
2008-10-15 Andreas Seltenreich <[EMAIL PROTECTED]>
* org-table.el (or