47 lines
1.7 KiB
Org Mode
47 lines
1.7 KiB
Org Mode
|
* Emacs tutorial
|
||
|
|
||
|
Some hints to use GNU-emacs
|
||
|
|
||
|
Emacs is a modular and extensible text editor. Users can customize and use only the
|
||
|
specific packages that are needed for their tasks.
|
||
|
|
||
|
Emacs is free software project with many years of development and a very active
|
||
|
community.
|
||
|
|
||
|
This editor can be used for multiple purposes, for instance:
|
||
|
|
||
|
- Edit files from different programming languages or any plain text
|
||
|
- Access a shell and execute tasks in a machine
|
||
|
- Write, edit and export text in multiple formats (html, odt, pdf...)
|
||
|
- Read texts (pdf, epub, html...)
|
||
|
- Create slides/presentations
|
||
|
- Build diagrams
|
||
|
- Browse the internet
|
||
|
- Explore and edit a computer file system
|
||
|
- Keep track of tasks using agenda, daily, contact list, "to-do" list...
|
||
|
- Arrange and track multiple projects and tasks
|
||
|
- Use your email
|
||
|
- Listen music and watch videos
|
||
|
|
||
|
* Contents
|
||
|
|
||
|
* [[./doc/init_emacs.org][Initialize emacs]]
|
||
|
* [[./doc/help.org][Manuals and help about using emacs]]
|
||
|
* [[./doc/movement.org][Movement and text edition]]
|
||
|
* Using emacs commands
|
||
|
* [[./doc/using_meta.org][Using 'meta' (M-x)]]
|
||
|
* [[./doc/using_alt.org][Using 'Alt' (M)]]
|
||
|
* [[./doc/using_ctrl_x.org][Using 'CTRL + x']]
|
||
|
* [[./doc/using_ctrl.org][Using 'CTRL']]
|
||
|
* [[./doc/ddbb_use.org][Using ddbd to keep your contacts]]
|
||
|
* [[./doc/org_intro.org][Introduction to emacs org-mode]]
|
||
|
* [[./doc/dired.org][How to use 'dired']]
|
||
|
* [[./doc/packages.org][Dealing with packages in emacs]]
|
||
|
* [[./doc/R_in_emacs.org][Using R in emacs]]
|
||
|
* [[./doc/links_emacs.org][Links to learn more about emacs]]
|
||
|
|
||
|
* To-do list
|
||
|
|
||
|
** TODO [#A] Read about 'info' package :read:
|
||
|
** TODO [#A] Read this https://plantarum.ca/ :read:
|