diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-16 12:09:56 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-19 11:02:16 -0400 |
commit | 8072ebdcbe3bf5bce3f2cce3539c95bcaa308a71 (patch) | |
tree | 4f94b58061674a58f154be3099df21d13227fe1e /org/imports.org | |
parent | epub, minor adjustments (diff) |
org-mode, cosmetic
Diffstat (limited to 'org/imports.org')
-rw-r--r-- | org/imports.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/imports.org b/org/imports.org index e48f25a..bd5784b 100644 --- a/org/imports.org +++ b/org/imports.org @@ -15,7 +15,7 @@ #+PROPERTY: header-args+ :cache no #+PROPERTY: header-args+ :padline no -* imports for _meta_ :meta: +* imports for _meta_ :meta: ** package dir #+BEGIN_SRC d :tangle "../src/doc_reform/meta/package.d" @@ -45,7 +45,7 @@ public import std.conv : to; #+END_SRC -* imports for _output_ :output: +* imports for _output_ :output: ** package dir #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/package.d" |