From 4c6c9216390f7dee4552846ee17f2bcb3402b43c Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 20 Oct 2015 21:55:11 -0400 Subject: .d files made, emacs org babel tangle run on .org files --- lib/sdp/ao_defaults.d | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'lib/sdp/ao_defaults.d') diff --git a/lib/sdp/ao_defaults.d b/lib/sdp/ao_defaults.d index 8996587..6599e69 100644 --- a/lib/sdp/ao_defaults.d +++ b/lib/sdp/ao_defaults.d @@ -1,6 +1,6 @@ /* -#+OPTIONS: ^:nil _:nil#+OPTIONS: ^:nil _:nil -* sisu_defaults.d + defaults + ao_defaults.d */ template SiSUheader() { auto header_make_jsonstr = `{ @@ -75,7 +75,7 @@ template SiSUheader() { }, "links": { } - }`; // links + }`; auto pointer_head_main = [ "creator", @@ -165,11 +165,8 @@ template SiSUheader() { auto config_jsonstr = `{ }`; } -/* -* RgxInitFlags -*/ +/* regex flags */ template SiSUrgxInitFlags() { -// mixin template RgxInit() { int[string] flag_type = [ "make_headings" : 0, "header_make" : 0, @@ -231,7 +228,7 @@ template SiSUbiblio() { "note" : "", "short_name" : "", "id" : "" - }`; // is: book, article, magazine, newspaper, blog, other + }`; auto biblio_tag_map = [ "au" : "author_raw", "ed" : "editor_raw", -- cgit v1.2.3