An Org Mode based blog engine

#7Unindexed org files

It should be possible to create org files, that don't get indexed into the stream, tags or full text search. To realise that, the OPTIONS Attribute should be used as follows:

#+OPTIONS: tapachula-index:nil tapachula-tags:nil tapachula-searchable:nil

Per default all these attributes are true, so there's no need to to set them explicitly to allow these options. Options may be concatenated inline or in multiline order.