You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
organic/notes/affiliated_keyword_investig.../analysis.org

1.6 KiB

Elisp Structure

Keyword Single Double Single Optval Double Optval
CAPTION objtree objtree objtree objtree
DATA quoted(:name) quoted(:name) - -
HEADER list(quoted) list(quoted) - -
NAME quoted(:name) quoted(:name) - -
PLOT quoted(:plot) quoted(:plot) - -
RESULTS optional pair optional pair optional pair optional pair

types

objtree

Outer list: 1 per keyword next list: first entry = list of objects for value. remaining entries = optval

list(quoted)

List of quoted strings, 1 per keyword

quoted(NAME)

Quoted string under the NAME property (for example quoted(:name))

optional pair

When optval is supplied this is an alist with the field value being the real value and the 3nd value being the optval.

  ("*f*" . "*bar*")

When optval is not supplied this is a list containing a single string of the last occurrence of this keyword.

  ("*c*")

Default settings

  org-element-dual-keywords ("CAPTION" "RESULTS")
  org-element-parsed-keywords ("CAPTION")
  org-element-multiple-keywords ("CAPTION" "HEADER")
  org-babel-results-keyword "RESULTS"

Analysis

We don't have an example of a parsed non-dual keyword

Looks like multiple triggers list 1 per keyword

dual triggers support for optval

parsed triggers objects