Re: [Orgmode] undo grouping

2009-02-25 Thread Carsten Dominik
Excellent, thank you very much. I have installed this code (not using advice, but directly). - Carsten On Feb 24, 2009, at 9:22 PM, Martin Pohlack wrote: Hi All, I hacked together a small workaround for the ungrouped undo-list entries (undo works only characterwise in org-mode, but usuall

Re: [Orgmode] undo grouping

2009-02-25 Thread Martin Pohlack
[...] > (undo works only characterwise in org-mode, but usually chunks together ^ emacs > several key strokes in, e.g., text-mode). ___ Emacs-orgmode mailing list Remember: use `Reply All' to send rep

[Orgmode] undo grouping

2009-02-25 Thread Martin Pohlack
[resent, as the previous attempts didn't make it to the list ...] Hi All, I hacked together a small workaround for the ungrouped undo-list entries (undo works only characterwise in org-mode, but usually chunks together several key strokes in, e.g., text-mode). I have this piece of code in my ema

[Orgmode] undo grouping

2009-02-25 Thread Martin Pohlack
Hi All, I hacked together a small workaround for the ungrouped undo-list entries (undo works only characterwise in org-mode, but usually chunks together several key strokes in, e.g., text-mode). I have this piece of code in my emacs startup script. -–->8--