aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_hub.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-03-08 16:58:10 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitbdb43e4e7d34ba178ec3bbc351d059c63e162d4b (patch)
tree138c149ef8919ec7b6a19e77946304238edc3a8e /org/output_hub.org
parentmake auto numbering related (diff)
footnotes fontface; home button text and links
Diffstat (limited to 'org/output_hub.org')
-rw-r--r--org/output_hub.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/output_hub.org b/org/output_hub.org
index 3c44e7d..0221652 100644
--- a/org/output_hub.org
+++ b/org/output_hub.org
@@ -62,7 +62,7 @@ import sdp.output,
#+name: output_options
#+BEGIN_SRC d
-if ((doc_matters.opt.action.verbose)) {
+if (doc_matters.opt.action.verbose) {
writeln(doc_matters.xml.keys_seq.seg);
}
#+END_SRC