diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-12-01 19:26:04 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-05-17 16:59:38 -0400 | 
| commit | d0ec46764b6aa5fecf55760dc177c53411fcc735 (patch) | |
| tree | 3d1217253edaaeccf0b45222596f6139d88ca557 /org/output_zip.org | |
| parent | json type match, fix breakage caused by external change (diff) | |
0.3.3 org mode behavior
Diffstat (limited to 'org/output_zip.org')
| -rw-r--r-- | org/output_zip.org | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/org/output_zip.org b/org/output_zip.org index 43100d6..647a93c 100644 --- a/org/output_zip.org +++ b/org/output_zip.org @@ -4,11 +4,11 @@  #+DESCRIPTION: documents - structuring, publishing in multiple formats & search  #+KEYWORDS  #+LANGUAGE:    en -#+STARTUP:     indent content +#+STARTUP:     indent content hideblocks hidestars  #+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 -#+PROPERTY:    header-args :padline no :exports code :noweb yes +#+PROPERTY:    header-args :padline no :exports code :cache no :noweb yes  #+EXPORT_SELECT_TAGS:  export  #+EXPORT_EXCLUDE_TAGS: noexport  #+FILETAGS:            :doc_reform:rel:output: @@ -20,7 +20,7 @@  * _zip_                                     :module:doc_reform:create_zip_file:  ** module template -#+BEGIN_SRC d :tangle ../src/doc_reform/output/create_zip_file.d +#+BEGIN_SRC d :tangle "../src/doc_reform/output/create_zip_file.d"  module doc_reform.output.create_zip_file;  template createZipFile() {    import std.file;  | 
