Releases: jingtaozf/literate-lisp
Releases · jingtaozf/literate-lisp
Understand org property value and can export to multiple files by org property value in headers
Understand org property value and can export to multiple files by org property value in headers
Latest
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
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
0.3 add document for ASDF package inferred system.
change header argument name to load
0.2 change header argument name from load'
first version of literate-lisp
It's time to release a official version because it is stable now.