Re: [Orgmode] Feature or Help request: Expand ALL before ispell-buffer

2009-07-02 Thread Carsten Dominik


On Jul 1, 2009, at 2:39 PM, Scot Becker wrote:


Is there any easy way that a call to M-X ispell or M-X ispell-buffer
could expand all collapsed org-mode nodes before doing the spell
check?


(defun my-ispell-buffer ()
 
 (interactive)
 (show-all)
 (call-interactively 'ispell-buffer))

HTH

- Carsten


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Feature or Help request: Expand ALL before ispell-buffer

2009-07-02 Thread Scot Becker
Of course! I (apparently) don't have the 'emacs mind' quite enough to
have thought of that myself, but when i see it, it seems bleeding
obvious.

Many thanks for that little tutorial.

Scot


On Thu, Jul 2, 2009 at 9:53 AM, Carsten
Dominikcarsten.domi...@gmail.com wrote:

 On Jul 1, 2009, at 2:39 PM, Scot Becker wrote:

 Is there any easy way that a call to M-X ispell or M-X ispell-buffer
 could expand all collapsed org-mode nodes before doing the spell
 check?

 (defun my-ispell-buffer ()
  
  (interactive)
  (show-all)
  (call-interactively 'ispell-buffer))

 HTH

 - Carsten



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Feature or Help request: Expand ALL before ispell-buffer

2009-07-02 Thread Carsten Dominik


On Jul 2, 2009, at 11:58 AM, Scot Becker wrote:


Of course! I (apparently) don't have the 'emacs mind' quite enough to
have thought of that myself, but when i see it, it seems bleeding
obvious.


Yes, it is easy to forget that all the power of Emacs is for free  
while using Org.


:-)

- Carsten



Many thanks for that little tutorial.

Scot


On Thu, Jul 2, 2009 at 9:53 AM, Carsten
Dominikcarsten.domi...@gmail.com wrote:


On Jul 1, 2009, at 2:39 PM, Scot Becker wrote:


Is there any easy way that a call to M-X ispell or M-X ispell-buffer
could expand all collapsed org-mode nodes before doing the spell
check?


(defun my-ispell-buffer ()
 
 (interactive)
 (show-all)
 (call-interactively 'ispell-buffer))

HTH

- Carsten





___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Feature or Help request: Expand ALL before ispell-buffer

2009-07-01 Thread Scot Becker
Is there any easy way that a call to M-X ispell or M-X ispell-buffer
could expand all collapsed org-mode nodes before doing the spell
check?

Scot


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode