aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-org.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-04-23 00:06:13 -0400
committerBardofSprites <[email protected]>2026-04-23 00:06:13 -0400
commit5532efce67fe49aaa8074ead89e100e049827142 (patch)
tree0c05f99cc110662f600f2ef70343224f46a4cf08 /bard-emacs-modules/bard-emacs-org.el
parentf3783205f3fd62968c3471320152cd8afea1e5e7 (diff)
tangle files
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el13
1 files changed, 11 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index a8bc665..52742a2 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -21,6 +21,7 @@
org-goto-max-level '2)
(setq org-id-track-globally nil)
(setq org-special-ctrl-a/e t)
+ (setq org-id-track-globally nil)
(setq safe-local-variable-values '((org-refile-targets (nil :maxlevel . 3)))))
(setq org-archive-location "~/Notes/denote/20240328T215840--archive__self.org::* Archive")
@@ -35,9 +36,11 @@
(setq org-structure-template-alist
'(("c" . "center")
- ("x" . "example")
+ ("x" . "eg")
+ ("X" . "example")
("d" . "definition")
("t" . "theorem")
+ ("n" . "NB")
("q" . "quote")
("v" . "verse")
("s" . "src")
@@ -143,9 +146,15 @@
(setq org-capture-templates
'(("t" "task" entry
(file+olp
- "~/Notes/denote/20240328T215727--todo.org"
+ "~/Notes/denote/todo.org"
"Inbox" "General tasks")
"* TODO %?")
+ ("a" "appointment" entry
+ (file+olp
+ "~/Notes/denote/todo.org"
+ "Appointments" "General")
+ "* %?\n%^t"
+ :time-prompt t)
;; ("s" "Basic Statistics" entry
;; (file+headline
;; "~/Notes/denote/20240830T215644--statistics-flashcards__anki_stats.org" "Unsorted")