emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Carsten Dominik
Subject: Re: [Orgmode] Feature or Help request: Expand ALL before ispell-buffer
Date: Thu, 2 Jul 2009 10:53:50 +0200


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]