From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremie Juste Subject: =?UTF-8?B?UmU6IG5vIG1vcmUgdGlreiAtPiBwbmcgZ8OpbsOpcmF0aW9uIGR1?= =?UTF-8?B?cmluZyBIVE1MIGV4cG9ydA==?= Date: Sun, 14 Oct 2018 15:37:15 +0200 Message-ID: <87a7ngr6no.fsf@gmail.com> References: <87y3b3wduo.fsf@univ-amu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBgaN-0003HG-3L for emacs-orgmode@gnu.org; Sun, 14 Oct 2018 09:37:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBgaI-0001N5-3s for emacs-orgmode@gnu.org; Sun, 14 Oct 2018 09:37:35 -0400 Received: from mail-wr1-x429.google.com ([2a00:1450:4864:20::429]:37063) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gBgaH-00018O-SH for emacs-orgmode@gnu.org; Sun, 14 Oct 2018 09:37:30 -0400 Received: by mail-wr1-x429.google.com with SMTP id y11-v6so18178063wrd.4 for ; Sun, 14 Oct 2018 06:37:18 -0700 (PDT) In-Reply-To: <87y3b3wduo.fsf@univ-amu.fr> (=?utf-8?Q?=22=C3=89ric_W=C3=BCr?= =?utf-8?Q?bel=22's?= message of "Fri, 12 Oct 2018 14:26:07 +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" To: =?utf-8?B?w4lyaWMgV8O8cmJlbA==?= Cc: emacs-orgmode@gnu.org Hello, I can reproduce your error but a setting without #+BEGIN_SRC #+END_SRC seems to work. It not a fix just a way around the problem. Hope it helps, Jeremie #+TITLE: Test d'export tikz qui ne marche plus #+DATE: <2015-11-10 mar.> #+LANGUAGE: fr #+OPTIONS: toc:1 num:1 #+LATEX_HEADER: \usepackage[utf8]{inputenc} #+LATEX_HEADER: \usepackage[T1]{fontenc} #+LATEX_HEADER: \usepackage{lmodern}=20 #+LATEX_HEADER: \usepackage{tikz}=20 #+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t tex:image= magick title:nil author:nil date:nil * R=C3=A9capitulatif \usetikzlibrary{trees} \begin{tikzpicture}[thick,level 1/.style =3D{sibling distance=3D30mm},% level 2/.style=3D{sibling distance=3D25mm},% level 3/.style=3D{sibling distance=3D10mm}] \node {racine-par-defaut} [edge from parent fork down] child { node {haute-par-defaut} child { node {rubrique1} child { node {a}} child { node {b}} child { node {c}} } child { node {rubrique2} child { node {d}} child { node {e}} child { node {f}} } child { node {private}} } child { node {site1}} child { node {site2} child { node {zone protegee}} } ;=20=20 \end{tikzpicture} \begin{tikzpicture}[ grow=3D0, nodes=3D{draw}, sibling distance=3D0.6cm, ->] \node{n=3D0} child { node {G}=20 child { node {G} } child { node {P} } child { node {D} } child [missing] child [missing] } child [missing] child [missing] child { node {P}=20 child { node {G} } child { node {P} } child { node {D} } child [missing] child [missing] } child [missing] child [missing] child {node {D}=20 child { node {G} } child { node {P} } child { node {D} } child [missing] child [missing] }; \end{tikzpicture}