From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Becker Subject: Re: Feature or Help request: Expand ALL before ispell-buffer Date: Thu, 2 Jul 2009 10:58:43 +0100 Message-ID: References: <27A18068-41BF-4B3F-9AE0-34B906CAAFBF@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMJ47-0000V6-DW for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 05:58:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMJ42-0000PD-HO for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 05:58:50 -0400 Received: from [199.232.76.173] (port=38274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMJ42-0000Os-8c for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 05:58:46 -0400 Received: from mail-bw0-f210.google.com ([209.85.218.210]:65150) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMJ41-0002mC-Nu for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 05:58:45 -0400 Received: by bwz6 with SMTP id 6so163184bwz.42 for ; Thu, 02 Jul 2009 02:58:43 -0700 (PDT) In-Reply-To: <27A18068-41BF-4B3F-9AE0-34B906CAAFBF@gmail.com> 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: Carsten Dominik Cc: Org-mode ml 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 Dominik 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 () > =A0"" > =A0(interactive) > =A0(show-all) > =A0(call-interactively 'ispell-buffer)) > > HTH > > - Carsten >