Ihor Radchenko writes:
M-x org-lint will warn about such cases.
Thank you Ihor, as a beginner that was really confusing!
Great tip also the linter, had no idea it existed.
Thanks
jman writes:
> The example orgmode snippet provided:
>
> --8<---cut here---start->8---
> * Meeting at location with multi-line address
> <2024-01-08 Mon 14:20-15:00>
> :PROPERTIES:
> :LOCATION: Someplace
> :LOCATION+: Some Street 5
> :LOCATION+: 12345 Small To
Hello,
I am on Emacs 29.4 and Orgmode 9.6.15 and reading the manual at
https://orgmode.org/manual/iCalendar-Export.html
(cc: Nicolas Goaziou as maintainer of the iCal export, if I understand
correctly)
The example orgmode snippet provided:
--8<---cut here---start