diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index fec4e5f..ae1c513 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -361,8 +361,8 @@ Returns the ID string." (body (org-get-body-stripped)) (notes (org-extract-notes)) ;;(properties (org-entry-properties)) - (endpoint "http://localhost:8000/webhook/emacs/") - (data `(("title" . ,heading) + (endpoint "https://life.lab.unbl.ink/webhook/emacs/") + (data `(("description" . ,heading) ("labels" . ,tags) ("state" . ,state) ("timestamps" . ,timestamps)