Test go package

This commit is contained in:
Thomas Dehaeze 2022-05-09 10:28:29 +02:00
parent ca16d487e9
commit 075f233156

View File

@ -1630,6 +1630,13 @@ https://www.reddit.com/r/orgmode/comments/7u2n0h/tip_for_defining_latex_macros_f
)
#+end_src
** Igo-go
#+begin_src emacs-lisp :tangle no
(with-eval-after-load "org"
(require 'igo-org)
(igo-org-setup))
#+end_src
** Org Projects
#+begin_src emacs-lisp
(setq org-publish-project-alist
@ -3460,6 +3467,14 @@ Choose account label to feed msmtp -a option based on From header in Message buf
:files ("resources" "*.el")))
#+end_src
#+begin_src emacs-lisp
(package! igo-org
:recipe (:host github
:repo "misohena/el-igo"
:branch "master"
:files ("*.el")))
#+end_src
#+begin_src emacs-lisp
(package! org-transclusion
:recipe (:host github
@ -3535,8 +3550,10 @@ Choose account label to feed msmtp -a option based on From header in Message buf
#+begin_src emacs-lisp
;; Org-mode query language
(package! org-ql)
(package! helm-org-ql)
(package! org-ql :recipe (:host github :repo "alphapapa/org-ql"
:files ("*.el")
))
;; (package! helm-org-ql)
#+end_src
#+begin_src emacs-lisp