Re: Org to ConTeXt exporter?

2021-01-04 Thread Ludovic Courtès
Hi,

Jonathan McHugh  skribis:

> I investigated further the Context engine for Skribilo:
> https://git.savannah.gnu.org/gitweb/?p=skribilo.git;a=tree;f=src/guile/skribilo/engine;h=9c6353eb7c6eae70de007c2f0a8f01092ae669a2;hb=HEAD
>
> While I cant comment on it's Context engine functionality or efficacy, it 
> clearly has a
> decent breakdown of usecases across its 1300 lines. It appears to have
> had low updates frequency, probably as a consequence of the stability of
> Context's syntax (rather than the momentum of the DSL). It may be useful
> as a checklist of key terms to tick off, if not a consideration for
> framing anything to serve Org-Moders.

FWIW, I’m not the original author of the Context engine in Skribilo (it
was inherited from Skribe).  I’m afraid it hasn’t been tested in a while
and could suffer from bitrot, but hopefully it can at least serve as
inspiration.

Thanks,
Ludo’.



[O] LaTeX export: footnotes vs. angle brackets in Babel snippets

2011-11-18 Thread Ludovic Courtès
Hello,

The LaTeX exporter of Org 7.7 from a recent Emacs snapshot improperly
interprets sequences with angle brackets in Babel snippets as if they
were footnote references, as in:

  #+BEGIN_src C
int array[2];
  #+END_src

This leads to a wrong-type-arg error in ‘org-export-latex-preprocess’.

It’s a regression compared to Org 7.5.

Thanks,
Ludo’.