From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: [BUG] org-org-export-as-org is missing a "body-only" argument Date: Fri, 23 Aug 2013 02:19:16 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCf6H-0006w5-QC for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 20:19:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCf6H-0003fO-49 for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 20:19:37 -0400 Received: from mail-vc0-x229.google.com ([2607:f8b0:400c:c03::229]:34466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCf6H-0003fH-0c for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 20:19:37 -0400 Received: by mail-vc0-f169.google.com with SMTP id ib11so1537885vcb.28 for ; Thu, 22 Aug 2013 17:19:36 -0700 (PDT) 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 As title says, the function =org-org-export-as-org= from ox-org.el is missing a "body-only" argument. This absence messes up the call to org-export-to-buffer. Cheers, --- Nicolas