emacs_tutorial/doc/org_intro.org

47 lines
1.1 KiB
Org Mode
Raw Permalink Normal View History

#+date: 2021
#+options: toc:nil num:nil author:nil
2022-04-27 22:09:34 +02:00
* org mode
[[https://orgmode.org/][org mode]] is a really powerful tool to keep notes, write documents, use literate programming, keep record of your task, wor times, "organize
your life in plain text" and more...
Here we show some basics of org, but there's plenty information about it in the
manual and elsewhere.
** Checking the manual
To open the org manual using "meta" within emacs:
2022-04-27 22:09:34 +02:00
: M-x org-info
Optionally you can use the following keybinding to open a buffer with the info
version of manuals:
: C-h i
Then, in the buffer type the key "m" to search in the menu by keywords. To find
the org info manual, just type "Org mode" in the menu.
2022-04-27 22:09:34 +02:00
** Create task list and include date and time
Save a ".org" file. Then write your tasks using "*" to show hierarchy or nesting
structure in tasks.
** Using Pomodoro in org mode
- Install pomodoro in emacs
2022-04-27 22:09:34 +02:00
: M-x [RET] package-install org-pomodoro
- Initialize a clock in a task
: M-x [RET] org-clock-in
- Initialize pomodoro
: M-x [RET] org-pomodoro
PS: "RET" is the same "enter" key