[Emacs] Remove obsolete package, reword documentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lucien Cartier-Tilet 2022-06-18 15:47:47 +02:00
parent c61bf53945
commit 4940ee4fd3
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -4852,33 +4852,13 @@ describing phonetics evolution. So, lets disable it:
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Org-mode-Exporters-ConlangDict-wvi7vaa16fj0 :CUSTOM_ID: Packages-Configuration-Org-mode-Exporters-ConlangDict-wvi7vaa16fj0
:END: :END:
I am currently working on two new exporters as well as custom links I am currently working on new exporters as well as custom links for my
for my org websites. The first one is the most generic one, it exports org websites. They are first thought for my [[https://conlang.phundrak.com][conlanging website]], hence
my org files to ~.tsx~ files NextJS will use to render them. the name, but one can use the package for any org-generated website.
#+begin_src emacs-lisp This package provides two exporters, ~ox-conlang-md~ and
(use-package ox-conlang-tsx ~ox-conlang-json~, as well as ~ol-conlang~ to handle links to and inside
:defer t the dictionary. The markdown files are meant to be used with my custom
:after '(org ox) Vue front-end (not publicly released yet).
:straight (ox-conlang-tsx :type git
:host nil
:repo "https://labs.phundrak.com/phundrak/ox-conlang-tsx"
:build t))
#+end_src
The second exporter is similar to ~ox-json~, but with some special
twists for my needs. Indeed, I need some elements of ~ox-conlang-json~
to be compatible with ~ox-conlang-tsx~.
#+begin_src emacs-lisp
;; (use-package ox-conlang-json
;; :defer t
;; :after '(org ox)
;; :straight (ox-conlang-json :type git
;; :local-repo "~/fromGIT/emacs-packages/ox-conlang-json"
;; :build t))
#+end_src
Finally, I also need a handler for custom links begining in ~conlang~,
like ~[[conlang:English:dog]]~. ~ol-conlang~ handles that.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package org-conlang (use-package org-conlang
:defer t :defer t