From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: upgrade from 8.2 to 9.2 breaks agenda timestamp font? Date: Mon, 12 Mar 2018 21:58:18 -0400 Message-ID: <87tvtkybwl.fsf@alphaville.usersys.redhat.com> References: <87o9jsyld3.fsf@dcx1> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evZCy-0006K0-Sh for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 21:58:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evZCv-0001NB-RH for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 21:58:32 -0400 Received: from [195.159.176.226] (port=49085 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evZCv-0001MB-KP for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 21:58:29 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1evZAq-0002nf-3r for emacs-orgmode@gnu.org; Tue, 13 Mar 2018 02:56:20 +0100 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: emacs-orgmode@gnu.org David Belohrad writes: > Dear all, > > I have upgraded after some time org-plus-contrib through elpa to > version 20180312, and quite some things stopped working. Most of them > I have found, and have been related to usage of sexp in capture > template, but there's one I'm struggling to find. > > My org-agenda now displays incorrectly the timestamps, which have only one bound. So if I make timestamp like: > > Entered on <2018-03-12 Mon 23:21-23:59> > I don't think this format is legal for a timestamp. > that timestamp is correctly displayed in the agenda, however when I make only this one: > > Entered on <2018-03-12 Mon 23:21> > > this one displays the starting time, followed by combination of useless letters, partly arabic, japanese and completely breaks the appearance of the agenda. > > What did I forget to migrate when upgrading org-mode? I don't find anything related to such behaviour in the changelog. What happens if you start with 'emacs -q -l /path/to/minimal/init.el' (i.e. bypassing most of your init file)? -- Nick