ENH change om to org-ml

This commit is contained in:
Nathan Dwarshuis 2020-06-04 18:24:54 -04:00
parent e920462c59
commit 0052223bd7
1 changed files with 2 additions and 2 deletions

View File

@ -1159,8 +1159,8 @@ Save all org buffers 1 minute before the hour.
Org extras Org extras
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(add-to-list 'load-path (nd/expand-local-pkg-directory "org-x")) (add-to-list 'load-path (nd/expand-local-pkg-directory "org-x"))
(add-to-list 'load-path (nd/expand-local-pkg-directory "om")) (add-to-list 'load-path (nd/expand-local-pkg-directory "org-ml"))
(require 'om) (require 'org-ml)
(require 'org-x) (require 'org-x)
#+END_SRC #+END_SRC
** buffer interface ** buffer interface