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?
--
魔法少女リルテチヅデです。
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.
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>
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.
--
魔法少女リルテチヅデですよ。