emacs - Elisp - Avoid prompt in interactive function -


i'm trying call following org-mode function insert current timestamp in buffer. function called script.

(org-time-stamp-inactive) 

this, expected, brings prompt asking date use timestamp. want skip prompt , insert timestamp directly. possible @ all? haven't found me.

this should insert current inactive time stamp:

(org-insert-time-stamp nil nil t) 

Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

javascript - Which segment of a polyline was clicked? -

c# - Avoiding duplicate methods for Task and Task<T> -