OrgProperties

@Serializable
data class OrgProperties(val map: Map<String, OrgLine>, var tokens: List<Token>) : OrgElem

Unlike simple options, org properties could have full fledged org-mode text

Constructors

Link copied to clipboard
constructor(map: Map<String, OrgLine>, tokens: List<Token>)

Properties

Link copied to clipboard
Link copied to clipboard
open override var tokens: List<Token>