[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ox-coma-letter and org-export-dispatch
From: |
Sébastien Gendre |
Subject: |
Re: ox-coma-letter and org-export-dispatch |
Date: |
Thu, 22 Jun 2023 03:58:07 +0200 |
User-agent: |
mu4e 1.8.11; emacs 28.2 |
It work.
Thank you. :)
Nick Dokos <ndokos@gmail.com> writes:
> Sébastien Gendre <seb@k-7.ch> writes:
>
>
>> Recently I tested the export functions of ox-coma-letter. It work very
>> well.
>>
>> But I cannot found the entries in org-export-dispatch.
>>
>
> You probably need to load (or require) the feature. Add this to your
> init file:
>
> --8<---------------cut here---------------start------------->8---
> (require 'ox-koma-letter)
> --8<---------------cut here---------------end--------------->8---