On 17.3.2013, at 07:54, Achim Gratz <[email protected]> wrote:
> Carsten Dominik writes:
>> I tried the file on github, and export to texinfo fails with the
>> attached backtrace (exports to other backends as well).
>
> Works for me.
>
>> I love this idea, so I really want to try. Any ideas what might be
>> wrong on my side?
> […]
>> org-export-to-file(texinfo "./om.texi" nil nil nil nil)
>
> It seems you are not using the build system?
Hi Achim, not sure what exactly you mean. I do compile using make which I
think is what you mean?
> You need to set at least
>
> (add-to-list 'org-export-snippet-translation-alist
> '("info" . "texinfo"))
Have that now, does not fix the issue.
- Carsten