From b12564fc33bb431ff631b6e1ccaebd82633ad42b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 5 Jan 2018 16:33:21 -0800 Subject: [PATCH] store the UID when outputting to a calendar --- emacs_el/configuration/don-configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 4061c48..9531373 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -1256,7 +1256,7 @@ From http://julien.danjou.info/projects/emacs-packages#rainbow-mode, this colori (setq org-icalendar-timezone "America/Los_Angeles") (setq org-icalendar-use-scheduled '(todo-start event-if-todo)) ;; we already add the id manually - ;; (setq org-icalendar-store-UID t) + (setq org-icalendar-store-UID t) #+END_SRC ** General Org Babel Configuration -- 2.39.2