From 3e81eda3abd27ab6beadb3f183bcbf413ecd52b8 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 17 Mar 2016 22:38:32 -0400 Subject: org file headers updated --- org/ao_assertions.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'org/ao_assertions.org') diff --git a/org/ao_assertions.org b/org/ao_assertions.org index b041541..0257f37 100644 --- a/org/ao_assertions.org +++ b/org/ao_assertions.org @@ -3,10 +3,10 @@ #+EMAIL: ralph.amissah@gmail.com #+STARTUP: indent #+LANGUAGE: en -#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t +#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc #+OPTIONS: author:nil email:nil creator:nil timestamp:nil -#+OPTIONS: ^:nil _:nil +#+PROPERTY: header-args :padline no :exports none :noweb yes #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+FILETAGS: :sdp:rel:ao: @@ -16,7 +16,7 @@ [[./sdp.org][sdp]] [[./][org/]] ** mixin template: assertions on markup document structure :doc_structure: #+name: ao_assertions -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d mixin template AssertionsOnMarkupDocumentStructure() { auto assertions_doc_structure(string[string] object, uint[string] lv) { if (lv["h3"] > 0) { @@ -218,7 +218,7 @@ mixin template AssertionsOnMarkupDocumentStructure() { #+END_SRC ** mixin template: assertions on blocks :blocks: #+name: ao_assertions -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d mixin template AssertionsOnBlocks() { auto assertions_flag_types_block_status_none_or_closed(int[string] flag_type) { assert( @@ -243,7 +243,7 @@ mixin template AssertionsOnBlocks() { * tangle :tangle: ** code structure: :ao_assertions.d: #+name: tangle_ao_assertions -#+BEGIN_SRC d :tangle ../lib/sdp/ao_assertions.d :padline no :exports none :noweb yes +#+BEGIN_SRC d :tangle ../lib/sdp/ao_assertions.d /* assertions ao_assertions.d -- cgit v1.2.3