orgo
Table of Contents
This page is generated via scout. For now it just shows the project README. You can check the full source code here
Task runner based on Org-Mode documents. Orgo is a self-documenting alternative to complex task runners for simple workflows.
1. Usage
Add documented org-babel tasks in your project's README.org. Name the block with
orgo- prefix and run orgo.
Here is an example:
NAME: orgo-sass SRC shell :exports none sass ./main.scss ../lepisma.github.io/assets/css/main.css yes | cp ../lepisma.github.io/assets/css/main.css ../lepisma.github.io-deploy/assets/css/main.css SRC
There are the following main variables to customize:
orgo-file-name. File name to look for tasks in. Defaults toREADME.org.orgo-task-prefix. Babel block prefix for identifying tasks for orgo. Defaults toorgo-.