Skip to content

Commit

Permalink
WIP: fix Org compile
Browse files Browse the repository at this point in the history
  • Loading branch information
progfolio committed Aug 7, 2023
1 parent 325f2ca commit a3bb452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions straight.el
Original file line number Diff line number Diff line change
Expand Up @@ -3141,6 +3141,7 @@ See: https://github.com/radian-software/straight.el/issues/707"
emacs "-Q" "--batch"
"--eval" "(require 'lisp-mnt)"
"--visit" "org.el"
"--eval" "(message \"I am visiting: %S\" (buffer-file-name))"
"--eval" "(princ (lm-header \"version\"))")
(when failure (error "Failed to parse ORGVERSION: %S" result))
(string-trim (replace-regexp-in-string "-dev" "" stdout))))
Expand Down

0 comments on commit a3bb452

Please sign in to comment.