-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memacs_firefox output does not include url title #103
Comments
it does look like the line Line 58 in d047c5f
|
There are multiple people who contributed to the Firefox module (and who probably are using it in contrast to me): Does somebody volunteer for this issue? |
Unfortunately I'm not using memacs anymore and I'm not sure when I'll have the time to test this up :( |
I also decided that waiting for several seconds for my agenda to pop up is too annoying as yet, so this feature doesn't have priority for me. |
Well, Memacs does not affect your normal agenda performance at all when you generate Memacs data to archive files as described on https://github.com/novoid/Memacs/blob/master/docs/FAQs_and_Best_Practices.org#performance-and-scalability |
Yes, I know, but for what I would actually use it: to look at what I was doing on a particular day/time, it does slow down the archive view massively. I hadn't realized before looking into this endeavour that your loading times were ~20s ;-) |
I guess I had the naive view that "they're just a bunch of text files, there's no reason for this to be slow" without realising that the org files are quite complex to parse. I only got a real appreciation for this during the last Emacsconf :). |
in #87 this issue is mentioned for chrome, and in #98 @alex-a-soto fixed the chrome output by including a title url in the note's name.
It would be great if the firefox-backend also did this.
Furthermore it appears that the firefox script is adding a single space before all the lines after the
## -- coding: utf-8 mode: org --
line. I am running the AUR package and wrote the below script to run the package (it gives an error when firefox is running) and fix the first line issue.The text was updated successfully, but these errors were encountered: