Org Preamble
@Serializable
Preamble is everything that comes in the start before the actual content starts
Constructors
Link copied to clipboard
constructor(title: OrgLine, author: String? = null, email: String? = null, date: LocalDate? = null, category: String? = null, filetags: OrgTags? = null, tags: OrgTags? = null, options: OrgOptions? = null, pile: OrgOptions? = null, properties: OrgProperties? = null, tokens: List<Token>)