From a313e1aa182469d6df1102314ebf4fe87617f92f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 22 Jun 2013 15:27:05 -0700 Subject: Added #TITLE: to title in org template. Previously the writer inserted this. --- default.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.org b/default.org index eaaa17533..860342ea6 100644 --- a/default.org +++ b/default.org @@ -1,5 +1,5 @@ $if(title)$ -$title$ +#+TITLE: $title$ $endif$ $if(author)$ -- cgit v1.2.3