* upgrade from 8.2 to 9.2 breaks agenda timestamp font?
@ 2018-03-12 22:34 David Belohrad
2018-03-13 1:58 ` Nick Dokos
0 siblings, 1 reply; 5+ messages in thread
From: David Belohrad @ 2018-03-12 22:34 UTC (permalink / raw)
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: upgrade from 8.2 to 9.2 breaks agenda timestamp font?
2018-03-12 22:34 upgrade from 8.2 to 9.2 breaks agenda timestamp font? David Belohrad
@ 2018-03-13 1:58 ` Nick Dokos
2018-03-13 2:39 ` Samuel Wales
0 siblings, 1 reply; 5+ messages in thread
From: Nick Dokos @ 2018-03-13 1:58 UTC (permalink / raw)
To: emacs-orgmode
David Belohrad <david@belohrad.ch> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: upgrade from 8.2 to 9.2 breaks agenda timestamp font?
2018-03-13 1:58 ` Nick Dokos
@ 2018-03-13 2:39 ` Samuel Wales
2018-03-13 8:32 ` David Belohrad
0 siblings, 1 reply; 5+ messages in thread
From: Samuel Wales @ 2018-03-13 2:39 UTC (permalink / raw)
To: Nick Dokos; +Cc: emacs-orgmode
locale?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: upgrade from 8.2 to 9.2 breaks agenda timestamp font?
2018-03-13 2:39 ` Samuel Wales
@ 2018-03-13 8:32 ` David Belohrad
2018-03-13 8:45 ` Nicolas Goaziou
0 siblings, 1 reply; 5+ messages in thread
From: David Belohrad @ 2018-03-13 8:32 UTC (permalink / raw)
To: Samuel Wales, Nick Dokos; +Cc: emacs-orgmode
hello both,
yesterday evening i found by chance what it was. Problem of changed definition of org-agenda-time-grid? Following definition is valid for org8, but not org9:
(setq org-agenda-time-grid '((daily require-timed)
"--------------------"
(800 900
1000
1100
1200
1300
1400
1500
1600
1700
1800
1900
2000
2100
2200)))
I have removed that (anyways, not too often used), and the problem disappeared.
thanks
.d.
Samuel Wales <samologist@gmail.com> writes:
> locale?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: upgrade from 8.2 to 9.2 breaks agenda timestamp font?
2018-03-13 8:32 ` David Belohrad
@ 2018-03-13 8:45 ` Nicolas Goaziou
0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2018-03-13 8:45 UTC (permalink / raw)
To: David Belohrad; +Cc: Nick Dokos, emacs-orgmode
Hello,
David Belohrad <david@belohrad.ch> writes:
> yesterday evening i found by chance what it was. Problem of changed definition of org-agenda-time-grid? Following definition is valid for org8, but not org9:
>
> (setq org-agenda-time-grid '((daily require-timed)
> "--------------------"
> (800 900
> 1000
> 1100
> 1200
> 1300
> 1400
> 1500
> 1600
> 1700
> 1800
> 1900
> 2000
> 2100
> 2200)))
>
> I have removed that (anyways, not too often used), and the problem
> disappeared.
I suggest to read the "Incompatible changes" section for both Org 9.0
and Org 9.1 in ORG-NEWS.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-03-13 8:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-12 22:34 upgrade from 8.2 to 9.2 breaks agenda timestamp font? David Belohrad
2018-03-13 1:58 ` Nick Dokos
2018-03-13 2:39 ` Samuel Wales
2018-03-13 8:32 ` David Belohrad
2018-03-13 8:45 ` Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).