From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: new exporter and latex attributes Date: Tue, 21 Aug 2012 15:04:55 +0200 Message-ID: <87628cqtu0.fsf@altern.org> References: <20120820212833.GB66157@BigDog.local> <87y5l9cgym.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3o8N-0006RC-Vp for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 09:04:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3o8I-0002mD-9D for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 09:04:39 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:41502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3o8I-0002m4-2r for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 09:04:34 -0400 Received: by wgbez12 with SMTP id ez12so5266400wgb.30 for ; Tue, 21 Aug 2012 06:04:33 -0700 (PDT) In-Reply-To: <87y5l9cgym.fsf@gmail.com> (Nicolas Goaziou's message of "Tue, 21 Aug 2012 00:54:25 +0200") 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, schulte eric Hi Nicolas, Nicolas Goaziou writes: > Use something like the following. There is still a bug here. I've encountered it many times. > * Test width attribute > #+NAME: graph > #+begin_src dot :file t.png > digraph g { a -> b } > #+end_src > > #+ATTR_LATEX: width=3in > #+RESULTS: graph > [[file:t.png]] When reevaluating the source block with C-c C-c, the #+ATTR_LATEX will be deleted. Can you or Eric look for a way to fix this? I see no reason why #+ATTR_LATEX should be deleted... -- Bastien