Change org-capture setup
This commit is contained in:
parent
ba057d0655
commit
7b7d041567
2 changed files with 6 additions and 105 deletions
104
capture.el
104
capture.el
|
@ -1,104 +0,0 @@
|
|||
(setq org-capture-templates
|
||||
'(("c" "LCLB" entry
|
||||
(file "~/Documents/drive/org/lclb.org")
|
||||
"* %^t
|
||||
** 1 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
:END:
|
||||
*** Cornish
|
||||
%^{Word 1 (Cornish)}
|
||||
*** English
|
||||
%^{Word 1 (English)}
|
||||
*** Type
|
||||
%^{Word 1 type||masculine|feminine|plural|preterite|collective}
|
||||
** 2 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
:END:
|
||||
*** Cornish
|
||||
%^{Word 2 (Cornish)}
|
||||
*** English
|
||||
%^{Word 2 (English)}
|
||||
*** Type
|
||||
%^{Word 2 type||masculine|feminine|plural|preterite|collective}
|
||||
** 3 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
:END:
|
||||
*** Cornish
|
||||
%^{Word 3 (Cornish)}
|
||||
*** English
|
||||
%^{Word 3 (English)}
|
||||
*** Type
|
||||
%^{Word 3 type||masculine|feminine|plural|preterite|collective}
|
||||
** 4 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
:END:
|
||||
*** Cornish
|
||||
%^{Word 4 (Cornish)}
|
||||
*** English
|
||||
%^{Word 4 (English)}
|
||||
*** Type
|
||||
%^{Word 4 type||masculine|feminine|plural|preterite|collective}
|
||||
** 5 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
:END:
|
||||
*** Cornish
|
||||
%^{Word 5 (Cornish)}
|
||||
*** English
|
||||
%^{Word 5 (English)}
|
||||
*** Type
|
||||
%^{Word 5 type||masculine|feminine|plural|preterite|collective}
|
||||
** 6 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
:END:
|
||||
*** Cornish
|
||||
%^{Word 6 (Cornish)}
|
||||
*** English
|
||||
%^{Word 6 (English)}
|
||||
*** Type
|
||||
%^{Word 6 type||masculine|feminine|plural|preterite|collective}
|
||||
** 7 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
:END:
|
||||
*** Cornish
|
||||
%^{Word 7 (Cornish)}
|
||||
*** English
|
||||
%^{Word 7 (English)}
|
||||
*** Type
|
||||
%^{Word 7 type||masculine|feminine|plural|preterite|collective}
|
||||
** 8 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
:END:
|
||||
*** Cornish
|
||||
%^{Word 8 (Cornish)}
|
||||
*** English
|
||||
%^{Word 8 (English)}
|
||||
*** Type
|
||||
%^{Word 8 type||masculine|feminine|plural|preterite|collective}
|
||||
** 9 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
:END:
|
||||
*** Cornish
|
||||
%^{Word 9 (Cornish)}
|
||||
*** English
|
||||
%^{Word 9 (English)}
|
||||
*** Type
|
||||
%^{Word 9 type||masculine|feminine|plural|preterite|collective}
|
||||
** 10 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
:END:
|
||||
*** Cornish
|
||||
%^{Word 10 (Cornish)}
|
||||
*** English
|
||||
%^{Word 10 (English)}
|
||||
*** Type
|
||||
%^{Word 10 type||masculine|feminine|plural|preterite|collective}")))
|
7
init.el
7
init.el
|
@ -13,6 +13,10 @@
|
|||
(set-language-environment 'utf-8)
|
||||
(set-selection-coding-system 'utf-8)
|
||||
|
||||
;; sonic arts
|
||||
(setq ring-bell-function 'ignore)
|
||||
(setq visible-bell t)
|
||||
|
||||
;; MELPA/use-package
|
||||
|
||||
(package-initialize)
|
||||
|
@ -267,7 +271,8 @@
|
|||
(org-ellipsis " ⤵")
|
||||
:hook (org-mode . org-bullets-mode))
|
||||
|
||||
(load-file "~/.emacs.d/capture.el") ; capture templates stored here
|
||||
(global-set-key [f2] 'org-capture)
|
||||
(load-file "~/Documents/drive/org/capture.el") ; capture templates stored here
|
||||
(setq org-capture-bookmark nil)
|
||||
|
||||
(use-package org-drill
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue