diff --git a/init.el b/init.el index 374c123..cf41897 100644 --- a/init.el +++ b/init.el @@ -10,7 +10,13 @@ ;; ensure we use built-in org mode ;; (use-package org :straight org-plus-contrib) -(straight-use-package '(org :type built-in)) +;; (straight-use-package '(org :type built-in)) +(straight-use-package + '(org :type git + :repo "https://git.sr.ht/~yantar92/org-mode" + :branch "feature/org-element-ast-tidy")) +;;(load-file "~/.config/emacs/straight/repos/org/lisp/org-element-ast.el") +;;(load-file "~/.config/emacs/straight/repos/org/lisp/org-element.el") ;; load everything else (org-babel-load-file nd/conf-main) diff --git a/straight/versions/default.el b/straight/versions/default.el index cd95f78..f2cd0bc 100644 --- a/straight/versions/default.el +++ b/straight/versions/default.el @@ -86,6 +86,7 @@ ("nix-mode" . "719feb7868fb567ecfe5578f6119892c771ac5e5") ("no-littering" . "8b07314d2f0594ff22bf798d9a5f5bf44b4dd4cd") ("nongnu-elpa" . "4456edc151f4147d763d0067a8da5922e6f60d25") + ("org" . "943197829b5610e84c99de69c86c73ab9b760913") ("org-bullets" . "767f55feb58b840a5a04eabfc3fbbf0d257c4792") ("org-ml" . "f57336a9126a168ad32ccce017c072474555395a") ("org-ref" . "26c06912c7833104c7b4c7b96b8f200e98067a68")