Install the ox-rst package
This commit is contained in:
parent
445f74f210
commit
426c22c030
@ -3135,6 +3135,13 @@ An alternative could be
|
|||||||
(ob-mermaid-cli-path "/home/polesz/.local/node/bin/mmdc"))
|
(ob-mermaid-cli-path "/home/polesz/.local/node/bin/mmdc"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Allow exporting to ReSTructured text
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package ox-rst
|
||||||
|
:after org)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Git & Co.
|
* Git & Co.
|
||||||
|
|
||||||
** Git status on the fringe
|
** Git status on the fringe
|
||||||
|
@ -184,6 +184,7 @@
|
|||||||
org-sticky-header
|
org-sticky-header
|
||||||
origami
|
origami
|
||||||
ov
|
ov
|
||||||
|
ox-rst
|
||||||
pacfiles-mode
|
pacfiles-mode
|
||||||
package-build
|
package-build
|
||||||
page-break-lines
|
page-break-lines
|
||||||
|
Loading…
Reference in New Issue
Block a user