浏览代码

Output the record

Samuel W. Flint 10 月之前
父节点
当前提交
d4c40ec996
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      library.org

+ 1 - 0
library.org

@@ -295,6 +295,7 @@ This handles git as needed, by first checking to see if the first argument is ~i
              "${LIBRARY_FILE}"
       do_git add `basename "${LIBRARY_FILE}"`
       do_git commit -m "Added record for \"${TITLE}\""
+      library query -i --uniq -e "Title ~ \"${TITLE}" | less
   }
 #+END_SRC