jmpunkt / ox-typst

Org-mode to Typst exporter.
GNU General Public License v3.0
16 stars 1 forks source link

Melpa package? #2

Open kir0ul opened 1 month ago

kir0ul commented 1 month ago

Hello, Thanks for this package! I think it would be great if this could be added on Melpa. Is there any plan along those lines?

jmpunkt commented 1 month ago

Currently I am not planing to publish this package to Melpa. However, I will look into the process and check the requirements and implications of publishing to Melpa. Bringing this package to Melpa would probably simplify my configuration as well.

For now, the easiest way is to use a package manager which supports Git repos (e.g. straight). The snippet blow might work, I did not test it.

;; THIS IS NOT TESTED
(use-package ox-typst
  :straight (ox-typst :host github :repo "jmpunkt/ox-typst"))

I use Nix to manage Emacs packages. Packages are manually added, which are only available through Git. For me, it is not that urgent publishing to Melpa, but would benefit me.

Nix

For the interested, how to use it within Nix.