From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul R Subject: Re: Automatic turn on minor modes Date: Fri, 03 Oct 2008 15:36:52 +0200 Message-ID: <87od214x6z.fsf@gmail.com> References: <87ej2xc0jp.fsf@kamaloka.dhatu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Klkq9-0003Va-RL for emacs-orgmode@gnu.org; Fri, 03 Oct 2008 09:37:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Klkq8-0003VM-Kk for emacs-orgmode@gnu.org; Fri, 03 Oct 2008 09:37:05 -0400 Received: from [199.232.76.173] (port=50549 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Klkq8-0003VJ-Fv for emacs-orgmode@gnu.org; Fri, 03 Oct 2008 09:37:04 -0400 Received: from gv-out-0910.google.com ([216.239.58.190]:3158) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Klkq8-0001hN-AG for emacs-orgmode@gnu.org; Fri, 03 Oct 2008 09:37:04 -0400 Received: by gv-out-0910.google.com with SMTP id i36so274415gve.17 for ; Fri, 03 Oct 2008 06:37:01 -0700 (PDT) In-Reply-To: <87ej2xc0jp.fsf@kamaloka.dhatu> (Sven Bretfeld's message of "Fri\, 03 Oct 2008 14\:42\:34 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sven Bretfeld Cc: emacs-org On Fri, 03 Oct 2008 14:42:34 +0200, Sven Bretfeld said: Sven> Hello Is there a way to turn on some minor modes (flyspell-mode, Sven> auto-fill-mode etc.) when finding a specific org file? I'm Sven> thinking of something similar to the "local variables" settings Sven> in a LaTeX file. Reading emacs documentation, more precisely: File: emacs, Node: Specifying File Variables you can find how to do that: -*- mode: text; mode: flyspell -*- -- Paul