From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-export-region-as-latex exports more than region Date: Thu, 7 Feb 2008 10:41:40 +0100 Message-ID: References: <479E2FE8.1070508@sharpleaf.org> <1654.1202342887@alphaville.zko.hp.com> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JN3GO-0001ZY-3R for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 04:41:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JN3GL-0001Ye-De for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 04:41:46 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JN3GK-0001YO-9f for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 04:41:45 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JN3GJ-0001lB-Rx for emacs-orgmode@gnu.org; Thu, 07 Feb 2008 04:41:44 -0500 Received: by ug-out-1314.google.com with SMTP id a2so662431ugf.48 for ; Thu, 07 Feb 2008 01:41:42 -0800 (PST) In-Reply-To: <1654.1202342887@alphaville.zko.hp.com> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org On Feb 7, 2008, at 1:08 AM, Nick Dokos wrote: > PS. Here is a suggestion so that org-version behaves like emacs- > version - > makes it easier to insert version strings in mail messages and bug > reports: > > (defun org-version (&optional here) > (interactive "P") > (let ((version (format "Org-mode version %s" org-version))) > (message version) > (if here > (insert version)))) Good suggestion, I will use this. Thanks. - Carsten