org-mode/doc
Jarmo Hurri 0d21d8d0ea ob-processing.el: Support for Processing language
* lisp/ob-processing.el: New file.

* doc/org.texi (Languages): Signal new language.

This library implements necessary functions for implementing editing
of Processing code blocks, viewing the resulting sketches in an
external viewer, and HTML export of the sketches.

Editing Processing blocks requires processing2-emacs mode. Viewing
Processing blocks embedded in Org buffer in an external viewer also
requires processing2-emacs. This viewing is bound to C-c C-v C-k and
produces no results in Org buffer. HTML export of the results of a
Processing block is also supported, assuming that the processing.js
module is available: the sketch is then drawn by the browser when the
HTML page is viewed. This drawing is implemented by embedding the
Processing code in a script using the processing.js module. The user
is responsible for making sure that processing.js is available in the
correct location.

Console output from a Processing block produced e.g. by println() is
shown in the Processing compilation window when the code is executed
in Org buffer, and in text area (console) of the browser when the code
is embedded in HTML.
2015-04-25 10:01:21 +02:00
..
.aspell.org.conf Track support files useful in checking Org documentation. 2008-04-01 15:59:35 +02:00
.nosearch Add .nosearch file to the doc/ subdirectory. 2008-12-17 17:25:31 +01:00
Documentation_Standards.org Fix some typos 2009-11-15 10:04:23 +01:00
Makefile doc/Makefile: avoid spurious whitespace in environment variables 2014-01-07 21:23:45 +01:00
dir Split out a number of files from org.el, and reorganize the 2008-03-28 09:57:14 +01:00
doclicense.texi Update copyright years again. 2014-01-07 14:18:17 +01:00
htmlxref.cnf htmlxref.cnf: New file to let texi2html point at the correct Calc HTML manual 2014-05-24 12:19:13 +02:00
library-of-babel.org Move contrib/babel/langs/* into contrib/lisp/* 2013-03-06 17:43:33 +01:00
org.texi ob-processing.el: Support for Processing language 2015-04-25 10:01:21 +02:00
orgcard.tex Update copyright years again. 2014-01-07 14:18:17 +01:00
orgguide.texi Manuals: Remove DESCRIPTION and KEYWORDS 2015-04-01 23:10:04 +02:00
pdflayout.sty Revert "Update copyright years." 2014-01-05 06:28:07 +01:00
texinfo.tex doc/texinfo.tex: Update to stable version 5.2 2014-04-29 13:46:21 +02:00