From 6b067d40d24b052a7fa81b565faf516872265eb5 Mon Sep 17 00:00:00 2001 From: Max Schlueter Date: Wed, 20 Sep 2023 15:36:21 +0200 Subject: [PATCH] WIP: org-protocol-capture-html --- gtd.el | 15 +++++++++++++++ packages.el | 2 ++ 2 files changed, 17 insertions(+) diff --git a/gtd.el b/gtd.el index 9c3a0f8..a6fba12 100644 --- a/gtd.el +++ b/gtd.el @@ -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")) diff --git a/packages.el b/packages.el index 2b4da4f..7ba6c3f 100644 --- a/packages.el +++ b/packages.el @@ -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)