summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-08-10 09:55:15 +0000
committernoa@gaiwan.org2024-08-10 09:55:15 +0000
commit4fc7d1719d656f3f9b25f47cf9206ee8a4723f17 (patch)
tree5148fee254cbfdd3c7784687d0892f42f7031bd5 /config.org
parentf801b0a0551e47bfc2bf5bc2f91d3b85ccb8ac3f (diff)
Remove unused org-capture configuration
Diffstat (limited to 'config.org')
-rw-r--r--config.org8
1 files changed, 1 insertions, 7 deletions
diff --git a/config.org b/config.org
index fa0b441..8c1d9fa 100644
--- a/config.org
+++ b/config.org
@@ -589,13 +589,7 @@ If we enable this, emphasis markers will be hidden for a more word processor fee
   (setopt org-agenda-files '("~/data/notes/notes.org"))
   (setopt org-capture-bookmark nil)
   (setopt org-capture-templates
-	  '(("j" "Journal" entry (file "~/data/notes/notes.org") "* %<%Y-%m-%d> %?\n" :empty-lines 1)
-
-	    ("l" "Website" entry (file+olp+datetree "~/data/notes/notes.org") "* %a\n%?\n" :empty-lines 1)
-     ("b" "BibTeX note" entry (file+olp+datetree "~/data/notes/notes.org") (function ebib-notes-create-org-template))
-	    ))
-  (setopt org-capture-template-contexts
-	'(("b" ((in-mode ebib-index-mode)))))
+	  '(("j" "Journal" entry (file "~/data/notes/notes.org") "* %T %?\n" :empty-lines 1)))
 #+end_src
 
 #+begin_src elisp