Hi Justin, Justin Gordon <justin.gor...@gmail.com> writes:
> Debugging and Development Tips for Org-Mode? > ------------------------------------------------------------------------ > 1. What are the best links with development advice? The Emacs manual is pretty good. There's both the Emacs lisp intro and the Emacs (lisp) manual. Check info. > 2. What's the best workflow for developing a new exporter? For example, > I've got a small test file that demonstrates the formatting change I'm > trying to implement. I compile my ox-md-ext.el file for edebug mode, and > then I run the code, checking the output and maybe debugging. There's now a (unit) testing framework (ERT). Check testing/README in org-git. > 3. Related to #2, is there any example of tests that verify the conversion > of input files into output files? Like could I create a few examples of org > code and create some examples of the expected octopress enabled markdown > that should be generated? See above. Hope it helps, Rasmus -- Summon the Mothership!