|
@@ -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)
|