gA => org-agenda and move org-archive-location
This commit is contained in:
parent
0939cfd690
commit
12c2b0f694
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
"~/Dropbox/notes/projects/dev"
|
||||
"~/Dropbox/notes/projects/gamedev"
|
||||
"~/Dropbox/notes/projects/webdev")
|
||||
org-archive-location "~/Dropbox/notes/archive/%s.org::"
|
||||
org-archive-location "~/Dropbox/notes/archive/%s::"
|
||||
org-confirm-babel-evaluate nil
|
||||
org-src-tab-acts-natively t
|
||||
org-image-actual-width 300
|
||||
|
@ -257,6 +257,7 @@
|
|||
(org-remove-inline-images)
|
||||
(org-display-inline-images nil t (line-beginning-position) (line-end-position))))
|
||||
"g a" 'org-attach
|
||||
"g A" 'org-agenda
|
||||
"g t" 'org-show-todo-tree
|
||||
"$" 'org-end-of-line
|
||||
"^" 'org-beginning-of-line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue