From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: [BUG] org-toggle-time-stamp-overlays does not work in #+DATE line Date: Wed, 30 Jul 2014 22:07:18 -0500 Message-ID: <87k36uw7ix.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCgiE-00036s-97 for emacs-orgmode@gnu.org; Wed, 30 Jul 2014 23:07:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCgi8-0006lR-ED for emacs-orgmode@gnu.org; Wed, 30 Jul 2014 23:07:26 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:53509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCgi8-0006lH-9o for emacs-orgmode@gnu.org; Wed, 30 Jul 2014 23:07:20 -0400 Received: from archbook (unknown [50.172.132.15]) by mail.messagingengine.com (Postfix) with ESMTPA id 1E989680145 for ; Wed, 30 Jul 2014 23:07:19 -0400 (EDT) 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: Org Mode Steps to replicate. 1. Evaluate the following: (setq org-time-stamp-custom-formats '("<%B %e, %Y>" . "<%B %e, %Y>")) 2. Use the following sample org file. --8<---------------cut here---------------start------------->8--- #+DATE: [2014-07-30 Wed 22:05] * Headline [2014-07-30 Wed 22:05] --8<---------------cut here---------------end--------------->8--- 3. M-x org-toggle-time-stamp-overlays The buffer should look like this: --8<---------------cut here---------------start------------->8--- #+DATE: [2014-07-30 Wed] * Headline [2014-07-30 Wed] --8<---------------cut here---------------end--------------->8--- 4. M-x org-toggle-time-stamp-overlays The buffer now looks like this: --8<---------------cut here---------------start------------->8--- #+DATE: [2014-07-30 Wed 22:05] * Headline [2014-07-30 Wed 22:05] --8<---------------cut here---------------end--------------->8--- ...thus preventing any easy editing of the timestamp in the #+DATE line. Best, Matt