From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Bug: org-replace-region-by-latex Date: Sat, 25 Apr 2009 20:49:47 -0500 Message-ID: <871vrgmbes.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxtVC-0005xs-TG for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 21:49:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxtV8-0005tl-55 for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 21:49:54 -0400 Received: from [199.232.76.173] (port=35905 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxtV8-0005ti-0w for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 21:49:50 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:37389) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LxtV7-0006JY-PF for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 21:49:49 -0400 Received: from crunchbang (unknown [96.248.144.226]) by mail.messagingengine.com (Postfix) with ESMTPSA id B4EA726F34 for ; Sat, 25 Apr 2009 21:49:48 -0400 (EDT) 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: Org Mode Mailing List When I select a region and invoke org-replace-region-by-latex, the region is removed, but no latex output is put in its place. In other words, the region is simply deleted. Strangely, if I select multiple headlines, they are converted to latex. But if I select only text underneath a headline, it is not replaced. Can anyone else confirm this behavior? Thanks, Matt