It would be nice to be able to refer to the appointment title string in the alarm procedure, somehow. This would facilitate a single procedure command which would be interpolated at run time. For example, the Alarm Procedure could be mailx -s "$TITLE_VAR_NAME" <username> In this case, if orage exported TITLE_VAR_NAME="<text from the appointment title field", the user would receive an email with the subject text equal to the title of the event. Alternatively, orage could use it's own replacement text strategy. Just being able to access the Title text would be satisfactory, but the start-time and duration or end-time would be also be very useful. Note text would be truly extravagant.
exporting to OS is too much, but adding local text replacement should be doable.
Great, thanks juha. I hope you like the suggestion. I think it would be useful.
Implemented in 4.8.1.12 available in git now. I added these codes, which are replaced just before giving the string to shell: <&T> appointment title <&D> appointment description <&AT> alarm time <&ST> appointment start time <&ET> appointment end time
Implemented in 4.8.2