Skip to content

Releases: jingtaozf/literate-lisp

Understand org property value and can export to multiple files by org property value in headers

10 Oct 06:06
Compare
Choose a tag to compare

Now it can parse org files and understand property values for all headlines and even global property value, so you can

  • Specify org property value literate-load in different headline levels, and it can be recognized well when loading the org file as source codes.
  • Specify org property value LITERATE_EXPORT_NAME to export a headline to a special file
  • Specify org property value LITERATE_EXPORT_PACKAGE to add an in-package form in the beginning of the tangled file.

Named code blocks as global parameters

09 Oct 01:06
Compare
Choose a tag to compare

Now you can reference the named block in lisp codes as a global parameter by the block name.

add support to ASDF package-inferred-system extension

01 Jul 23:47
Compare
Choose a tag to compare
0.3

add document for ASDF package inferred system.

change header argument name to load

08 Dec 01:33
Compare
Choose a tag to compare
0.2

change header argument name from load'

first version of literate-lisp

20 Jan 15:44
Compare
Choose a tag to compare

It's time to release a official version because it is stable now.