I think you need something like
(add-to-list 'org-export-options-alist
'(:unique-id nil "unique-id" nil t))
to keep org-lint happy about the unique-id option (one false positive less)
The above works for me, but I can't claim to understand org export very well.
I think you need something like
(add-to-list 'org-export-options-alist
'(:unique-id nil "unique-id" nil t))
to keep org-lint happy about the unique-id option (one false positive less)
The above works for me, but I can't claim to understand org export very well.