Add org-emms

This commit is contained in:
contrapunctus 2022-03-10 22:40:55 +05:30
parent a63c2ff7dc
commit f6b5a225de
1 changed files with 6 additions and 0 deletions

View File

@ -3718,6 +3718,12 @@ https://lists.gnu.org/archive/html/emacs-orgmode/2018-02/msg00082.html
(my-export-link-helper link desc format)))
#+END_SRC
*** org-emms
#+BEGIN_SRC emacs-lisp
(use-package org-emms
:after org)
#+END_SRC
*** my-org-insert-block
#+BEGIN_SRC emacs-lisp
(defun my-org-insert-block (type &optional lang header-args ask)