From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: setting local variables Date: Wed, 02 Aug 2017 15:15:05 -0700 Message-ID: <87wp6lhb12.fsf@ericabrahamsen.net> References: <871sotiqld.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dd1vQ-00019P-Nq for emacs-orgmode@gnu.org; Wed, 02 Aug 2017 18:15:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dd1vL-0007PU-P4 for emacs-orgmode@gnu.org; Wed, 02 Aug 2017 18:15:32 -0400 Received: from [195.159.176.226] (port=56409 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dd1vL-0007OT-I6 for emacs-orgmode@gnu.org; Wed, 02 Aug 2017 18:15:27 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dd1vC-0002dg-DA for emacs-orgmode@gnu.org; Thu, 03 Aug 2017 00:15:18 +0200 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" To: emacs-orgmode@gnu.org Kaushal Modi writes: > On Wed, Aug 2, 2017, 5:54 PM Eric Abrahamsen wrote: > > I'm trying to locally set `sentence-end-double-space' to t, to conform > to the Emacs manual style. If I set it at the top of the file with: > > -*- sentence-end-double-space: t -*- > > It should be the very first line and prefixed with Org comment characters "# ". Bah, I should have known that -- I wasn't adding the comment character. Thanks for setting me straight! Eric