Make the zoom capturing action more robust

Some invites have the [Uninvited Accept] nonsense.  Modify the search
so that the action captures this case as well.
master
Jacopo De Simoi 1 year ago
parent c04b4b890f
commit ed587dec87
  1. 2
      global.org

@ -790,7 +790,7 @@
(left-word)
(setq zoom-summary (get-buffer-to-eol))
(org-capture nil "z"))
((search-forward "[ Accept ]")
((search-forward "Accept ]")
(message "found generic meeting")
(search-forward "Summary:")
(right-word)

Loading…
Cancel
Save