I would like to add a new keybinding in Spacemacs for orgmode to insert timestamp with time
It would be something like:
(spacemacs/set-leader-keys "mdh" 'insert-timestamp-with-time)
m => go to major mode d => dates
h => new key to define the insert function
Given the documentation in "usual emacs" it is done with : C-u C-u C-. => calls org-time-stamp with double prefix.
insert-timestamp-with-time does not exist. I do not know how to map a call to org-time-stamp (which exists) with a double prefix.
I manage to get what i want with :