You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01-introduction.org
+25-20Lines changed: 25 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
-
# Chapter 1: Introduction - Welcome to the Org-Mode Rabbit Hole
1
+
#+TITLE: Chapter 1: Introduction - Welcome to the Org-Mode Rabbit Hole
2
+
#+AUTHOR: The Org-Mode with Emacs Authors
3
+
#+LANGUAGE: en
4
+
#+OPTIONS: toc:t num:t ^:nil H:4 html-style:nil
5
+
#+SETUPFILE: setup.org
2
6
3
-
You've probably heard whispers about Org-Mode. Perhaps you've seen that friend who seems oddly satisfied with their text-based life management system, or you stumbled upon a blog post claiming someone manages their entire existence in a `.org` file. Maybe you thought, "That can't be real."
7
+
8
+
You've probably heard whispers about Org-Mode. Perhaps you've seen that friend who seems oddly satisfied with their text-based life management system, or you stumbled upon a blog post claiming someone manages their entire existence in a =.org= file. Maybe you thought, "That can't be real."
4
9
5
10
Oh, but it is. And you're about to fall down one of the most productive rabbit holes in the computing world.
6
11
7
-
##What is Org-Mode?
12
+
* What is Org-Mode?
8
13
9
14
Org-Mode is deceptively simple at first glance: it's a major mode for GNU Emacs that handles notes, TODO lists, and project planning using plain text files. But calling Org-Mode "just a note-taking system" is like calling the ocean "a bit damp."
10
15
@@ -23,38 +28,38 @@ Created by Carsten Dominik in 2003 (and now maintained by a dedicated community)
23
28
24
29
The real magic? All of this happens in plain text files that will outlive whatever fancy proprietary tool is trending this year.
25
30
26
-
##Why Org-Mode?
31
+
* Why Org-Mode?
27
32
28
-
###The Plain Text Advantage
33
+
** The Plain Text Advantage
29
34
30
35
Your notes from 1995 written in WordPerfect? Good luck opening those without archeological-level effort. Your notes from 2005 in that now-defunct web service? Gone when the startup folded. But plain text? Plain text is forever.
31
36
32
-
Org-Mode embraces this permanence. Your `.org` files are readable with any text editor, searchable with grep, version-controllable with git, and will be accessible decades from now. This is information longevity at its finest.
37
+
Org-Mode embraces this permanence. Your =.org= files are readable with any text editor, searchable with grep, version-controllable with git, and will be accessible decades from now. This is information longevity at its finest.
33
38
34
-
###The Power of Text-Based Workflow
39
+
** The Power of Text-Based Workflow
35
40
36
41
Here's something magical: when your entire workflow lives in text, automation becomes trivial. Want to generate reports from your task lists? Parse them. Want to track patterns in your time logs? Analyze them. Want to build custom workflows? Script them.
37
42
38
43
Try doing that with your favorite GUI task manager.
39
44
40
-
###The Joy of Keyboard-Driven Efficiency
45
+
** The Joy of Keyboard-Driven Efficiency
41
46
42
47
Once you internalize Org-Mode's keybindings (and yes, there will be a learning curve), you'll find yourself managing complex information structures at the speed of thought. No clicking through menus, no reaching for the mouse—just pure keyboard-driven productivity.
43
48
44
-
##Who Should Use Org-Mode?
49
+
* Who Should Use Org-Mode?
45
50
46
51
Org-Mode attracts a particular type of person:
47
52
48
-
-**The Optimizer**: You enjoy tweaking your workflows until they purr like a well-tuned engine
49
-
-**The Skeptic**: You've tried seventeen different productivity apps and they all disappointed you
50
-
-**The Writer**: You value distraction-free writing with powerful organizational capabilities
51
-
-**The Programmer**: You appreciate that your notes can contain executable code that actually runs
52
-
-**The Long-Term Thinker**: You want your data in formats that will outlast commercial software
53
-
-**The Control Enthusiast**: You want to own your tools, not rent them
53
+
- *The Optimizer*: You enjoy tweaking your workflows until they purr like a well-tuned engine
54
+
- *The Skeptic*: You've tried seventeen different productivity apps and they all disappointed you
55
+
- *The Writer*: You value distraction-free writing with powerful organizational capabilities
56
+
- *The Programmer*: You appreciate that your notes can contain executable code that actually runs
57
+
- *The Long-Term Thinker*: You want your data in formats that will outlast commercial software
58
+
- *The Control Enthusiast*: You want to own your tools, not rent them
54
59
55
60
If you nodded along to any of these, welcome home.
56
61
57
-
##What This Book Will Teach You
62
+
* What This Book Will Teach You
58
63
59
64
We'll start gentle—basic document structure, simple TODO lists, links—and progressively unveil Org-Mode's deeper powers. By the end, you'll be:
- Creating capture templates that make note-taking frictionless
67
72
- And perhaps most importantly: understanding the Org-Mode philosophy
68
73
69
-
##A Word of Warning
74
+
* A Word of Warning
70
75
71
76
Org-Mode will spoil you. After you experience the power of plain-text organization with Emacs-level extensibility, other tools will feel constraining. You might find yourself trying to use Org keybindings in your web browser (they won't work, sadly). You may become insufferable at dinner parties, evangelizing about the virtues of plain text.
72
77
73
78
Consider yourself warned.
74
79
75
-
##The Philosophy: Your System, Your Rules
80
+
* The Philosophy: Your System, Your Rules
76
81
77
82
Here's what separates Org-Mode from prescriptive productivity systems: it doesn't tell you how to work. GTD enthusiast? Org-Mode can do that. Prefer Kanban? That too. Want to invent your own hybrid system? Go wild.
78
83
79
84
Org-Mode provides powerful primitives—headings, timestamps, tags, properties, links—and lets you compose them into whatever structure matches your brain. It's LEGO blocks for information management.
80
85
81
-
##Ready?
86
+
* Ready?
82
87
83
-
In the next chapter, we'll get Org-Mode running and write your first `.org` file. Don't worry—we'll start simple. The terrifyingly powerful features come later.
88
+
In the next chapter, we'll get Org-Mode running and write your first =.org= file. Don't worry—we'll start simple. The terrifyingly powerful features come later.
84
89
85
90
Take a deep breath. Save your work in whatever tool you're currently using (for nostalgia purposes—you won't be going back).
0 commit comments