From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjarte Johansen Subject: Re: More flyspell-overlays removed Date: Sun, 29 Jul 2012 16:47:25 +0200 Message-ID: References: <87d33g9qx5.fsf@gnu.org> <0348D525-F0A3-4B85-9593-9704917CD9D9@student.uib.no> Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvUmJ-0007WW-9m for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 10:47:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvUmI-0006CZ-6q for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 10:47:31 -0400 Received: from rolf.uib.no ([129.177.6.19]:33694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvUmH-0006C6-VO for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 10:47:30 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeffrey Spencer Cc: emacs-orgmode@gnu.org On 29 Jul, 2012, at 10:35 , Jeffrey Spencer = wrote: > I was also thinking about this recently but hadn't gotten as far as = writing a patch. >=20 > I was thinking some tags you know you want to remove the fly-spell = overlays but for example caption you might or might not want the = flyspell overlays removed. If there was a variable that could be set to = choose some that might or might not want the overlays to remove. Not = sure if this is possible but what I was originally looking at doing but = hadn't gotten time. So I won't be able to work on this before next weekend, but in the mean = time (unless someone else has the time) I suggest that we make a list of = places where we would like to remove flyspell overlays from. I'll start. #+STARTUP #+OPTIONS #+LATEX_CLASS #+LATEX_CLASS_OPTIONS #+LATEX_HEADER #+BEGIN_lstlisting #+END_lstlisting Body of lstlisting #+BEGIN_verbatim #+END_verbatim body of verbatim #+LABEL These are for the #+ blocks I can think of now. I would also like to = remove them from \nocite{} \cite{} and \ref{} commands or make a way to = cite without using latex commands.=20 What could perhaps be done is remove every \command but not the body = except in the cases of \nocite{} cite and ref (and maybe others?). Maybe these commands should go into a hook or var? That would make it = easier on users that need to remove commands from obscure latex = packages.=20