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

Reply via email to