Jelajahi Sumber

[emacs] Update endpoint and heading name for webhook

Colin Powell 1 bulan lalu
induk
melakukan
9e8f9946d6
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      emacs/.config/doom/config.el

+ 2 - 2
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)