[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ox-coma-letter and org-export-dispatch
From: |
Nick Dokos |
Subject: |
Re: ox-coma-letter and org-export-dispatch |
Date: |
Wed, 21 Jun 2023 19:19:25 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
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---
--
Nick
"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler