├── .gitignore ├── LICENSE ├── README.org ├── org-tidy.el ├── screenshot.png └── test ├── multiple-drawers.org └── test.org /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxq0/org-tidy/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxq0/org-tidy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxq0/org-tidy/HEAD/README.org -------------------------------------------------------------------------------- /org-tidy.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxq0/org-tidy/HEAD/org-tidy.el -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxq0/org-tidy/HEAD/screenshot.png -------------------------------------------------------------------------------- /test/multiple-drawers.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxq0/org-tidy/HEAD/test/multiple-drawers.org -------------------------------------------------------------------------------- /test/test.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxq0/org-tidy/HEAD/test/test.org --------------------------------------------------------------------------------