浏览代码

org-capture: Add missing %s placeholder

* lisp/org-capture.el (org-capture-fill-template): Add missing placeholder.
Nicolas Goaziou 9 年之前
父节点
当前提交
9e1d625971
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-capture.el

+ 1 - 0
lisp/org-capture.el

@@ -1659,6 +1659,7 @@ The template may still contain \"%?\" for cursor positioning."
 		  (?k (insert v-k))
 		  (?K (insert v-K))
 		  (?l (insert v-l))
+		  (?n (insert v-n))
 		  (?t (insert v-t))
 		  (?T (insert v-T))
 		  (?u (insert v-u))