fix(sterni/emacs): inbox.org should remain org-capture target
Change-Id: I99f57cede225dcb3fce6b1866a7e8da7d6dc4995 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13051 Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
This commit is contained in:
parent
1c18c8456f
commit
27f21489ac
1 changed files with 2 additions and 2 deletions
|
|
@ -125,8 +125,8 @@
|
||||||
(setq org-archive-location (concat org-archive-file "::")
|
(setq org-archive-location (concat org-archive-file "::")
|
||||||
org-agenda-files (remove org-archive-file
|
org-agenda-files (remove org-archive-file
|
||||||
(directory-files-recursively org-folder "\\.org$"))
|
(directory-files-recursively org-folder "\\.org$"))
|
||||||
org-default-notes-file (concat org-folder "/context.org")
|
org-default-notes-file (concat org-folder "/inbox.org")
|
||||||
initial-buffer-choice org-default-notes-file
|
initial-buffer-choice (concat org-folder "/context.org")
|
||||||
org-refile-targets '((org-agenda-files . (:maxlevel . 4)))))
|
org-refile-targets '((org-agenda-files . (:maxlevel . 4)))))
|
||||||
|
|
||||||
;; latex
|
;; latex
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue