You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ox-icalendar export of CRLF line endings may change in future to be
more consistent and better agree with RFC 5545 [1], but this may cause
surprising breakage, because emacs will then open the ICS file in DOS
coding, removing the ^M endings from the buffer string. This commit
moves `org-caldav-convert-buffer-to-crlf' earlier to guarantee the
^M is present and avoid possible breakage.
[1] See discussion about CRLF starting at https://list.orgmode.org/87o7oetneo.fsf@localhost/T/#m3e3eb80f9fc51ba75854b33ebfe9ecdefa2ded24
0 commit comments