From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Nitpick: Exporting/publishing to org in the same directory gives file.org-source instead of file-source.org Date: Thu, 30 Jul 2009 16:09:13 -0700 Message-ID: <20090730230912.GE16379@hplhtang> Reply-To: Hsiu-Khuern Tang 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 1MWekd-0003Nm-Bx for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 19:09:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWekY-0003I3-C2 for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 19:09:30 -0400 Received: from [199.232.76.173] (port=36073 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWekY-0003Hx-71 for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 19:09:26 -0400 Received: from gundega.hpl.hp.com ([192.6.19.190]:52335) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWekU-0005Wx-Fm for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 19:09:25 -0400 Received: from mailhub-pa1.hpl.hp.com (mailhub-pa1.hpl.hp.com [15.25.115.25]) by gundega.hpl.hp.com (8.14.3/8.14.1/HPL-PA Relay) with ESMTP id n6UN9Cwh019242 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 30 Jul 2009 16:09:12 -0700 (PDT) Received: from hplhtang.hpl.hp.com (hplhtang.hpl.hp.com [15.4.92.39]) by mailhub-pa1.hpl.hp.com (8.14.3/8.14.3/HPL-PA Hub) with ESMTP id n6UN9CE2028462 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 30 Jul 2009 16:09:12 -0700 Received: from htang by hplhtang.hpl.hp.com with local (Exim 4.69) (envelope-from ) id 1MWekL-0007qZ-Li for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 16:09:13 -0700 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@gnu.org" Hi all, The footnote at the bottom of section 13.1.4 ("Publishing action") of the Org manual says that publishing org files to the same directory using org-publish-org-to-org results in files named like file-source.org. It actually results in file.org-source, which is not as nice. I believe the problem is in the org-export-as-org function in org-exp.el. -- Best, Hsiu-Khuern.