mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Return real version string from fake org-release fn
This commit is contained in:
@ -29,7 +29,7 @@ byte-compiled from.")
|
||||
"-q" "--batch"
|
||||
;; HACK See lang/org/init.el on why this is necessary
|
||||
"--eval"
|
||||
(prin1-to-string '(fset 'org-release #'ignore))
|
||||
(prin1-to-string '(defun org-release () "9.3"))
|
||||
"--eval"
|
||||
(prin1-to-string '(fset 'org-git-release #'ignore))
|
||||
"-l" "ob-tangle" "--eval"
|
||||
|
Reference in New Issue
Block a user