From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raffi R Subject: Prefixing a function call with C-digit Date: Tue, 8 Sep 2009 14:14:46 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ml5Dl-0003BJ-V5 for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 14:15:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ml5Dh-0003B7-1u for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 14:15:13 -0400 Received: from [199.232.76.173] (port=36456 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ml5Dg-0003B4-Ua for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 14:15:08 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:32977) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ml5Dg-0003jM-Lg for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 14:15:08 -0400 Received: by ewy7 with SMTP id 7so1649913ewy.31 for ; Tue, 08 Sep 2009 11:15:07 -0700 (PDT) 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 Dear org users, I'd like to write some advice or a wrapper function for org-export such that it defaults to a heading level of 0. In org-mode normally, I can get this behaviour by pressing C-0 C-x C-e. Looking at org.el suggested that I should be able to simply provide the 0 as an argument, i.e. using (org-export 0). However, org-export seems to ignore that 0. Thank you very much, - Raffi.