diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-12-02 18:23:00 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-12-02 18:23:00 -0500 |
commit | 6d0b245927779e68c2554880ad46d4299d4b11d4 (patch) | |
tree | 915ebf04752ac852f483a55a611708bfff907143 /tangle | |
parent | org babel block delimiters (diff) |
sorting
Diffstat (limited to 'tangle')
-rwxr-xr-x | tangle | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ EMACSLISP_ORG=~/.emacs.d/elpa/org-20151005 EMACSLISP_ORG_CONTRIB=~/.emacs.d/elpa/org-plus-contrib-20151005 # wrap each argument in the code required to call tangle on it for i in $@; do - ORGFILES="$ORGFILES \"$i\"" + ORGFILES="$ORGFILES \"$i\"" done emacs --batch -Q -q \ --eval "(progn |