WIP: org-protocol-capture-html
This commit is contained in:
parent
269e10e9d8
commit
6b067d40d2
15
gtd.el
15
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"))
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user