From: Don Armstrong Date: Sat, 6 Jan 2018 00:33:21 +0000 (-0800) Subject: store the UID when outputting to a calendar X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=b12564fc33bb431ff631b6e1ccaebd82633ad42b store the UID when outputting to a calendar --- 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