diff options
Diffstat (limited to 'org/ao_defaults.org')
| -rw-r--r-- | org/ao_defaults.org | 21 | 
1 files changed, 11 insertions, 10 deletions
diff --git a/org/ao_defaults.org b/org/ao_defaults.org index 391abbb..73dba74 100644 --- a/org/ao_defaults.org +++ b/org/ao_defaults.org @@ -1,4 +1,4 @@ -#+TITLE: Emacs config file written in org-mode +#+TITLE: sdp defaults  #+AUTHOR: Ralph Amissah  #+EMAIL: ralph.amissah@gmail.com  #+STARTUP: indent @@ -9,11 +9,12 @@  #+OPTIONS: ^:nil _:nil  #+EXPORT_SELECT_TAGS: export  #+EXPORT_EXCLUDE_TAGS: noexport -#+TAGS: Amissah(A) Class(c) WEB(W) noexport(n)  #+FILETAGS: :sdp:ao: +#+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n) -* defaults -** template: header +* defaults                                                :template:defaults: +[[./sdp.org][sdp]] +** template: header                                                  :header:  #+name: ao_defaults_templates  #+BEGIN_SRC d                                                  :exports none  template SiSUheader() { @@ -89,7 +90,7 @@ template SiSUheader() {      },      "links": {      } -  }`; +  }`; // links    auto pointer_head_main =      [        "creator", @@ -180,7 +181,7 @@ template SiSUheader() {    }`;  }  #+END_SRC -** template: flags regex initialize +** template: flags regex initialize                             :regex_flags:  #+name: ao_defaults_templates  #+BEGIN_SRC d                                                  :exports none  /* regex flags */ @@ -218,7 +219,7 @@ template SiSUrgxInitFlags() {    ];  }  #+END_SRC -** template: bibliography +** template: bibliography                                            :biblio:  #+name: ao_defaults_templates  #+BEGIN_SRC d                                                  :exports none  template SiSUbiblio() { @@ -250,7 +251,7 @@ template SiSUbiblio() {      "note"                             : "",      "short_name"                       : "",      "id"                               : "" -  }`; +  }`; // is: book, article, magazine, newspaper, blog, other    auto biblio_tag_map = [      "au"                               : "author_raw",      "ed"                               : "editor_raw", @@ -269,7 +270,7 @@ template SiSUbiblio() {    ]; // is: book, article, magazine, newspaper, blog, other  }  #+END_SRC -** template: internal markup +** template: internal markup                                         :markup:  #+name: ao_defaults_templates  #+BEGIN_SRC d                                                  :exports none  template InternalMarkup() { @@ -280,7 +281,7 @@ template InternalMarkup() {  }  #+END_SRC -* tangles +* tangles                                                            :tangle:  ** code structure:                                               :ao_defaults.d:  #+name: tangle_ao_defaults  #+BEGIN_SRC d :tangle ../lib/sdp/ao_defaults.d :padline no :exports none :noweb yes  | 
