hotfix -- open existing

This commit is contained in:
Mehmet Tekman 2017-08-29 19:39:49 +01:00
parent c4317eef4c
commit 8a1b3f407b

View File

@ -52,11 +52,13 @@ Generates an org-notes file in a folder location set in the $org_loc file
;; ;;
esac esac
if [[ "$command" =~ "--" ]]; then
if [ "$command" = "--delete" ] || [[ "$command" =~ "--move=" ]]; then if [ "$command" = "--delete" ] || [[ "$command" =~ "--move=" ]]; then
else else
echo "Unable to parse: $command" echo "Unable to parse: $command"
return -1 return -1
fi fi
fi
local ext=$( echo $file | awk -F'.' '{print $NF}' ) local ext=$( echo $file | awk -F'.' '{print $NF}' )
[ "$ext" != ".org" ] && file=${file}.org [ "$ext" != ".org" ] && file=${file}.org