From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: label and ref in latex export Date: Tue, 20 Jan 2009 00:56:43 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOzlo-0005s8-C1 for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 14:26:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOzlm-0005pD-4A for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 14:26:47 -0500 Received: from [199.232.76.173] (port=60885 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOzll-0005p0-Vl for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 14:26:46 -0500 Received: from ti-out-0910.google.com ([209.85.142.188]:28925) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOzll-0007Vj-II for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 14:26:45 -0500 Received: by ti-out-0910.google.com with SMTP id u5so2115681tia.10 for ; Mon, 19 Jan 2009 11:26:43 -0800 (PST) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode mailing list Hello, How do I refer to labels created for tables and figures in Org mode so it appears in LaTeX export? Currently I am using a BEGIN_LaTeX and END_LaTeX to enclose \ref like so. I am sure this is not how it was intended to be used but I couldn't locate anything in documentation. ,---- | Please see figure | #+BEGIN_LaTeX | \ref{fig:results} | #+END_LaTeX | | #+CAPTION: Business Transaction over Business Units | #+LABEL: fig:results | [[./xxxxx.png]] | #+ATTR_LaTeX: scale=0.7 `---- Thanks, -- Manish