Skip to content

Instantly share code, notes, and snippets.

@grettke
Last active April 22, 2017 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grettke/32b803a228bebf24adedfad34af80419 to your computer and use it in GitHub Desktop.
Save grettke/32b803a228bebf24adedfad34af80419 to your computer and use it in GitHub Desktop.
Toy Babel Org to Org Example

Background

Twins separated at birth, Alex and Zander, both geniuses, grew up to attend radically different schools.

Alex studied on the West coast

Alex learned an editor that was optimized to work over a 300 baud modem.

Zander studied on the East coast

Zander learned an editor that was optimized to work over high-speed fiber networks.

The story of Alex and Zander

Eventualy they realized that they were brothers and Alex and Zander settled their differences about editors and moved on to bigger issues having to do with potatoes.

#+PROPERTY: header-args :wrap nil :results value verbatim
#+NAME: halfdozen
#+BEGIN_SRC org
Alex
#+END_SRC
#+NAME: six
#+BEGIN_SRC org
Zander
#+END_SRC
#+NAME: orgmode:gcr:2017-04-21:mara:9DCD0402-4775-48A4-A630-8532459D67CA
#+BEGIN_SRC org :tangle Story.org
,* Background
Twins separated at birth, «halfdozen()» and «six()», both geniuses, grew up to
attend radically different schools.
,* «halfdozen()» studied on the West coast
«halfdozen()» learned an editor that was optimized to work over a 300 baud
modem.
,* «six()» studied on the East coast
«six()» learned an editor that was optimized to work over high-speed fiber
networks.
,* The story of «halfdozen()» and «six()»
Eventualy they realized that they were brothers and «halfdozen()» and «six()»
settled their differences about editors and moved on to bigger issues having
to do with potatoes.
#+END_SRC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment