From aaba12a8e2c7e71795548104237164e70ed8ceca Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 3 Nov 2018 11:19:30 +0100 Subject: [PATCH] [Org] Minor reformatting --- init.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 32d019e..00931e6 100644 --- a/init.el +++ b/init.el @@ -779,12 +779,15 @@ _h_ _l_ _o_k _y_ank ;; Skip some org mode regions to be skipped by ispell (add-hook 'org-mode-hook #'endless/org-ispell) + ;; Some timers + (unless (memq #'org-clock-save (mapcar #'timer--function timer-list)) (run-with-timer 0 3600 #'org-clock-save)) (unless (memq #'db/export-diary (mapcar #'timer--function timer-idle-list)) - (run-with-idle-timer 20 t #'db/export-diary)))) + (run-with-idle-timer 20 t #'db/export-diary)) + ;; Drag-and-Drop images into org-mode buffer (use-package org-download) @@ -1035,6 +1038,8 @@ _h_ _l_ _o_k _y_ank :config (setf (alist-get :results org-babel-default-header-args) "output code replace")) +;; Exporting + (use-package ox-icalendar :commands (org-icalendar-combine-agenda-files) :init (setq org-icalendar-include-body nil