diff --git a/lentil.cabal b/lentil.cabal
--- a/lentil.cabal
+++ b/lentil.cabal
@@ -1,5 +1,5 @@
 name:                lentil
-version:             1.1.0.0
+version:             1.1.0.1
 synopsis:            frugal issue tracker
 description:         minumum effort, cohesive issue tracker based on
                      ubiquitous @TODO@s and @FIXME@s conventions.
@@ -7,9 +7,10 @@
 homepage:            http://www.ariis.it/static/articles/lentil/page.html
 license:             GPL-3
 license-file:        LICENSE
-author:              Francesco Ariis <fa-ml@ariis.it> plus authors.txt
+author:              Francesco Ariis <fa-ml@ariis.it> et al.
+                     (check authors.txt)
 maintainer:          Francesco Ariis <fa-ml@ariis.it>
-copyright:           © 2015-2018 Francesco Ariis
+copyright:           © 2015-2018 Francesco Ariis et al. (check authors.txt)
 category:            Development, Project Management
 stability:           Stable
 build-type:          Simple
@@ -31,6 +32,7 @@
                      test/test-files/lang-comm/rust.rs,
                      test/test-files/lang-comm/standard-ml.sml,
                      test/test-files/lang-comm/rst.rst,
+                     test/test-files/lang-comm/org-mode.org,
                      test/test-files/lang-comm/text.txt,
                      test/test-files/specific/contiguous.c,
                      test/test-files/specific/cont-custom.c,
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -32,7 +32,7 @@
                                    short 'v'      S.<>
                                    help "show version and copyright info" )
     where
-          versionCopy = "\nlentil - frugal issue tracker, version 1.1.0.0\n\
+          versionCopy = "\nlentil - frugal issue tracker, version 1.1.0.1\n\
                         \(C) 2015-2018 Francesco Ariis - http://www.ariis.it\n\
                         \released under the GNU General Public License v3\n"
 
diff --git a/test/test-files/lang-comm/org-mode.org b/test/test-files/lang-comm/org-mode.org
new file mode 100644
--- /dev/null
+++ b/test/test-files/lang-comm/org-mode.org
@@ -0,0 +1,9 @@
+* TODO single comment
+
+** TODO single2
+
+let someOther = "  (*  "
+let myChar = "\n" (* toast *)
+
+- [ ] block1
+4) [ ] block2 [tog]
