Initial Commit
[packages] / xemacs-packages / hyperbole / kotl / kexport.el
1 ;;; kexport.el --- Convert koutlines to other textual formats
2
3 ;; Copyright (C) 2007 Free Software Foundation, Inc.
4
5 ;; Author:
6 ;; Maintainer: Mats Lidell <matsl@contactor.se>
7 ;; Keywords: data, outlines, wp
8
9 ;; This file is part of GNU Hyperbole.
10
11 ;; GNU Hyperbole is free software; you can redistribute it and/or
12 ;; modify it under the terms of the GNU General Public License as
13 ;; published by the Free Software Foundation; either version 3, or (at
14 ;; your option) any later version.
15
16 ;; GNU Hyperbole is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19 ;; General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02110-1301, USA.
25
26 ;;; Commentary: Not implemented (yet!?). Initialized as empty so that
27 ;;; it doesn't have to go to the attic.
28
29 (error "Export of koutline is not supported in this version yet")
30
31 ;;; Code:
32
33 ;;;
34 ;;; Other required Elisp libraries
35 ;;;
36
37 ;;;
38 ;;; Public functions
39 ;;;
40
41 ;;;
42 ;;; Private functions
43 ;;;
44
45 ;;; (provide 'kexport)