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

View File

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