From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hennig Subject: howto extend org-export-generic Date: Fri, 26 Jun 2009 16:30:46 +0200 Message-ID: <4A44DB96.9010306@freylax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKCSD-0006zE-TE for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 10:31:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKCS9-0006xE-7p for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 10:31:01 -0400 Received: from [199.232.76.173] (port=51761 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKCS8-0006x8-UU for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 10:30:56 -0400 Received: from subra.cognitec-systems.de ([217.18.180.202]:55308) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKCS8-0004lU-HL for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 10:30:56 -0400 Received: from localhost (localhost [127.0.0.1]) by subra.cognitec-systems.de (Postfix) with ESMTP id E929E9FB01 for ; Fri, 26 Jun 2009 16:30:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by subra.cognitec-systems.de (Postfix) with ESMTP id 278B89FB01 for ; Fri, 26 Jun 2009 16:30:47 +0200 (CEST) Received: from [192.168.203.20] (shaula.cognitec-systems.de [192.168.203.20]) by subra.cognitec-systems.de (Postfix) with ESMTP for ; Fri, 26 Jun 2009 16:30:46 +0200 (CEST) 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 Hello, I would like to make use of the org-export-generic library and stumbled over the use of the org-set-generic-type function. The implementation uses a set-alist function which is not defined at all. What is the proper way to activate the org-set-generic-type function? Kind regards, Robert Hennig