de en es fr nl pl pt sv zh

gnu_make

Export org using emacsclient

Phil Hofmann

TL;DR The following script will export a given org file to HTML, using emacsclient if an Emacs daemon is running and fall back to using Emacs if no Emacs daemon is running. For more options including a one-liner, as alias or usage in GNU make keep on reading. #!/bin/sh if emacsclient -a false...