Max Nikulin writes: > This is related solely to docscring. > >> +that is not found, use the first #+ATTR_.*:width specification. > > I am unsure how to make this phrase more clear, maybe something like > "use :width value from the first #+ATTR_,*" or even "#+ATTR_xxx" to > avoid ".*". > >> + (re-search-forward (funcall attr-re "[a-z]*?") >> + par-end t)))) > > https://orgmode.org/worg/dev/org-syntax.html#Keywords > has no requirement that it may be letter only. I expect it to be more > coherent with > http://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/org-element.el#n2387 > that uses "\\S-" non-space character. Better? Matt