literate-programming-examples icon indicating copy to clipboard operation
literate-programming-examples copied to clipboard

A collection of literate programming examples using Emacs Org mode; these examples are directly usable (copy and start hacking), and/or can serve as educational literate programs. Clojure will be the...

Results 3 literate-programming-examples issues
Sort by recently updated
recently updated
newest added

While reading through your well written literate programing examples repository, I found a small number of formatting issues that are primarily due to how org-ruby parses org-mode files. At the...

It would be cool if we added example of building a mini rails site

After opening the file in Emacs Live 25.2.1 and tangling all the blocks using =ctrl-{c,v,t}=, I get the following error message: ``` [robert-blankenship@osx mysite]# lein ring server java.lang.IllegalArgumentException: Don't know...