diff options
| author | BardofSprites <[email protected]> | 2024-12-29 19:46:33 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-12-29 19:46:33 -0500 |
| commit | 27e112b62fc98496d1f135d5238f683aa80b09dc (patch) | |
| tree | 6459b5842da1a15329440e52d3b7c0e4fffd65c4 /bard-emacs-modules | |
| parent | 580b441bc6abdad8412df267ab14324788015d67 (diff) | |
configure export to ical
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index 593843f..391ad38 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -26,6 +26,13 @@ (setq bard/org-anki-file "~/Notes/denote/20240729T171836--anki-flashcards__cards_meta.org") (setq org-archive-location "~/Notes/denote/20240328T215840--archive__self.org::* Archive") (setq org-log-done 'time) +(setq org-icalendar-include-todo t + org-icalendar-include-body t + org-icalendar-with-timestamps t + org-icalendar-use-scheduled '(event-if-todo-not-done) + org-icalendar-scheduled-summary-prefix "SCHEDULED: " + org-icalendar-use-deadline '(event-if-todo-not-done) + org-icalendar-deadline-summary-prefix "DEADLINE: ") (setq org-structure-template-alist '(("c" . "center") ("x" . "example") |
