Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove needless quote #659

Merged
merged 1 commit into from Jun 24, 2022
Merged

Remove needless quote #659

merged 1 commit into from Jun 24, 2022

Conversation

syohex
Copy link
Contributor

@syohex syohex commented Jun 24, 2022

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 kaushalmodi merged commit 1572c62 into kaushalmodi:main Jun 24, 2022
@kaushalmodi
Copy link
Owner

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

@syohex syohex deleted the quote branch June 24, 2022 04:44
@syohex
Copy link
Contributor Author

syohex commented Jun 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants