Move org filing to top level instead of in headlines.

This commit is contained in:
Ivan Malison 2015-02-07 17:35:09 -08:00
parent 4268b982ce
commit 7c3a80d38c

View File

@ -811,16 +811,16 @@ the same tree node, and the headline of the tree node in the Org-mode file."
org-calendar-file)))) org-calendar-file))))
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
`("g" "GTD Todo" entry (file+headline ,org-gtd-file "Tasks") `("g" "GTD Todo" entry (file ,org-gtd-file)
(function org-capture-make-todo-template))) (function org-capture-make-todo-template)))
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
`("t" "Linked GTD Todo" entry (file+headline ,org-gtd-file "Tasks") `("t" "Linked GTD Todo" entry (file ,org-gtd-file)
(function org-capture-make-linked-todo-template))) (function org-capture-make-linked-todo-template)))
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
`("c" "Calendar entry" entry `("c" "Calendar entry" entry
(file+headline ,org-calendar-file "Personal") (file ,org-calendar-file)
"* %? "* %?
:PROPERTIES: :PROPERTIES:
:CREATED: %U :CREATED: %U
@ -829,7 +829,7 @@ the same tree node, and the headline of the tree node in the Org-mode file."
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
`("y" "Linked Calendar entry" entry `("y" "Linked Calendar entry" entry
(file+headline ,org-calendar-file "Personal") (file ,org-calendar-file)
"* %? %A "* %? %A
:PROPERTIES: :PROPERTIES:
:CREATED: %U :CREATED: %U
@ -837,7 +837,7 @@ the same tree node, and the headline of the tree node in the Org-mode file."
%^T")) %^T"))
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
`("h" "Habit" entry (file+headline ,org-habits-file "Habits") `("h" "Habit" entry (file ,org-habits-file)
"* TODO "* TODO
SCHEDULED: %^t SCHEDULED: %^t
:PROPERTIES: :PROPERTIES: