summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-07 15:18:47 +0200
committerBastien Guerry <bzg@altern.org>2011-07-07 15:18:47 +0200
commitc75aa036a2e2f276a2d98b7bfaf4288d1e71fc16 (patch)
tree84e3bf8c4e0611d34d62b2f864b98694e458fb49
parent468e38de90b3a712574c0f2e4399d4018d3fe913 (diff)
downloadorg-mode-c75aa036a2e2f276a2d98b7bfaf4288d1e71fc16.tar.gz
contrib/org-lparse.el and org-odt.el: cosmetic changes.
-rwxr-xr-xcontrib/lisp/org-lparse.el36
-rw-r--r--contrib/lisp/org-odt.el2
2 files changed, 19 insertions, 19 deletions
diff --git a/contrib/lisp/org-lparse.el b/contrib/lisp/org-lparse.el
index b37b683..cf65af4 100755
--- a/contrib/lisp/org-lparse.el
+++ b/contrib/lisp/org-lparse.el
@@ -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:
diff --git a/contrib/lisp/org-odt.el b/contrib/lisp/org-odt.el
index 3d28c60..5eda045 100644
--- a/contrib/lisp/org-odt.el
+++ b/contrib/lisp/org-odt.el
@@ -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>