Update org-attach settings
This commit is contained in:
parent
3b64093019
commit
4a4c6975de
1 changed files with 3 additions and 2 deletions
5
init.el
5
init.el
|
@ -1521,10 +1521,10 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
(org-agenda-span 14)
|
||||
(org-agenda-start-on-weekday 1)
|
||||
(org-agenda-include-diary t)
|
||||
(org-attach-dir-relative t)
|
||||
(org-attach-dir-relative nil)
|
||||
(org-attach-auto-tag nil)
|
||||
(org-attach-archive-delete t)
|
||||
(org-attach-use-inheritance t)
|
||||
(org-attach-use-inheritance nil)
|
||||
(org-clock-out-remove-zero-time-clocks t)
|
||||
(org-clock-persist t)
|
||||
(org-clock-rounding-minutes 30)
|
||||
|
@ -1569,6 +1569,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
(org-global-properties '(("EFFORT_ALL" . "0:30 1:00 2:00 3:00 5:00 8:00")))
|
||||
(org-html-doctype "html5")
|
||||
(org-html-html5-fancy t)
|
||||
(org-html-head-include-default-style nil)
|
||||
(org-log-done (quote time))
|
||||
(org-refile-targets '((nil :maxlevel . 3)))
|
||||
(org-startup-folded t)
|
||||
|
|
Loading…
Add table
Reference in a new issue