27 lines
616 B
HTML
27 lines
616 B
HTML
<h1> Emacs org-mode examples<h1/>
|
|
<h1> Emacs org-mode examples2<h1/>
|
|
<h1> Eric H. Neilsen, Jr.<h1/>
|
|
<h1> neilsen@fnal.gov<h1/>
|
|
<h1> Header 1<h1/>
|
|
<h2> Sub Header 1<h2/>
|
|
<h2> Sub Header 2<h2/>
|
|
<h1> Header 2<h1/>
|
|
<pre>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
|
|
<pre/>
|