]> git.donarmstrong.com Git - lib.git/commitdiff
store the UID when outputting to a calendar
authorDon Armstrong <don@donarmstrong.com>
Sat, 6 Jan 2018 00:33:21 +0000 (16:33 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 6 Jan 2018 00:33:21 +0000 (16:33 -0800)
emacs_el/configuration/don-configuration.org

index 4061c48519f108eb05a72b76621dbffd8e419afc..953137333e2e96b06023379cb5af535ebbe78716 100644 (file)
@@ -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