Emacs

Basics

  1.  Tutorials
    1. Emacs IDE – Python Development Configuration
    2. Series by Jekor (1-10)
    3. By Yuksel:  part 1part 2, and part 3
  2. Pragmatic Emacs
  3. From Vim to Emacs by Arron Bieber.
  4. for writing thesis
  5. for Writers

Emacs org-mode

ord-mode basics

  1. http://orgmode.org/
  2. spreadsheet functions
  3. org-journal https://www.emacswiki.org/emacs/OrgJournal

org-beamer-mode

  1. http://orgmode.org/worg/exporters/beamer/tutorial.html
  2. https://www.gnu.org/software/emacs/manual/html_node/org/Beamer-export.html

org-brain

  1. Kungsgeten  https://kungsgeten.github.io/org-brain.html
  2. GitHub https://github.com/Kungsgeten/org-brain
  3. YouTube tutorial https://www.youtube.com/watch?v=3gwdXkIHxjA&feature=youtu.be

Other modes

Evil-mode

  1. https://www.emacswiki.org/emacs/Evil
  2. https://github.com/emacs-evil/evil

Gnuplot-mode

  1. https://www.emacswiki.org/emacs/GnuplotModes
  2. https://mkmcc.github.io/software/gnuplot-mode.html

Project management

  1. Emacs-scrum emacs: https://github.com/ianxm/emacs-scrum
  2. Taskjuggler: http://orgmode.org/worg/org-tutorials/org-taskjuggler.html
  3. Kanban tables: https://github.com/emacsmirror/kanban/blob/master/kanban.el
  4. SWOT: Strength, Weakness, Opportunities, and Threat

IDE

  1. C/C++
    1. https://tuhdo.github.io/c-ide.html
    2. http://syamajala.github.io/c-ide.html
    3. https://github.com/atilaneves/cmake-ide
  2. python
    1. https://www.emacswiki.org/emacs/PythonProgrammingInEmacs

Elisp (Emacs Lisp)

  1. https://www.gnu.org/software/emacs/manual/eintr.html
  2. https://www.gnu.org/software/emacs/manual/html_node/eintr/
  3. http://ergoemacs.org/emacs/elisp.html