Nicolas Goaziou <n.goaz...@gmail.com> writes: > Hello, > > regcl <re...@channing.harvard.edu> writes: > >> So I am understanding from your answer that attribues only "modify" the >> next immediate "thing" in the .org document, and do not persist, so to >> speak. > > "things" are called "elements" in Org lingo and "attributes" are called > "affiliated keywords". So, yes, affiliated keywords apply to the element > right after them. > >> But I have discovered that it works to stack them up like this ... >> >> #+ATTR_HTML: :width 1000 >> #+ATTR_ODT: :width 15 :height 15 >> [[file:gnus.png]] >> >> ... so I am a little confused. >> >> Could you please clarify? > > Both keywords are affiliated keywords. There is only one element in this > example (a paragraph containing a single link). Affiliated keywords > apply to the next element, not the next affiliated keyword. > > For more information, see: > > http://orgmode.org/worg/dev/org-syntax.html > > or the comments at the beginning of "org-element.el". > > > Regards,
Thank you, this is helpful. May require a little study ;) best, regcl