emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] org.el: Don't flyspell check within source code blocks


From: Trevor Murphy
Subject: Re: [O] [PATCH] org.el: Don't flyspell check within source code blocks
Date: Wed, 29 May 2013 20:55:57 -0400

Thanks, Bastien.  Your suggestion has been working perfectly fine for me.  Updated patch sent in reply to the first in the chain (I hope ... still trying to master git send-email).

Trevor

On Sat, May 25, 2013 at 11:52 AM, Bastien <address@hidden> wrote:
Hi Trevor,

Trevor Murphy <address@hidden> writes:

> +      (not (eq (org-element-type (org-element-at-point)) 'src-block)))))

I think `org-in-src-block-p', while a bit less reliable, will be
faster, and reliable/fast enough for this use-case.

Let's see what others think/test.

Thanks,

--
 Bastien


reply via email to

[Prev in Thread] Current Thread [Next in Thread]