Org Document
@Serializable
Represents org document with all info present 'in' the file.
Constructors
Link copied to clipboard
constructor(preamble: OrgPreamble, preface: OrgPreface, content: List<OrgSection>, tokens: List<Token>)