From 60f8f3781744457077683b5618c7fc8068a3da6b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 8 Nov 2012 00:32:08 +0100 Subject: .emacs.d/snippets/org-mode/heading --- .emacs.d/snippets/org-mode/heading | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/snippets/org-mode/heading b/.emacs.d/snippets/org-mode/heading index 9d5451e..48dca7f 100644 --- a/.emacs.d/snippets/org-mode/heading +++ b/.emacs.d/snippets/org-mode/heading @@ -2,8 +2,8 @@ # name: Heading # key: * # -- -${1:*} ${2:TODO} $3 -${1:$(make-string (length text) ?\ )} :PROPERTIES: -${1:$(make-string (length text) ?\ )} :CATEGORY: $4 -${1:$(make-string (length text) ?\ )} :END: -${1:$(make-string (length text) ?\ )} $0 \ No newline at end of file +*$1 ${2:TODO} $3 + ${1:$(make-string (length text) ?\ )} :PROPERTIES: + ${1:$(make-string (length text) ?\ )} :CATEGORY: $4 + ${1:$(make-string (length text) ?\ )} :END: + ${1:$(make-string (length text) ?\ )} $0 \ No newline at end of file -- cgit v1.2.3-54-g00ecf