From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjarte Johansen Subject: Re: More flyspell-overlays removed Date: Mon, 30 Jul 2012 13:44:02 +0200 Message-ID: <2059F59A-5829-481F-98CD-E80B238AFC60@student.uib.no> References: <87d33g9qx5.fsf@gnu.org> <0348D525-F0A3-4B85-9593-9704917CD9D9@student.uib.no> <87boixik82.fsf@gnu.org> Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvoOZ-0003Th-V7 for emacs-orgmode@gnu.org; Mon, 30 Jul 2012 07:44:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvoOV-0004ud-Cx for emacs-orgmode@gnu.org; Mon, 30 Jul 2012 07:44:19 -0400 In-Reply-To: <87boixik82.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode@gnu.org On 30 Jul, 2012, at 13:03 , Bastien wrote: > I've pushed a fix which should let flyspell ignore more commonly=20 > used Org keywords. Please test it. This works great. You forgot #+LATEX_CLASS_OPTIONS: though. On 30 Jul, 2012, at 13:13 , Jeffrey Spencer = wrote: > Will give it a test later in the week and let you know. >=20 > Also you can add this hook to make it act like the fly-spell mode in = auctex (if familiar with that) which skips most tex based commands = (trips up though if you have only one $ because assumes another $ sign = later so won't check spelling in that block. I would just do \$ if you = need a single dollar sign. This is the only really limitation I have = found to adding this that I have noticed thus far. > (add-hook 'org-mode-hook (lambda () (setq ispell-parser 'tex))) I tried this and it does work for most things, but for some reason it = doesn't like the natbib \cite commands.=