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 12:05:00 +0200 Message-ID: <593C7DE2-0756-435E-966F-5D2F203CB641@gmail.com> References: <27A18068-41BF-4B3F-9AE0-34B906CAAFBF@gmail.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMJAF-00040e-Gm for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 06:05:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMJAA-0003yt-GH for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 06:05:10 -0400 Received: from [199.232.76.173] (port=49661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMJA9-0003yl-HL for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 06:05:05 -0400 Received: from paard.ic.uva.nl ([145.18.40.182]:48166) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMJA8-00042e-UC for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 06:05:05 -0400 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 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 > 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 () >> "" >> (interactive) >> (show-all) >> (call-interactively 'ispell-buffer)) >> >> HTH >> >> - Carsten >>