From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: LaTeX export Date: Fri, 30 Dec 2011 19:35:32 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rgmv8-0001W1-5u for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 19:35:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rgmv7-0002Xt-3R for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 19:35:34 -0500 Received: from mail-vw0-f41.google.com ([209.85.212.41]:36837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rgmv6-0002Xn-V5 for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 19:35:33 -0500 Received: by vbbfn1 with SMTP id fn1so13256440vbb.0 for ; Fri, 30 Dec 2011 16:35:32 -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 Hi there, I'm wondering if there is a way to export ONLY the LaTeX code within "#+begin_latex" and "#+end_latex". I want the exact literal export without adding anything before and after my code. The result should be exactly the same as if I have copied the block between "#+begin_latex" and "#+end_latex" and pasted to a new buffer. Thanks, York