From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Feature or Help request: Expand ALL before ispell-buffer Date: Thu, 2 Jul 2009 10:53:50 +0200 Message-ID: <27A18068-41BF-4B3F-9AE0-34B906CAAFBF@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMI3L-0003U9-6k for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 04:53:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMI3G-0003SN-Ax for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 04:53:58 -0400 Received: from [199.232.76.173] (port=34213 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMI3G-0003SH-4S for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 04:53:54 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:52076) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMI3F-0007jk-Me for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 04:53:53 -0400 Received: by ewy4 with SMTP id 4so1846710ewy.42 for ; Thu, 02 Jul 2009 01:53:52 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Scot Becker Cc: Org-mode ml 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