WIP: org-protocol-capture-html

This commit is contained in:
Max Schlueter 2023-09-20 15:36:21 +02:00
parent 269e10e9d8
commit 6b067d40d2
2 changed files with 17 additions and 0 deletions

15
gtd.el
View File

@ -28,6 +28,21 @@
org-refile-targets '(("tasks.org" . (:maxlevel . 2))
("someday.org" . (:level . 0)))))
;; Getting the following on capture:
;;
;; Greedy org-protocol handler. Killing client.
;; No server buffers remain to edit
;;
;; See https://github.com/alphapapa/org-protocol-capture-html/issues/40
;; (use-package! org-protocol-capture-html
;; :after org-protocol
;; :config
;; (add-to-list 'org-capture-templates
;; '("w" "Website" entry (file "")
;; "* %a :website:\n\n%U %?\n\n%:initial"))
(defun gtd-capture-inbox ()
(interactive)
(org-capture nil "i"))

View File

@ -76,6 +76,8 @@
;; (package! counsel-tramp)
;; (package! org-capture-pop-frame)
(package! org-caldav)
;; XXX https://github.com/alphapapa/org-protocol-capture-html/issues/40
;; (package! org-protocol-capture-html)
(package! ob-typescript)
(package! indium)
;; (package! mac-pseudo-daemon)