From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: Re: external process modifying buffers Date: Sat, 13 Oct 2012 17:57:59 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN52H-0006Q7-Ku for emacs-orgmode@gnu.org; Sat, 13 Oct 2012 12:58:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TN52G-0003Vn-ND for emacs-orgmode@gnu.org; Sat, 13 Oct 2012 12:58:01 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:39803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN52G-0003Vj-HJ for emacs-orgmode@gnu.org; Sat, 13 Oct 2012 12:58:00 -0400 Received: by mail-pa0-f41.google.com with SMTP id fa10so4102616pad.0 for ; Sat, 13 Oct 2012 09:57:59 -0700 (PDT) In-Reply-To: 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: Ken Mankoff Cc: Org-mode , Moritz Ulrich On Sat, Oct 13, 2012 at 5:27 PM, Ken Mankoff wrote: > Can you suggest how to have it as a local file variable when the > command that generates the file over-writes it? I have modified the > code that produces the iCal.org file so the top line now is: > > # -*- coding: utf-8; auto-revert-mode: t; -*- > > But emacs does not seem to be obeying the command. I've found this works for me: # -*- coding: utf-8; eval: (auto-revert-mode 1); -*- Regards, Sean