From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Subject: Some commands are not exported to LaTeX Date: Sat, 26 Nov 2011 22:11:05 -0600 Message-ID: <87wram6w86.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUW58-0007IP-RP for emacs-orgmode@gnu.org; Sat, 26 Nov 2011 23:11:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RUW57-00032n-Oz for emacs-orgmode@gnu.org; Sat, 26 Nov 2011 23:11:10 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:40735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUW57-00032h-La for emacs-orgmode@gnu.org; Sat, 26 Nov 2011 23:11:09 -0500 Received: by ghrr17 with SMTP id r17so5286166ghr.0 for ; Sat, 26 Nov 2011 20:11:09 -0800 (PST) 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: emacs-orgmode@gnu.org With Emacs 23.3.1 in Ubuntu 11.10, and recent org (Org-mode version 7.7 (release_7.7.601.g55e4d), loaded after emacs -Q), consider the following file. When exporting to LaTeX, the rows starting with #+attr_html, #attr_latex, #+caption, do not appear. Both html and odt export are fine. #+TITLE: Hello, World * An org mode code example #+begin_src org ,#+title: Hello ,* This is an example ,#+attr_html: width="50%" ,#+attr_latex: height=0.5\textheight ,#+attr_odt: (:scale 0.5) ,#+caption: A caption ,[[file:figure.jpg]] #+end_src