UP | HOME

Support via Liberapay

Worg setup on the orgmode.org server

How does Worg publish itself as a website?

The Worg git repository is hosted on SourceHut.

The build manifest takes care of running the publish.sh script and uploading the generated HTML pages to orgmode.org. Failures when building Worg are sent to the org-build-failures mailing list.

When you push a commit, it can take up to 10 minutes for the change to be visible online. You can check the build status here.

You can adapt this publish.sh script (especially the org-mode and htmlize.el load path) to test it locally.

You can also inspect the nginx configuration of the server exposing orgmode.org.

Are there any writing conventions?

Please don't use file variables in your org files.

Also see the worg-editing page for more suggestions.

Can Worg execute code (via Babel)?

No. The default automated export does not allow code execution on the server for security reasons.

Documentation from the orgmode.org/worg/ website (either in its HTML format or in its Org format) is licensed under the GNU Free Documentation License version 1.3 or later. The code examples and css stylesheets are licensed under the GNU General Public License v3 or later.