From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: [new exporter] no \caption and \label upon export of #+BEGIN_LATEX block Date: Sat, 10 Nov 2012 22:02:14 +0000 Message-ID: <87haoxqfq1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXJ86-0005ou-5E for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 17:02:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXJ83-0007oY-34 for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 17:02:18 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:63196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXJ82-0007oE-T3 for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 17:02:15 -0500 Received: by mail-wi0-f169.google.com with SMTP id hq4so1315564wib.0 for ; Sat, 10 Nov 2012 14:02:13 -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 Hello, I'd like to use a tikz snippet in a few different documents and it would be convenient to be able to include it in a latex document like so: #+CAPTION: a fine figure #+NAME: figure:fine_figure #+ATTR_LaTeX: width=5cm #+BEGIN_LATEX \input{/home/myles/tex/tikz_figure.tex} #+END_LATEX What is exported is just the \input line, with no \label or \caption, i.e.: \input{/home/myles/tex/tikz_figure.tex} I believe this was possible with current (old) exporter, based on this thread: http://lists.gnu.org/archive/html/emacs-orgmode/2012-10/msg00267.html Is it currently possible or could it be added please? On second thoughts, perhaps another way to do it would be to have a source block make the tikz graphic as a standalone pdf/eps and then insert it as a link to the file. The disadvantage of that would be that the tikz .tex file would need to be expanded to have it's own \begin/end{document} and would loose some flexibility. Any thoughts on that route? Thanks, Myles Org-mode version 7.9.2 (release_7.9.2-571-g359891 @ /home/myles/.emacs.d/plugins/org-mode/lisp/)