From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Confusion about attr_latex and new exporter Date: Tue, 19 Mar 2013 09:49:17 -0500 Message-ID: References: <87k3p4vvo9.fsf@gmail.com> <87ehfcvuyq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHxqt-0002ba-6r for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 10:49:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHxqo-0004kj-PF for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 10:49:23 -0400 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:63080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHxqo-0004kW-Gw for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 10:49:18 -0400 Received: by mail-la0-f42.google.com with SMTP id fe20so1082016lab.15 for ; Tue, 19 Mar 2013 07:49:17 -0700 (PDT) In-Reply-To: <87ehfcvuyq.fsf@gmail.com> 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: John Hendy , "Thomas S. Dye" , emacs-orgmode On Tue, Mar 19, 2013 at 12:07 AM, Aaron Ecay wrote: > Hi again, > > 2013ko martxoak 19an, Aaron Ecay-ek idatzi zuen: >> I=E2=80=99m sorry, that was a mistake. I sent a patch to the HTML backe= nd to >> enable this behavior, but forgot all about it. Then when I checked the >> code, it looked like the functionality was already there! I=E2=80=99ll = follow >> up with Bastien about the patch, and see what its status is... > > I was very confused when I wrote this. The patches I had in mind were > for a different issue. If > #+ATTR_HTML: :width 200 > ever worked for me, it was only because of me hacking org into a > chimeric state. I guess you should continue to use > #+ATTR_HTML: width=3D200 > or whatever the working incantation for HTML has traditionally been. > Thanks for the clarification, though regardless of the current state... what is the consensus on what it *should* be? The old lingo was: - #+attr_latex: width=3DXcm - #+attr_html: width=3D"Xpx" That made sense to me since that's how they appear in \blah[width=3DXcm]{file.png} or . With the move to :width value, I guess I'd rather see them work the same or have it be obviously backend-specific vs. having :width Xcm for LaTeX, and width=3D200 for html. At least make it identical to the actual backend syntax (quotes around the 200 for html) or in pure babel-esque language to unify (:width value, no quotes) for all. At least that's my thought from a user's perspective. Thanks! John > Sorry for the noise, > > -- > Aaron Ecay