emacs in batch

Table of Contents

_20240403_190158screenshot.png Sometimes you want to run elisp script in batch mode, without the printing and GUI/TUI. (sometimes printing is the slowest step in the process)

emacs --batch --eval "(org-mode)"
emacs --script publish.el

Both runs emacs in batch mode, the differences are:

Backlinks

emacs

Emacs is an editor featuring:

Author: Linfeng He

Created: 2024-04-05 Fri 02:38