Return real version string from fake org-release fn
This commit is contained in:
parent
0dfdbd471c
commit
3e357c2e88
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ byte-compiled from.")
|
||||||
"-q" "--batch"
|
"-q" "--batch"
|
||||||
;; HACK See lang/org/init.el on why this is necessary
|
;; HACK See lang/org/init.el on why this is necessary
|
||||||
"--eval"
|
"--eval"
|
||||||
(prin1-to-string '(fset 'org-release #'ignore))
|
(prin1-to-string '(defun org-release () "9.3"))
|
||||||
"--eval"
|
"--eval"
|
||||||
(prin1-to-string '(fset 'org-git-release #'ignore))
|
(prin1-to-string '(fset 'org-git-release #'ignore))
|
||||||
"-l" "ob-tangle" "--eval"
|
"-l" "ob-tangle" "--eval"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue