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

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

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

The canvas has been tainted by cross-origin data in chrome only -