config/literate: fix org-version errors
This commit is contained in:
parent
dc9766ca37
commit
8931718e8a
1 changed files with 7 additions and 1 deletions
|
@ -26,7 +26,13 @@ byte-compiled from.")
|
||||||
;; here would load all of :lang org (very expensive!).
|
;; here would load all of :lang org (very expensive!).
|
||||||
(zerop (call-process
|
(zerop (call-process
|
||||||
"emacs" nil nil nil
|
"emacs" nil nil nil
|
||||||
"-q" "--batch" "-l" "ob-tangle" "--eval"
|
"-q" "--batch"
|
||||||
|
;; HACK See lang/org/init.el on why this is necessary
|
||||||
|
"--eval"
|
||||||
|
(prin1-to-string '(fset 'org-release #'ignore))
|
||||||
|
"--eval"
|
||||||
|
(prin1-to-string '(fset 'org-git-release #'ignore))
|
||||||
|
"-l" "ob-tangle" "--eval"
|
||||||
(format "(org-babel-tangle-file %S %S \"emacs-lisp\")"
|
(format "(org-babel-tangle-file %S %S \"emacs-lisp\")"
|
||||||
org dest))))
|
org dest))))
|
||||||
;; Write the cache file to serve as our mtime cache
|
;; Write the cache file to serve as our mtime cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue