diff --git a/ox-reveal.el b/ox-reveal.el index 972ddd6..a793bdc 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -366,7 +366,7 @@ If the block type is 'NOTES', transcode the block into a Reveal.js slide note. Otherwise, export the block as by the HTML exporter." (let ((block-type (org-element-property :type special-block))) - (if (string= block-type "NOTES") + (if (string= (upcase block-type) "NOTES") (if org-reveal-ignore-speaker-notes "" (format "\n" contents))