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 2 years ago
parent c04b4b890f
commit ed587dec87
  1. 2
      global.org

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

Loading…
Cancel
Save