📜 ⬆️ ⬇️

How I became more comfortable to live

I found a tool that made it easier for me to stay at the computer.

For a long time I tried to write a text that you would like. That would convey all the joy that I feel. But in view of the fact that from me a crap writer, a poet and a man, I could not write anything acceptable. So I’ll just start a messy presentation.

The 21st century is in the courtyard, and in the heads of each of us there is a sea of ​​information. Every day we are faced with a lot of information. Personally, I “lost” a lot of interesting resources, just because I couldn’t bring myself to place a link in the bookmark :) I was constantly losing the sea of ​​passwords. I constantly forgot to do a lot of things.
')
And so, one day I learned about the existence of to-do services (todoist.com / remiththemilk, etc.). And it seems that was what I needed. But here I was wrong. It seems to me that it is too boring to rely only on todo lists :) I want something more. I would like to write a link in the end :)

And then, by some miracle, I learned about the super-solution: Emacs + org-mode :) Do not be afraid and believe that this is a solution for super-geeks. I figured it out, then anybody else will figure it out;)

What is emaks and org-mod in my understanding ? The understanding that I had in a couple of weeks is a very convenient tool for organizing important data :)

How is everything arranged ? If you try to speak abstractly, then any of your data has groups :) Well, like a category. For example: Music, Cinema

To create two main groups in the org-mode nada write:
*
*


Now you need to create a sub-group (well, you can not do it, if desired)
For music: 'Be sure to download' and 'Cool sites with music'

To create 2 sub-groups for the group 'Music' you need to write:
*
**
**
*


In other words, the creation of groups, subgroups and sub-sub-sub-sub-groups occurs by writing asterisks :)

Screenshots:

1. Created groups:
image

2. Push TAB - Groups are folded into a compact view.
image

3. Now let's create a table with cool MP-3 sites,
for this nehrena do not, just write "| description | url |" and click Enter :) then calmly drive in the links and click on the entra, when necessary:
image

Alignment happens automatically, nothing needs to be done :)

4. And now I will show you what my personal org-mod looks like at the moment .
image

5. But org-mode for other users:
image

image

To even better understand the charms of org-mode, watch this little video:

Source: https://habr.com/ru/post/65029/


All Articles