Add ox-jira
This commit is contained in:
parent
718e1c9934
commit
eb1affbc13
@ -1721,6 +1721,16 @@ Redefine org-html-src-block to wrap code blocks in <pre><code> and language clas
|
||||
(require 'ox-gfm)))
|
||||
#+END_SRC
|
||||
|
||||
*** Jira
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package ox-jira
|
||||
:defer t
|
||||
:straight (:host github :repo "stig/ox-jira.el")
|
||||
:init
|
||||
(with-eval-after-load 'org
|
||||
(require 'ox-jira)))
|
||||
#+END_SRC
|
||||
|
||||
** org-babel
|
||||
Literate programming!
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user