Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Nicolas Goaziou
Bastien writes: > From what I understand, it isn't necessary if the user is using > flyspell. But when using M-x ispell-buffer RET directly, source > blocks are still checked. Or did I miss something? No, you're right. I thought about M-x flyspell-buffer after flyspell-mode has been enabled.

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Bastien
Nicolas Goaziou writes: >> Not really a FAQ, but useful, so I've added a note here: >> http://orgmode.org/worg/org-faq.html#sec-22-4 > > Note that it shouldn't be necessary in Org 8.3. >From what I understand, it isn't necessary if the user is using flyspell. But when using M-x ispell-buffer RE

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Nicolas Goaziou
Hello, Bastien writes: > Igor Sosa Mayor writes: > >> Bastien writes: >> >> [...] >> >>> You can use this: >>> >>> (add-to-list 'ispell-skip-region-alist '("#\\+begin_src". "#\\+end_src")) >> >> wow, interesting... I was not aware of this feature. Thanks a lot! > > Not really a FAQ, but useful

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Igor Sosa Mayor
Bastien writes: > Not really a FAQ, but useful, so I've added a note here: > http://orgmode.org/worg/org-faq.html#sec-22-4 good idea! This is a rather unknown feature, I have the impression... -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnup

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Bastien
Igor Sosa Mayor writes: > Bastien writes: > > [...] > >> You can use this: >> >> (add-to-list 'ispell-skip-region-alist '("#\\+begin_src". "#\\+end_src")) > > wow, interesting... I was not aware of this feature. Thanks a lot! Not really a FAQ, but useful, so I've added a note here: http://orgmo

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Igor Sosa Mayor
Bastien writes: [...] > You can use this: > > (add-to-list 'ispell-skip-region-alist '("#\\+begin_src". "#\\+end_src")) wow, interesting... I was not aware of this feature. Thanks a lot! -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Bastien
Hi Grant, Grant Rettke writes: > Working on large literate org documents takes a lot longer when ispell > reports errors in the source > code. My goal is to avoid spell checking anything inside the source > blocks. You can use this: (add-to-list 'ispell-skip-region-alist '("#\\+begin_src". "#\