[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ox-icalendar.el: customizable vevent summary prefix
From: |
Nicolas Goaziou |
Subject: |
Re: [PATCH] ox-icalendar.el: customizable vevent summary prefix |
Date: |
Sun, 26 Dec 2021 22:26:26 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
Thanks. Some comments follow.
Mikhail Skorzhinskii <mskorzhinskiy@eml.cc> writes:
> * lisp/ox-icalendar.el (org-icalendar-scheduled-summary-prepend):
> configurable prefix for the scheduled headlines
"New variable" is enough.
> * lisp/ox-icalendar.el (org-icalendar-deadline-summary-prepend):
> configurable prefix for the headlines with a deadline
Ditto.
> +(defcustom org-icalendar-scheduled-summary-prepend "S: "
> + "String used for prepending summary in exported scheduled
> headlines."
> + :group 'org-export-icalendar
> + :type 'string)
> +
> +
> +(defcustom org-icalendar-deadline-summary-prepend "DL: "
> + "String used for prepending summary in exported deadlines."
> + :group 'org-export-icalendar
> + :type 'string)
> +
Could you add missing :safe and :package-version keywords?
Regards,
--
Nicolas Goaziou