From 6378304decc1bfeba1a7cb88eac3afd6415918c2 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 28 Feb 2021 19:58:24 +0900 Subject: Remove icalendar and org-caldav settings --- .emacs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.emacs b/.emacs index 88eeb82..0b65824 100644 --- a/.emacs +++ b/.emacs @@ -100,18 +100,6 @@ ;;; undo-tree-mode (global-undo-tree-mode t) -;;; icalendar -(setq org-icalendar-timezone "Asia/Tokyo") -(setq org-icalendar-alarm-time 5) -(setq org-icalendar-use-scheduled '(todo-start event-if-todo)) - -;;; org-caldav -(setq org-caldav-url "https://cloud.tojo.tokyo/remote.php/dav/calendars/masaya.tojo") -(setq org-caldav-calendar-id "personal") -(setq org-caldav-inbox "~/org/calendar.org") -(setq plstore-cache-passphrase-for-symmetric-encryption t) -(setq org-caldav-backup-file "~/calendar-bak.org") - ;;; Font (set-face-attribute 'default nil :family "Hermit" :height 100) (set-fontset-font (frame-parameter nil 'font) -- cgit v1.2.3