Skip to content

Latest commit

 

History

History
 
 

sandbox

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Org-Wiki Sandbox

This directory contains a script sandbox.sh to test ../org-wiki.el in a isolate environment with a sample-org-wiki which the user can experiment.

Directory layout:

  • ./sandbox
    • ./sandbox/sandbox.sh - Test script.
    • ./sandbox/init.el - Emacs init script
    • ./sandbox/wiki - Sample org-wiki for testing
    • ./sandbox/elpa - Directory which Emacs’ packages will be installed.

Run the test:

cd sandbox 
./sandbox.sh run 

Clean (Remove the directory elpa).

cd sandbox 
./sandbox clean