[emacs] Fix org table duration format once and for all + allow elisp links

This commit is contained in:
Sebastian Schulze 2018-07-27 15:12:31 +02:00
parent 926692c89c
commit 37f05ebd37
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@
(setq org-archive-location "::* Archive")
(setq org-deadline-warning-days 5)
(setq org-scheduled-delay-days 0)
(setq org-duration-format (quote (("h" . t) (special . 2))))
(setq org-confirm-elisp-link-function nil)
(setq org-icalendar-alarm-time 120)
(setq org-icalendar-combined-agenda-file "~/Nextcloud/OrgExport/Org.ics")
(setq org-icalendar-include-todo (quote all))