all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ox-coma-letter and org-export-dispatch
@ 2023-06-21 22:38 Sébastien Gendre
  2023-06-21 23:19 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: Sébastien Gendre @ 2023-06-21 22:38 UTC (permalink / raw)
  To: emacs-orgmode

Hello,


Recently I tested the export functions of ox-coma-letter. It work very
well.

But I cannot found the entries in org-export-dispatch.

Did I miss something ?



Best regards

-------
Gendre Sébastien


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ox-coma-letter and org-export-dispatch
  2023-06-21 22:38 ox-coma-letter and org-export-dispatch Sébastien Gendre
@ 2023-06-21 23:19 ` Nick Dokos
  2023-06-22  1:58   ` Sébastien Gendre
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2023-06-21 23:19 UTC (permalink / raw)
  To: emacs-orgmode

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ox-coma-letter and org-export-dispatch
  2023-06-21 23:19 ` Nick Dokos
@ 2023-06-22  1:58   ` Sébastien Gendre
  0 siblings, 0 replies; 3+ messages in thread
From: Sébastien Gendre @ 2023-06-22  1:58 UTC (permalink / raw)
  To: Nick Dokos; +Cc: emacs-orgmode

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---



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-22  1:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21 22:38 ox-coma-letter and org-export-dispatch Sébastien Gendre
2023-06-21 23:19 ` Nick Dokos
2023-06-22  1:58   ` Sébastien Gendre

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.