Skip to content

unhammer/org-gnus-ical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

org-gnus-ical

Capture iCalendar invites from Gnus to Org.

Usage

Put the bundled ical2org script somewhere in PATH, then

(use-package org-gnus-ical
  :load-path "~/src/org-gnus-ical"
  :demand t ; so that it's loaded after gnus even though we use :bind
  :after gnus
  :config
  (add-to-list 'org-capture-templates
              '("c" "iCalendar invite" entry
                (file+olp "~/org/work.org"
                          "Meetings")
                (function org-gnus-ical-capture-template))))

The above will give you a capture template on key c that turns iCalendar invites into org-mode headings.

About

Capture iCalendar invitations from Gnus to Org

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published