From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Belohrad Subject: upgrade from 8.2 to 9.2 breaks agenda timestamp font? Date: Mon, 12 Mar 2018 23:34:00 +0100 Message-ID: <87o9jsyld3.fsf@dcx1> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evW1J-0003CG-Tq for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 18:34:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evW1F-0003SP-Uu for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 18:34:17 -0400 Received: from belohrad.ch ([31.31.76.146]:44903) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evW1F-0003Rz-Nh for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 18:34:13 -0400 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 Org-Mode Help 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> 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. many thanks .d.