From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: BUG: refreshing org buffer discards setting of local file variables Date: Mon, 01 Mar 2010 17:06:03 +0100 Message-ID: <4B8BE5EB.3080807@cs.tu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nm8Lv-0003CH-IW for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 11:20:15 -0500 Received: from [140.186.70.92] (port=60082 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nm8Lu-0003BS-HA for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 11:20:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nm8Lu-0001u5-8t for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 11:20:14 -0500 Received: from mail.cs.tu-berlin.de ([130.149.17.13]:48185) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nm8Lu-0001tt-31 for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 11:20:14 -0500 Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id AFAE136C7D for ; Mon, 1 Mar 2010 17:20:10 +0100 (CET) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (mail.cs.tu-berlin.de [127.0.0.1]) (amavisd-new, port 12224) with ESMTP id ePNjIQi7XDU9 13795-17 for ; Mon, 1 Mar 2010 17:20:10 +0100 (CET) 16041 Received: from [130.149.24.75] (algieba.ni.cs.tu-berlin.de [130.149.24.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: drmabuse) by mailhost.cs.tu-berlin.de (Postfix) with ESMTPSA for ; Mon, 1 Mar 2010 17:20:10 +0100 (CET) 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 Mailing List Hi, in this little example file: --8<---------------cut here---------------start------------->8--- # -*- org-tags-column: -40; -*- #+TAGS: foo(f) bar(b) * testing indentation of tag :foo: --8<---------------cut here---------------end--------------->8--- the value of org-tags-column is set to -40 after loading as intended. However, after refreshing the buffer setup with C-c C-c on the #+TAGS line, the local value of org-tags-column is discarded and reset to the global setting. I would expect that local file variables are not touched be the refreshing of the buffer setup. Thanks, Stephan GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.3), modified by Debian Org-mode version 6.34trans (release_6.34c.102.ga2d94)