From 0ee4410452243740fe83d9515cf745c72dc83526 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 23 Sep 2008 08:13:32 +0200 Subject: [PATCH] Minor fixes. --- contrib/lisp/org-checklist.el | 7 ++++--- lisp/org-list.el | 7 +------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/contrib/lisp/org-checklist.el b/contrib/lisp/org-checklist.el index a77bbc0fb..9661b5338 100644 --- a/contrib/lisp/org-checklist.el +++ b/contrib/lisp/org-checklist.el @@ -1,7 +1,7 @@ ;;; org-checklist.el --- org functions for checklist handling -;; + ;; Copyright (C) 2008 James TD Smith -;; + ;; Author: James TD Smith (@ ahktenzero (. mohorovi cc)) ;; Version: 1.0 ;; Keywords: org, checklists @@ -19,8 +19,9 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program; if not, write to the Free Software ;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -;; + ;;; Commentary: + ;; This file provides some functions for handing repeated tasks which involve ;; checking off a list of items. By setting the RESET_CHECK_BOXES property in an ;; item, when the TODO state is set to done all checkboxes under that item are diff --git a/lisp/org-list.el b/lisp/org-list.el index 69e011f90..4b4939ae6 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -805,12 +805,7 @@ Assumes cursor in item line." (list ind ind-up ind-down))) - - - - - - +;;; Send and receive lists (defun org-list-parse-list (&optional delete) "Parse the list at point and maybe DELETE it.