The org-mode application provides an astounding set of features that can literally1 change your life for the better!
Below is just a very small subset of things you can do using a text file + org-mode + emacs:
- Literate Programming2, 3 in over 30 languages.
- Project, Task and Time Management.
- Data Science
- Reproducible Research
- Create and maintain documentation4 in multiple popular formats including PDF, HTML5 and Markdown.
- Track and synchronize data across heterogeneous paradigms, technologies and formats including source code, network diagrams, Infrastructure as Code, DevOps6, databases, servers and services.
- Learn new skills and share complex ideas in a consistent repeatable way.
Let us begin our journey into a better future.
- Provide org-mode syntax highlighting to allow Atom users to easily create and maintain documentation.
Property-Name | Property-Value |
---|---|
name | org-mode |
version | 0.3.16 |
description | Atom grammar for org-mode syntax |
keywords | org, org-mode, org mode, orgmode, emacs, literate programming, literate devops, devops, reproducible research, documentation |
repository | https://github.com/melioratus/org-mode |
license | MIT |
engines | "atom": ">=1.0.0 <2.0.0" |
dependencies | "coffeescript": "1.7.0", "coffeelint": "^1.10.1", "request": "^2.34.0", "season": "^5.0.2" |
- coffeelint.json
- org-mode-spec.coffee
- org-mode.cson
- org-mode.less
- package.json
- shell-unix-bash-org-mode.cson
1 pun intended
2 https://en.wikipedia.org/wiki/Literate_programming
3 https://kitchingroup.cheme.cmu.edu/blog/2014/03/27/Literate-programming-in-python-with-org-mode-and-noweb/
4 https://github.com/fniessen/refcard-org-mode
5 https://github.com/fniessen/org-html-themes
6 https://howardism.org/Technical/Emacs/literate-devops.html