Skip to content

org-mode reader does not recognize COMMENT keyword #1678

@slitvinov

Description

@slitvinov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions