The org-export-dispatch command in org-mode (C-c C-e) brings up an UI from which one can, e.g. select l and l to export the .org file to latex format.
My question is:
Can one use elisp to fix the input to l and l programmatically in order to get the exported (latex) file without any keyboard interaction?
If so, what would the expression/command be?
This is with Emacs 26 under Ubuntu 20.04. I read this article but just don't know elisp enough to understand its workings.