From c75aa036a2e2f276a2d98b7bfaf4288d1e71fc16 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 7 Jul 2011 15:18:47 +0200 Subject: [PATCH] contrib/org-lparse.el and org-odt.el: cosmetic changes. --- contrib/lisp/org-lparse.el | 36 ++++++++++++++++++------------------ contrib/lisp/org-odt.el | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/contrib/lisp/org-lparse.el b/contrib/lisp/org-lparse.el index b37b68359..cf65af428 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 @@ -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 3d28c6055..5eda04513 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 ;; Author: Jambunathan K