Skip to content

Commit

Permalink
add work.org to agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
zilongshanren committed Sep 16, 2020
1 parent 2fb111f commit f5f329a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layers/zilongshanren-org/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
;; define the refile targets
(setq org-agenda-file-note (expand-file-name "notes.org" org-agenda-dir))
(setq org-agenda-file-gtd (expand-file-name "gtd.org" org-agenda-dir))
(setq org-agenda-file-work (expand-file-name "work.org" org-agenda-dir))
(setq org-agenda-file-journal (expand-file-name "journal.org" org-agenda-dir))
(setq org-agenda-file-code-snippet (expand-file-name "snippet.org" org-agenda-dir))
(setq org-default-notes-file (expand-file-name "gtd.org" org-agenda-dir))
Expand Down Expand Up @@ -412,7 +413,7 @@
("s" "Code Snippet" entry
(file org-agenda-file-code-snippet)
"* %?\t%^g\n#+BEGIN_SRC %^{language}\n\n#+END_SRC")
("w" "work" entry (file+headline org-agenda-file-gtd "Work")
("w" "work" entry (file+headline org-agenda-file-work "Work")
"* TODO [#A] %?\n %i\n %U"
:empty-lines 1)
("x" "Web Collections" entry
Expand Down

0 comments on commit f5f329a

Please sign in to comment.