On 18/07/2022 19:10, kevinbanjo wrote:

Also, for various elements (e.g. begin_src emacs-lisp, begin_export html, etc...) how do I discover what the acceptable keywords are, preferably without only having to go thru the manual pages?

For source blocks you may try `org-babel-view-src-block-info' (C-c C-v I, C-c C-v TAB).

org-contrib has org-eldoc.el that displays values of some header arguments when cursor is on a #+begin_src line. The code uses
    (nth 2 (org-babel-get-src-block-info 'light))


Reply via email to