Files
org/org-mode.org
2019-09-16 00:14:36 +02:00

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.

an outline-er

task tracker, scheduler,

…with superpowers - bear with me

Demo