From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: org-export-region-as-latex exports more than region Date: Mon, 28 Jan 2008 11:41:28 -0800 Message-ID: <479E2FE8.1070508@sharpleaf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJZrQ-0007Bx-Qb for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 14:41:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJZrO-0007B5-Um for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 14:41:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJZrO-0007Am-Cr for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 14:41:38 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJZrO-0007bx-9L for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 14:41:38 -0500 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 81AD28D197 for ; Mon, 28 Jan 2008 14:41:34 -0500 (EST) Received: from [192.168.1.103] (user-0c2i937.cable.earthlink.net [24.41.36.103]) by mail.messagingengine.com (Postfix) with ESMTP id 20A1D218B1 for ; Mon, 28 Jan 2008 14:41:33 -0500 (EST) 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@gnu.org Tables are one of the handiest org mode features, especially since I can export them into latex. But there's a small bug: If I select a single table in an org file, and then type: M-x org-export-region-as-latex org mode exports all tables in that file, plus some miscellaneous headlines. Scott