Hi, %e is not supported as a formatting code for strftime by all compilers. At least with Windows/MSVC this causes change merging to fail (see Bugzilla 2923).
Can I upload the attached patch to 1.4 and 1.5? Regards, Joost
Index: lyxrc.C =================================================================== --- lyxrc.C (revision 15509) +++ lyxrc.C (working copy) @@ -272,7 +272,7 @@ show_banner = true; windows_style_tex_paths = false; tex_allows_spaces = false; - date_insert_format = "%A, %e %B %Y"; + date_insert_format = "%A, %d %B %Y"; cursor_follows_scrollbar = false; dialogs_iconify_with_main = false; label_init_length = 3;