=====Emacs===== From the manual: "Emacs is the extensible, customizable, self-documenting real-time display editor." and Gnu download page: "At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing." ====Elisp==== ===Resources=== * http://steve-yegge.blogspot.com/2008/01/emergency-elisp.html ====Org==== Getting org help (from [[https://emacs.stackexchange.com/questions/36504/can-you-directly-open-the-org-mode-manual-in-the-emacs-client|Stack Exchange]]: * Start the info system, C-h i * open the menu, m * enter org ===HTML export=== For my notebook.org, will need htmlize.el in the same directory as the notebook. ==== Others ==== * [[it:emacs:fonts|Adding Fonts]] ====Links==== [[http://ergoemacs.org/emacs/elisp.html|Ergoemacs]] provides lots of useful information and tips for using Emacs.