emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: discovering export (and other) keywords?


From: Max Nikulin
Subject: Re: discovering export (and other) keywords?
Date: Wed, 20 Jul 2022 23:02:37 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

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

[Prev in Thread] Current Thread [Next in Thread]