mirror of
https://github.com/tomru/org.git
synced 2026-03-03 06:27:22 +01:00
1.1 KiB
1.1 KiB
org-mode
Why
saw a talk on why a vim'er switched to emacs
mentioned org-mode as a gateway drug to emacs
watched another talk of the author Carsten Dominik
the main idea of the project are terrific
Plain text files.
Make note taking a fundamental action.
Avoid separate tools for note taking and tasks.
What is org-mode
Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
org file: yet another markup language
#+BEGIN_SRC
* A header
Some text....
** A subheader
** Another subheader
With even more text.