Org agenda keybindings and other additions
This commit is contained in:
parent
de83e622af
commit
ceaf098ddd
2 changed files with 50 additions and 27 deletions
23
README.org
23
README.org
|
@ -813,16 +813,16 @@ Part of this config includes some special capture templates for my work as a you
|
|||
"/home/chris/org/todo.org"
|
||||
"/home/chris/org/newsletter.org"
|
||||
))
|
||||
(add-to-list '("/home/chris/org/inbox.org"
|
||||
"/home/chris/org/notes.org"
|
||||
"/home/chris/org/repetition.org"
|
||||
"/home/chris/org/tasks.org"
|
||||
"/home/chris/org/tfc_plans.org"
|
||||
"/home/chris/org/ministry_team.org"
|
||||
"/home/chris/org/todo.org"
|
||||
"/home/chris/org/newsletter.org"
|
||||
"/home/chris/org/lesson_*.org")
|
||||
(expand-file-name ))
|
||||
;; (add-to-list '("/home/chris/org/inbox.org"
|
||||
;; "/home/chris/org/notes.org"
|
||||
;; "/home/chris/org/repetition.org"
|
||||
;; "/home/chris/org/tasks.org"
|
||||
;; "/home/chris/org/tfc_plans.org"
|
||||
;; "/home/chris/org/ministry_team.org"
|
||||
;; "/home/chris/org/todo.org"
|
||||
;; "/home/chris/org/newsletter.org"
|
||||
;; "/home/chris/org/lesson_*.org")
|
||||
;; (expand-file-name ))
|
||||
|
||||
(setq org-id-method 'ts)
|
||||
|
||||
|
@ -866,7 +866,8 @@ Part of this config includes some special capture templates for my work as a you
|
|||
"q" 'org-agenda-quit
|
||||
"r" 'org-agenda-redo
|
||||
"d" 'org-agenda-deadline
|
||||
"s" 'org-agenda-schedule)
|
||||
"s" 'org-agenda-schedule
|
||||
"t" 'org-agenda-todo)
|
||||
('normal org-columns-map
|
||||
"j" 'outline-next-heading
|
||||
"h" 'outline-previous-heading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue