* Feature or Help request: Expand ALL before ispell-buffer
@ 2009-07-01 12:39 Scot Becker
2009-07-02 8:53 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Scot Becker @ 2009-07-01 12:39 UTC (permalink / raw)
To: Org-mode ml
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?
Scot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Feature or Help request: Expand ALL before ispell-buffer
2009-07-01 12:39 Feature or Help request: Expand ALL before ispell-buffer Scot Becker
@ 2009-07-02 8:53 ` Carsten Dominik
2009-07-02 9:58 ` Scot Becker
0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2009-07-02 8:53 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Feature or Help request: Expand ALL before ispell-buffer
2009-07-02 8:53 ` Carsten Dominik
@ 2009-07-02 9:58 ` Scot Becker
2009-07-02 10:05 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Scot Becker @ 2009-07-02 9:58 UTC (permalink / raw)
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<carsten.dominik@gmail.com> 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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Feature or Help request: Expand ALL before ispell-buffer
2009-07-02 9:58 ` Scot Becker
@ 2009-07-02 10:05 ` Carsten Dominik
0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2009-07-02 10:05 UTC (permalink / raw)
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<carsten.dominik@gmail.com> 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
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-07-02 10:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01 12:39 Feature or Help request: Expand ALL before ispell-buffer Scot Becker
2009-07-02 8:53 ` Carsten Dominik
2009-07-02 9:58 ` Scot Becker
2009-07-02 10:05 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.