org-mode reader does not recognize COMMENT keyword at the beginning of a header. See http://orgmode.org/manual/Comment-lines.html With this file **c.org** ``` * COMMENT Test ``` Command ``` pandoc -f org -t json c.org ``` gives ``` [{"unMeta":{}},[{"t":"Header","c":[1,["",[],[]],[{"t":"Str","c":"COMMENT"},{"t":"Space","c":[]},{"t":"Str","c":"Test"}]]}]] ``` I expect no header in the output.
org-mode reader does not recognize COMMENT keyword at the beginning of
a header.
See http://orgmode.org/manual/Comment-lines.html
With this file c.org
Command
gives
I expect no header in the output.