From 9e8f9946d61367416247cfd38fb30821699f245a Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 10 Jun 2025 11:24:31 -0400 Subject: [PATCH] [emacs] Update endpoint and heading name for webhook --- emacs/.config/doom/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)