-
Notifications
You must be signed in to change notification settings - Fork 109
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
Jump-to-date commands #56
Comments
Thanks for the kind words. I'm glad it's useful to you. If you have any interesting examples of how you're using it, please feel free to share them.
You can delete views from the customization options, e.g. |
Thank you for that answer. For the moment, I have a rather classic use but I have to take the time to dig a little deeper. I would be interested in a "jump to" option to see all events and tasks on a specific date (like "J" in org-agenda) or an option for tags completion (but maybe it's already possible?). For the deletion of the search, I had seen the option with "c" but I work with spacemacs and bépo layout (french language). So it doesn't seem to be working. Is it possible to assign this option to another key? |
You can do a search like
I'm not sure exactly what you mean. If you mean completing tags as they are typed, that's a good idea, but since tags are entered as part of a query, I guess that would require a complex query-completion function that would provide completion for each predicate. A good idea for future work, but probably not something I will work on soon. Alternatively, I guess there could be a recursive-edit-style command that completed individual tags in the minibuffer when typing a query; not a bad idea, but a bit complicated, and difficult to expose to the user in a memorable way, so probably not something I'd be keen to do.
I can't help you with Spacemacs, sorry. Anyway, it's just a command, BTW, I'm curious, what is your profile avatar image? I can't quite make out what it's supposed to be. :) |
BTW, regarding this idea: it would need to be defined more carefully. For example, let's say you do a search for items like Probably the most obvious action would be to jump to the latest timestamp, which would require parsing all of the timestamps in the entry, sorting them, and then constructing a new query using the date of the latest timestamp. That's easy enough. But what if that's not the date the user wants? Maybe you can help me think this through. :) |
Hi @alphapapa On the "jump" function my idea is as follows. Nevertheless, the comment you made goes further. It would consist in accessing this date selection function during the request. This would be doubly useful. In this case, it may be necessary to distinguish between the search for a specific date and the search for a period. For example, it might be interesting to jump to entries with a deadline (- 15 days) on a given date. 🤔 |
We can also think in terms of use.
I therefore think that the "jump" function would more easily concern a specific date rather than a period (contrary to what I said earlier). |
First of all, my thanks @alphapapa for this work. It's changing my life!
I just did a research test recorded with the command
C-x C-s
It works perfectly but I wonder how to delete a saved search?
Thank you!
The text was updated successfully, but these errors were encountered: