Browse Source

org-capture: Add missing %s placeholder

* lisp/org-capture.el (org-capture-fill-template): Add missing placeholder.
Nicolas Goaziou 9 years ago
parent
commit
9e1d625971
1 changed files with 1 additions and 0 deletions
  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))