kaushalmodi / ox-hugo

A carefully crafted Org exporter back-end for Hugo
https://ox-hugo.scripter.co
GNU General Public License v3.0
867 stars 130 forks source link

Remove needless quote #659

Closed syohex closed 2 years ago

syohex commented 2 years ago

This fixes the following byte-compile warning.

ox-hugo.el:443:12: Warning: defcustom for
    ‘org-hugo-export-with-section-numbers’ has syntactically odd type
    ‘'(choice (const :tag Don't number only in body 'onlytoc) (const :tag
    Don't number any heading nil) (const :tag Number all headings t) (integer
    :tag Number to level))’
kaushalmodi commented 2 years ago

@syohex Thank you! I haven't seen this warning before: probably because I am still using Emacs 28.1.50?

syohex commented 2 years ago

I haven't seen this warning before: probably because I am still using Emacs 28.1.50?

I suppose that this warning occurs since Emacs 29.0.50