>>>>> On Tue, 14 Jun 2022 13:12:54 +0300, Daniel Fleischer said: Daniel> Robert Pluim [2022-06-14 Tue 11:28] wrote: >> A couple of places in org main quoted symbols in defcustom types, but >> the type itself is already quoted, so thatʼs not necessary. Daniel> Is it harmful though? Thereʼs the absolutist argument of "itʼs wrong!", or the practical argument of "it causes warnings when byte compiling". Take your pick. >> - (const :tag "Overlays" 'overlays) >> - (const :tag "Text properties" 'text-properties))) >> + (const :tag "Overlays" overlays) >> + (cnost :tag "Text properties" text-properties))) Daniel> Typo here `cnost`. Of course there is. Murphy and all that. Updated patch attached Robert --