-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
feature: support org_toggle_timestamp_type #651
feature: support org_toggle_timestamp_type #651
Conversation
Similar thing can be achieved if you put a cursor on edge
would that work or you think this is still more helpful? |
Is this actually documented somewhere? And what is the relation to Emacs Orgmode? Because my PR relates to a feature implemented in Emacs Orgmode (and because it doesn't need any precise positioning of the cursor) I actually find it more helpful. It has a clear mapping, a function and is googlable. If you agree to add it, I would also add some documentation. |
Yeah, in this section https://orgmode.org/manual/Creating-Timestamps.html#index-S_002dUP-4
But since this is a built-in option of Orgmode, I'm ok with adding it. You can add documentation. |
Sure, let's change it. I'm agnostic with the mapping, and your suggestion makes sense. |
c669b6f
to
265deac
Compare
Done. |
Looks good, just add some docs around it. |
44754e8
to
5143eed
Compare
265deac
to
ea1838e
Compare
Allows to make active timestamp inactive and vice versa with one keybinding.
ea1838e
to
c1f3769
Compare
It took me quite some time to get back to this PR, but I just add a short documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just minor tweaks to the documentation and to add it to help window.
Co-authored-by: Kristijan Husak <husakkristijan@gmail.com>
Co-authored-by: Kristijan Husak <husakkristijan@gmail.com>
@kristijanhusak Sorry for the long delay, I wasn't aware, that it takes me just 4 clicks to apply your suggestions. I saw them months ago on my phone. But because I was busy and then completly distracted by work I didn't take a closer look at my desktop. If you don't have any other objections, this PR can now finally be merged. 😅 |
* feature: support org_toggle_timestamp_type Allows to make active timestamp inactive and vice versa with one keybinding. * docs: add documentation for org_toggle_timestamp_type * Update DOCS.md Co-authored-by: Kristijan Husak <husakkristijan@gmail.com> * Update lua/orgmode/config/mappings/init.lua Co-authored-by: Kristijan Husak <husakkristijan@gmail.com> --------- Co-authored-by: Sebastian Flügge <seflue@users.noreply.github.com> Co-authored-by: Kristijan Husak <husakkristijan@gmail.com>
Allows to make active timestamp inactive and vice versa with one keybinding.
Implements feature request #652.
It is part of Emacs Orgmode, but not mapped.
See also: