|
|
|
@ -9,6 +9,8 @@ |
|
|
|
(global-set-key (kbd "C-c a") 'org-agenda) |
|
|
|
(global-set-key (kbd "C-c a") 'org-agenda) |
|
|
|
(global-set-key (kbd "C-c c") 'org-capture) |
|
|
|
(global-set-key (kbd "C-c c") 'org-capture) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(setq org-src-fontify-natively t) |
|
|
|
|
|
|
|
|
|
|
|
(setq org-capture-templates |
|
|
|
(setq org-capture-templates |
|
|
|
'(("t" "TODO today" entry (file+headline "~/org/notes.org" "Tasks") |
|
|
|
'(("t" "TODO today" entry (file+headline "~/org/notes.org" "Tasks") |
|
|
|
"* TODO %?\n SCHEDULED: %t" :clock-in t :clock-resume t) |
|
|
|
"* TODO %?\n SCHEDULED: %t" :clock-in t :clock-resume t) |
|
|
|
|