Re: [Orgmode] [patch] org-agenda-goto should push mark before moving point

2010-04-23 Thread Andreas Seltenreich
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 >

[Orgmode] [patch] org-agenda-goto should push mark before moving point

2010-04-22 Thread Andreas Seltenreich
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

Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-06-24 Thread Andreas Seltenreich
[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

[Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-06-17 Thread Andreas Seltenreich
> 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

[Orgmode] [PATCH] Avoid parsing Calc's HMS forms as ranges

2008-10-15 Thread Andreas Seltenreich
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