diff --git a/unravel-emacs.org b/unravel-emacs.org
index 978573b..ec77b89 100644
--- a/unravel-emacs.org
+++ b/unravel-emacs.org
@@ -4943,14 +4943,14 @@ Prot is the developer and maintainer of this package.
     ;; Front-matter for Org files
     (setq denote-org-front-matter
           ":PROPERTIES:
-    :ID: %4$s
-    :CREATED: %2$s
-    :END:
-    ,#+title:      %1$s
-    ,#+filetags:   %3$s
-    ,#+date:       %2$s
-    ,#+identifier: %4$s
-    \n"))
+  :ID: %4$s
+  :CREATED: %2$s
+  :END:
+  ,#+title:      %1$s
+  ,#+filetags:   %3$s
+  ,#+date:       %2$s
+  ,#+identifier: %4$s
+  \n"))
 
   (defun vedang/denote-publishing-extras-new-blog-entry (&optional date)
     "Create a new blog entry.
diff --git a/unravel-modules/unravel-langs.el b/unravel-modules/unravel-langs.el
index b14957a..5275807 100644
--- a/unravel-modules/unravel-langs.el
+++ b/unravel-modules/unravel-langs.el
@@ -232,14 +232,14 @@
   ;; Front-matter for Org files
   (setq denote-org-front-matter
         ":PROPERTIES:
-  :ID: %4$s
-  :CREATED: %2$s
-  :END:
-  #+title:      %1$s
-  #+filetags:   %3$s
-  #+date:       %2$s
-  #+identifier: %4$s
-  \n"))
+:ID: %4$s
+:CREATED: %2$s
+:END:
+#+title:      %1$s
+#+filetags:   %3$s
+#+date:       %2$s
+#+identifier: %4$s
+\n"))
 
 (defun vedang/denote-publishing-extras-new-blog-entry (&optional date)
   "Create a new blog entry.