remyhonig/elfeed-org

Tags are not show

Closed this issue · 4 comments

Hi! I'm trying to use elfeed-org and elfeed. I made my org file and configured elfeed, but when I run elfeed-update the tags are not show, only the unread tags appears.
Captura-2019-03-08_1

I have this in my config file:

;;==== elfeed ====
(use-package elfeed
  :ensure t
  :bind ( :map elfeed-search-mode-map
	       ("q" . bjm/elfeed-save-db-and-bury)
	       ("Q" . bjm/elfeed-save-db-and-bury)
	       ("m" . elfeed-toogle-star)
	       ("M" . elfeed-toogle-star)
	       )
)
(use-package elfeed-org
  :ensure t
  :init
  (elfeed-org))

And this in my elfeed.org, I imported all the links from an ompl file from my smartphone:

* Noticias                                                         :noticias:
** [[http://www.eluniversal.com.mx/rss/mexico.xml][El Universal: México]]                                              :mexico:
** [[http://feeds.feedburner.com/proceso][Proceso]]                                                           :mexico:
** [[http://www.reforma.com/rss/portada.xml][Reforma]]                                                           :mexico:
** [[http://www.elpais.com/rss/feed.html?feedId=1022][Portada de EL PAÍS]]
** [[http://colectivopericu.wordpress.com/feed/][Colectivo Pericú]]                                                     :bcs:
** [[http://www.bcsnoticias.mx/feed/][BCS Noticias]]                                                         :bcs:
* Tecnología                                                          :tech:
** [[http://www.theverge.com/rss/full.xml][The Verge]]
** [[https://manjaro.org/feed.xml][Manjaro News]]                                               :linux:manjaro:
** [[http://www.xatakandroid.com/index.xml][Xataka Android]]
** [[http://es.engadget.com/rss.xml][Engadget en español - RSS Feed]]
** [[http://www.xatakamovil.com/atom.xml][Xataka Móvil]]
** [[http://www.genbeta.com/index.xml][Genbeta]]
** [[http://www.elandroidelibre.com/feed/][El Androide Libre]]
** [[http://feeds.weblogssl.com/xataka2][Xataka]]
** [[https://blog.xfce.org/feed][XFCE Blog]]                                                           :xfce:
* Metal                                                               :metal:
** [[http://www.metalsucks.net/feed/rss/][MetalSucks]]
** [[http://feeds2.feedburner.com/metalinjection][Metal Injection]]
* Videojuegos                                                         :games:
** [[http://www.teamfortress.com/rss.xml][Team Fortress 2 News]]
** [[http://feeds.ign.com/ign/games-all][IGN Video Games]]
** [[http://www.vandal.net/cgi-bin/xml.cgi][Vandal]]
** [[http://www.eurogamer.es/rss/eurogamer_frontpage_feed.rss][Eurogamer.es]]
** [[http://www.3djuegos.com/universo/rss/rss.php?plats=1-2-3-4-5-6-7&tipos=noticia-analisis-avance-video-imagenes-demo&fotos=no&limit=20][3DJuegos.com]]

There's any way to show my tags? Or maybe it's something bad in my configuration? Thanks!

Isn't the :elfeed: tag missing?

Try:

* Feed                                                               :elfeed:
** Noticias                                                       :noticias:
*** [[http://www.eluniversal.com.mx/rss/mexico.xml][El Universal: México]] :mexico:
*** [[http://feeds.feedburner.com/proceso][Proceso]]               :mexico:
*** [[http://www.reforma.com/rss/portada.xml][Reforma]]            :mexico:
*** [[http://www.elpais.com/rss/feed.html?feedId=1022][Portada de EL PAÍS]]
*** [[http://colectivopericu.wordpress.com/feed/][Colectivo Pericú]]  :bcs:
*** [[http://www.bcsnoticias.mx/feed/][BCS Noticias]]                 :bcs:
** Tecnología                                                         :tech:
*** [[http://www.theverge.com/rss/full.xml][The Verge]]
*** [[https://manjaro.org/feed.xml][Manjaro News]]          :linux:manjaro:
*** [[http://www.xatakandroid.com/index.xml][Xataka Android]]
*** [[http://es.engadget.com/rss.xml][Engadget en español - RSS Feed]]
*** [[http://www.xatakamovil.com/atom.xml][Xataka Móvil]]
*** [[http://www.genbeta.com/index.xml][Genbeta]]
*** [[http://www.elandroidelibre.com/feed/][El Androide Libre]]
*** [[http://feeds.weblogssl.com/xataka2][Xataka]]
*** [[https://blog.xfce.org/feed][XFCE Blog]]                        :xfce:
** Metal                                                             :metal:
*** [[http://www.metalsucks.net/feed/rss/][MetalSucks]]
*** [[http://feeds2.feedburner.com/metalinjection][Metal Injection]]
** Videojuegos                                                       :games:
*** [[http://www.teamfortress.com/rss.xml][Team Fortress 2 News]]
*** [[http://feeds.ign.com/ign/games-all][IGN Video Games]]
*** [[http://www.vandal.net/cgi-bin/xml.cgi][Vandal]]
*** [[http://www.eurogamer.es/rss/eurogamer_frontpage_feed.rss][Eurogamer.es]]
*** [[http://www.3djuegos.com/universo/rss/rss.php?plats=1-2-3-4-5-6-7&tipos=noticia-analisis-avance-video-imagenes-demo&fotos=no&limit=20][3DJuegos.com]]

Also, I have deleted the folder ~/.elfeed. ~/.elfeed is where all the state of elfeed is stored.
I am not sure if there is a cleaner way to update tags, but this works for me.
Notice that the whole state is lost, meaning also read/unread state.

@remyhonig is there another way to update tags afterwards?

Hey @juacq97, @der-daniel is right: :noticias: should be :elfeed:
I'm afraid there is not an easier way to update tags. The only way is to clean out the .elfeed directory and refetch all headlines again and only at that time the tags will be applied.
This is not perfect, but it will work for the latests published headlines of your feeds.

Please let me know if this solves your problem so I can update the ticket. Thanks!

Isn't the :elfeed: tag missing?

That's it, now works. Thanks

@juacq97 Thanks for letting us know! I'll close this ticket.