literate-lisp
a literate programming tool to write common lisp codes in org file.
$ area51 add literate-lispCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(literate-lisp:some-function ...)