[org] ORG_PATH not necessary if you have v27.1 with Org v9.5

This commit is contained in:
contrapunctus 2021-11-22 01:26:42 +05:30
parent b365aac259
commit b29c6054cd
1 changed files with 2 additions and 7 deletions

View File

@ -1912,13 +1912,8 @@ With PREFIX argument and CMD not supplied - prompt for command."
#+BEGIN_SRC emacs-lisp
(defun my-compile-org-lp (&optional prefix)
(interactive)
(my-compile-project
"Makefile"
prefix
(format "ORG_PATH=%S make -Bk %s"
(shell-quote-argument
(expand-file-name "~/.emacs.d/elisp-git/org-mode/lisp/"))
"tangle compile")))
(my-compile-project "Makefile" prefix "make -Bk tangle compile"))
(my-defhydra my-org-hydra (:color blue)
"Org"