-
-
Notifications
You must be signed in to change notification settings - Fork 159
Insert time of day, repeating with calendar choice #255
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
Comments
If you're still typing the repeat string how is this faster? Are suggesting that the repeat be visually shown via some sort of marker? |
It is mostly searching for and moving to the date string. A minimal solution that would work for me could be that the cursor is moved to the end of the date string after choosing the date, such that I could directly enter the time/repeat string there. You would need to be able to add this somehow in the calendar popup when editing schedules from within agenda views (which seems to be broken right now, at least for me). |
Managing time inside the popup would cause a lot of complications. We could have a simple toggle that would say |
That would be an improvement to the current situation :) To clarify: The benefit I see with managing the time/repeat string from within the calendar popup is to contain the action to edit the date string to one command. I would prefer this because I like to change schedules (just as priority and TODO state) from within (custom) agenda views. This would get more important to me, once custom agenda search views are implemented (I currently use emacs for those). Another idea: if the toggle is enabled, the text field to edit/add time/repeat opens after the calendar popup is closed. |
@iexos related, but not exactly the same thing. What do you think about a mapping to add a time to an existing timestamp, like |
@jgollenz i like the idea and in combination with moving the cursor to the date after inserting/editing it, it would resolve my current problem. It would require at least 4 keybindings (1 time + 3 repeat ( |
Does this feature exist in Emacs orgmode core?
N/A
Orgmode link
I am unsure how emacs exactly behaves, I never really got it
Feature value
If I want to insert a date (e.g. a schedule) that has a time of day and/or is repeating, I have to manually go to the date and edit it. It would save me time searching for and moving to the inserted/edited date if I could add time and repeat from the calendar screen.
My suggestion to solve this (just a quick thought, there may be better ideas):
i
) will open a new text field<cr>
this string will be validated and added to the calender screen<cr>
, the time/repeat will be added to the date objectThis could look like this:
Additional context
No response
The text was updated successfully, but these errors were encountered: