From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Question about local variables block Date: Wed, 15 Sep 2010 10:38:45 -0500 Message-ID: <4C90E885.7010409@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59824 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovu4S-00056w-Hy for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 11:38:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ovu4N-0008FO-Aq for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 11:38:52 -0400 Received: from mpls.sift.info ([75.146.46.193]:55860) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ovu4N-0008FA-7p for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 11:38:47 -0400 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: Org Mode I've been putting local variables blocks at the bottom of some of my org-mode files (in particular, those files that I share with others). The problem is that having a local variables block at the bottom of the file, at least if it uses # as a virtual comment character, doesn't dovetail nicely with org's folding behavior. I find if I fold the bottom-most header line in such an org-mode file, my local variables block gets folded into that header inappropriately. So is there some way to format a local variables block at the bottom of a file so that org-mode knows that it's a local variables block and not part of the outline? thanks, r