#+TITLE: Emacs org-mode examples #+AUTHOR: Eric H. Neilsen, Jr. #+EMAIL: neilsen@fnal.gov #+DATE: jkkj #+KEYWORDS: emacs, orgmode, tests #+DESCRIPTION: Test DESCRIPTION #+KEYWORDS: key1, key2 * Header 1 ** Sub Header 1 body =text= over multiple *lines* ** Sub Header 2 * Header 2 #+BEGIN_SRC emacs-lisp :results silent (some lispy code) #+END_SRC #+BEGIN_COMMENT .. title: Building a sumo robot ring .. slug: building-a-sumo-robot-ring .. date: 2017-08-21 12:00:00 UTC .. tags: diy, robots, hackspace .. category: hardware .. description: Attempt at building a largish sumo ring .. type: text #+END_COMMENT #+BEGIN_SRC emacs-lisp :results silent (test code) #+END_SRC