From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Xu Subject: Does org-agenda modify org file? Date: Wed, 02 Apr 2008 16:21:02 +0900 Message-ID: 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 1JgxQC-0004oB-CE for emacs-orgmode@gnu.org; Wed, 02 Apr 2008 03:30:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgxQA-0004mR-9l for emacs-orgmode@gnu.org; Wed, 02 Apr 2008 03:30:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgxQ9-0004ly-SW for emacs-orgmode@gnu.org; Wed, 02 Apr 2008 03:30:09 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JgxQ9-00024z-6I for emacs-orgmode@gnu.org; Wed, 02 Apr 2008 03:30:09 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JgxQ7-0005qV-2L for emacs-orgmode@gnu.org; Wed, 02 Apr 2008 03:30:07 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JgxQ2-0002eA-6X for emacs-orgmode@gnu.org; Wed, 02 Apr 2008 07:30:02 +0000 Received: from gw.community-engine.co.jp ([210.255.51.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Apr 2008 07:30:02 +0000 Received: from william.xwl by gw.community-engine.co.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Apr 2008 07:30:02 +0000 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: emacs-orgmode@gnu.org Hi folks, I just started to learn Org. I find that org-agenda will complain "buffer is read only" if the org file buffer is read only, like in view-mode or my personal less-minor-mode[1]. Does org-agenda try to modify the org files? If not, maybe `let' around with (inhibit-read-only t) is good. [1], http://williamxu.net9.org/ref/less.el -- William http://williamxu.net9.org