From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Date macro and file permission Date: Mon, 21 Jan 2019 13:15:48 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glYUk-0008LU-RX for emacs-orgmode@gnu.org; Mon, 21 Jan 2019 07:16:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glYUj-0002Lo-UT for emacs-orgmode@gnu.org; Mon, 21 Jan 2019 07:16:02 -0500 Received: from mail-lj1-x22e.google.com ([2a00:1450:4864:20::22e]:39256) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1glYUj-0002Gn-L5 for emacs-orgmode@gnu.org; Mon, 21 Jan 2019 07:16:01 -0500 Received: by mail-lj1-x22e.google.com with SMTP id t9-v6so17332220ljh.6 for ; Mon, 21 Jan 2019 04:16:00 -0800 (PST) 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: Org Mode Hi all Visiting a read-only file that uses the ~#+date:~ macro results in the message "File mode specification error: (buffer-read-only #)" and a not properly initialized Org buffer. For example Org indent does not indent and some faces show a wrong color. I tried today's master branch and found the regression here commit 5f5d82ed516b7b385a9258271becbfa247e94af3 Author: Nicolas Goaziou Date: Tue Nov 21 22:25:17 2017 +0100 Remove second pass for macro expansion Michael