contrib/org-lparse.el and org-odt.el: cosmetic changes.

This commit is contained in:
Bastien Guerry 2011-07-07 15:18:47 +02:00
parent 468e38de90
commit c75aa036a2
2 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
;;; org-lparse.el --- Line-oriented exporter for Org-mode
;;; org-lparse.el --- Line-oriented parser-exporter for Org-mode
;; Copyright (C) 2010, 2011
;; Jambunathan <kjambunathan at gmail dot com>
@ -27,28 +27,28 @@
;;
;;; Commentary:
;;; `org-lparse' is the entry point for the generic line-oriented
;;; exporter. `org-do-lparse' is the genericized version of the
;;; original `org-export-as-html' routine.
;; `org-lparse' is the entry point for the generic line-oriented
;; exporter. `org-do-lparse' is the genericized version of the
;; original `org-export-as-html' routine.
;;; `org-lparse-native-backends' is a good starting point for
;;; exploring the generic exporter.
;; `org-lparse-native-backends' is a good starting point for
;; exploring the generic exporter.
;;; Following new interactive commands are provided by this library.
;;; `org-lparse', `org-lparse-and-open', `org-lparse-to-buffer'
;;; `org-replace-region-by', `org-lparse-region'.
;; Following new interactive commands are provided by this library.
;; `org-lparse', `org-lparse-and-open', `org-lparse-to-buffer'
;; `org-replace-region-by', `org-lparse-region'.
;;; Note that the above routines correspond to the following routines
;;; in the html exporter `org-export-as-html',
;;; `org-export-as-html-and-open', `org-export-as-html-to-buffer',
;;; `org-replace-region-by-html' and `org-export-region-as-html'.
;; Note that the above routines correspond to the following routines
;; in the html exporter `org-export-as-html',
;; `org-export-as-html-and-open', `org-export-as-html-to-buffer',
;; `org-replace-region-by-html' and `org-export-region-as-html'.
;;; The all new interactive command `org-export-convert' can be used
;;; to convert documents between various formats. Use this to
;;; command, for example, to convert odt file to doc or pdf format.
;; The all new interactive command `org-export-convert' can be used to
;; convert documents between various formats. Use this to command,
;; for example, to convert odt file to doc or pdf format.
;;; See README.org file that comes with this library for answers to
;;; FAQs and more information on using this library.
;; See README.org file that comes with this library for answers to
;; FAQs and more information on using this library.
;;; Code:

View File

@ -1,6 +1,6 @@
;;; org-odt.el --- OpenDocumentText export for Org-mode
;; Copyright (C) 2010-2011
;; Copyright (C) 2010, 2011
;; Jambunathan <kjambunathan at gmail dot com>
;; Author: Jambunathan K <kjambunathan at gmail dot com>