From bdcb9189e4cf221bec1efaf2e6e612b127e51f25 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 6 Jan 2018 20:34:42 -0500 Subject: 0.23.3 work on source & target file paths/locations --- org/default_misc.org | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'org/default_misc.org') diff --git a/org/default_misc.org b/org/default_misc.org index b6845b7..bbf1477 100644 --- a/org/default_misc.org +++ b/org/default_misc.org @@ -232,8 +232,8 @@ string extractSDLangTabOrAttrib(S)(S conf_sdlang, string maintab, string atab) { #+name: meta_defaults_template_registers #+BEGIN_SRC d -static auto ptr_head_main = - [ +static auto ptr_head_main + = [ "classify", "creator", "date", @@ -245,24 +245,24 @@ static auto ptr_head_main = "rights", "title" ]; -static auto ptr_head_sub_classify = - [ +static auto ptr_head_sub_classify + = [ "dewey", "keywords", "loc", "subject", "topic_register" ]; -static auto ptr_head_sub_creator = - [ +static auto ptr_head_sub_creator + = [ "author", "author_email", "cover", "illustrator", "translator" ]; -static auto ptr_head_sub_date = - [ +static auto ptr_head_sub_date + = [ "added_to_site", "available", "created", @@ -271,15 +271,15 @@ static auto ptr_head_sub_date = "published", "valid" ]; -static auto ptr_head_sub_identifier = - [ +static auto ptr_head_sub_identifier + = [ "isbn", "oclc", "pg" ]; /+ make +/ -static auto ptr_head_sub_make = - [ +static auto ptr_head_sub_make + = [ "cover_image", "home_button_image", "home_button_text", @@ -293,28 +293,28 @@ static auto ptr_head_sub_make = "texpdf_font", "css" ]; -static auto ptr_head_sub_notes = - [ +static auto ptr_head_sub_notes + = [ "abstract", "description" ]; -static auto ptr_head_sub_original = - [ +static auto ptr_head_sub_original + = [ "language", "source", "title" ]; -static auto ptr_head_sub_publisher = - [ "name" ]; -static auto ptr_head_sub_rights = - [ +static auto ptr_head_sub_publisher + = [ "name" ]; +static auto ptr_head_sub_rights + = [ "copyright", "cover", "illustrations", "license" ]; -static auto ptr_head_sub_title = - [ +static auto ptr_head_sub_title + = [ "edition", "full", "language", -- cgit v1.2.3