From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: controling width of graphviz source block result Date: Sat, 22 Feb 2014 09:45:18 +0100 Message-ID: <87d2if1qox.fsf@gmail.com> References: <87fvncpfrb.fsf@channing.harvard.edu> <87lhx41ipa.fsf@gmail.com> <87zjlkns3m.fsf@channing.harvard.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WH8Ck-0002mU-IB for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 03:45:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WH8Cf-0005sm-Pu for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 03:45:02 -0500 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:45977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WH8Cf-0005se-IH for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 03:44:57 -0500 Received: by mail-we0-f176.google.com with SMTP id q58so3178068wes.21 for ; Sat, 22 Feb 2014 00:44:56 -0800 (PST) In-Reply-To: <87zjlkns3m.fsf@channing.harvard.edu> (regcl@channing.harvard.edu's message of "Fri, 21 Feb 2014 15:11:41 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: regcl Cc: emacs-orgmode@gnu.org Hello, regcl 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, -- Nicolas Goaziou