Fix typo
This commit is contained in:
parent
83dff80d0b
commit
b49b0f4ec5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ EMACS = /usr/bin/emacs
|
|||
define tangle =
|
||||
@echo -e "\e[35mOBT\e[0m" $<
|
||||
@$(EMACS) -batch \
|
||||
-eval "(package-initialize)"\
|
||||
-eval "(package-initialize)" \
|
||||
-load ob-tangle \
|
||||
-eval "(org-babel-tangle-file \"$<\" \"$(notdir $@)\" \"$(1)\")"
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue