[oni-org] Add template for capturing Emacs package questions
This commit is contained in:
parent
b0c7bc3948
commit
e0ec6bfab6
1 changed files with 16 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2023.0607.232822
|
;; Version: 2023.0613.185557
|
||||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table)
|
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -1212,6 +1212,21 @@ This is done by adding a ‘:hidden t’ header argument to the code block."
|
||||||
(tags-todo "TODO=\"TODO\"+#listening"
|
(tags-todo "TODO=\"TODO\"+#listening"
|
||||||
((org-agenda-overriding-header (oni-org--center-align "To Listen To")))))))
|
((org-agenda-overriding-header (oni-org--center-align "To Listen To")))))))
|
||||||
|
|
||||||
|
(setf (map-elt org-capture-templates "sE")
|
||||||
|
'("Questions for Emacs packages" plain (function ignore)
|
||||||
|
"- Do I want to integrate this in my configuration?
|
||||||
|
- %?
|
||||||
|
- What will it add / What advantage will it bring?
|
||||||
|
-
|
||||||
|
- How would I integrate it with my config?
|
||||||
|
- "
|
||||||
|
:empty-lines 1
|
||||||
|
:immediate-finish t
|
||||||
|
:jump-to-captured t))
|
||||||
|
|
||||||
|
(setf (map-elt org-capture-templates "s")
|
||||||
|
'("Snippets"))
|
||||||
|
|
||||||
(setf (map-elt org-capture-templates "t")
|
(setf (map-elt org-capture-templates "t")
|
||||||
'("A simple TODO item." entry (file "") "* TODO %?
|
'("A simple TODO item." entry (file "") "* TODO %?
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|
Loading…
Reference in a new issue