Start an investigation into affiliated keyword behavior.

This commit is contained in:
Tom Alexander
2023-10-15 17:38:56 -04:00
parent 77ab636e6a
commit 1168ddb1fe
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Single instance
#+foo: *a*
#+begin_example
#+end_example
# Two instances
#+foo: *b*
#+foo: *c*
#+begin_example
#+end_example
# Single with optval
#+foo[*bar*]: *d*
#+begin_example
#+end_example
# Two with optval
#+foo[*bar*]: *e*
#+foo[*bar*]: *f*
#+begin_example
#+end_example