/ob-faust

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Faust support for Org-Babel

Example usage:

#+begin_src faust :results html :exports both
process = +;
#+end_src

Results support limited to HTML and faust-web-component.

For syntax highlighting etc. install faust-mode and/or faustine. Note, however, that highlighting breaks on inserting any delimiter, as identified by the following from faust-mode.el:

(defconst faust-regexp-faust-delimiters (rx (any "{}()[];")))

This is because the font-lock face specified for delimiters, formerly marked as obsolete, is, as of (approx.) Emacs 29.0, no longer available.