├── .gitignore ├── Demo ├── Demo.org ├── Demo.pdf └── Notes.org ├── LICENSE ├── README.org ├── org-noter.el └── other └── org-noter-integration.el /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weirdNox/org-noter/HEAD/.gitignore -------------------------------------------------------------------------------- /Demo/Demo.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weirdNox/org-noter/HEAD/Demo/Demo.org -------------------------------------------------------------------------------- /Demo/Demo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weirdNox/org-noter/HEAD/Demo/Demo.pdf -------------------------------------------------------------------------------- /Demo/Notes.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weirdNox/org-noter/HEAD/Demo/Notes.org -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weirdNox/org-noter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weirdNox/org-noter/HEAD/README.org -------------------------------------------------------------------------------- /org-noter.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weirdNox/org-noter/HEAD/org-noter.el -------------------------------------------------------------------------------- /other/org-noter-integration.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weirdNox/org-noter/HEAD/other/org-noter-integration.el --------------------------------------------------------------------------------