Re: Doubts about a function for my org-capture template

2022-10-16 Thread Ihor Radchenko
Juan Manuel Macías writes: > The function works fine from eww, but it doesn't work with org-protocol > + qutebrowser, as the value of :initial in org-capture-plist seems to be > nil. Would you mind providing exact steps needed to reproduce the problem? -- Ihor Radchenko // yantar92, Org mode

Doubts about a function for my org-capture template

2022-10-15 Thread Juan Manuel Macías
Hi all, I have written this function to be able to choose the type of block in which to enclose the marked content (by default, quote). So in my org-capture template I put %(my-capture-block) instead of %i: ┌ │ (defun my-capture-block () │ (let ((initial (org-capture-get :initial))) │