[emacs] Update endpoint and heading name for webhook
This commit is contained in:
@ -361,8 +361,8 @@ Returns the ID string."
|
|||||||
(body (org-get-body-stripped))
|
(body (org-get-body-stripped))
|
||||||
(notes (org-extract-notes))
|
(notes (org-extract-notes))
|
||||||
;;(properties (org-entry-properties))
|
;;(properties (org-entry-properties))
|
||||||
(endpoint "http://localhost:8000/webhook/emacs/")
|
(endpoint "https://life.lab.unbl.ink/webhook/emacs/")
|
||||||
(data `(("title" . ,heading)
|
(data `(("description" . ,heading)
|
||||||
("labels" . ,tags)
|
("labels" . ,tags)
|
||||||
("state" . ,state)
|
("state" . ,state)
|
||||||
("timestamps" . ,timestamps)
|
("timestamps" . ,timestamps)
|
||||||
|
|||||||
Reference in New Issue
Block a user