Having created the following YASnippet (to automate title creation in Org mode):
# key: org
# name: org
# --
#+TITLE: ${1:`(capitalize (file-name-nondirectory (file-name-sans-extension
(buffer-file-name))))`}
#+Time-stamp: <2013-10-08 Tue 21:32>
#+INCLUDE: "preamble.org"
$0
everything is right in most cases, except when I type a "t" character in the title...
It works well with other letters, not with that one. Can't find why. Any idea?