~skeeto/public-inbox

3 3

Export elfeed entry to todo list

Details
Message ID
<87tuquzb53.fsf@liltechdude.xyz>
DKIM signature
missing
Download raw message
Hello!

I want to activate org-capture to create TODO item while point on elfeed
entry by press `T'. In order what tag has this entry, I want to use
particular capture-template i.e. if entry has author "Tropin" and tag
"video", must be activated template for watching video from this
channel. How it could be implemented?

--
魔法少女リルテチヅデです。
Details
Message ID
<20210203205306.teiuglvqijbbzs2d@nullprogram.com>
In-Reply-To
<87tuquzb53.fsf@liltechdude.xyz> (view parent)
DKIM signature
missing
Download raw message
I know almost nothing about Org, so I can't really help with that part. As 
for Elfeed itself, bind T in elfeed-search-mode-map to your new function. 
In your function use elfeed-search-selected to get the struct for the 
entry under the point, interrogate it using elfeed-entry-* accessors, then 
call the appropriate Org functions with what you found. As a convenience, 
you might also want your function to advance the point to the next line so 
that you can quickly make a sequence of decisions for all visible entries.
Details
Message ID
<874kirdcjj.fsf@pobox.com>
In-Reply-To
<20210203205306.teiuglvqijbbzs2d@nullprogram.com> (view parent)
DKIM signature
missing
Download raw message
Hey Dmitry,

After following Chris' advice on the elfeed side of things, you
might have a look at `org-capture' for how to invoke the template
you've decided you want to use.

-- 
Michael <mherstine@pobox.com>
Details
Message ID
<87tuqjdgaz.fsf@liltechdude.xyz>
In-Reply-To
<87tuquzb53.fsf@liltechdude.xyz> (view parent)
DKIM signature
missing
Download raw message
After some configuration, I came to convinient workflow through
rss2email. Now I not need to separate binding and wrappers function 
for
mu4e and elfeed for doing same task.

--
魔法少女リルテチヅデですよ。
Reply to thread Export thread (mbox)