浏览代码

Release 5.12c

Carsten Dominik 17 年之前
父节点
当前提交
5bc7002517
共有 5 个文件被更改,包括 17 次插入4 次删除
  1. 13 0
      ChangeLog
  2. 1 1
      org-install.el
  3. 3 3
      org.el
  4. 二进制
      org.pdf
  5. 二进制
      orgcard.pdf

+ 13 - 0
ChangeLog

@@ -1,5 +1,18 @@
 2007-10-12  Carsten Dominik  <dominik@science.uva.nl>
 
+	* org.el (org-sort-entries): Rewrite using `sort-subr'.
+	(org-set-property): More appropriate completion during
+	interactive use.
+	(org-sort-entries): Allow sorting by property.
+	(org-additional-option-like-keywords): Added more values.
+
+----------------------------------------------------------------------
+
+installed as 5.12
+
+2007-10-12  Carsten Dominik  <dominik@science.uva.nl>
+
+
 	* org.texi: Small fixes.
 
 2007-10-11  Carsten Dominik  <dominik@science.uva.nl>

+ 1 - 1
org-install.el

@@ -53,7 +53,7 @@
 (autoload 'org-publish-all "org-publish" "Publish all projects." t)
 
 ;; org-toc.el
-(autoload 'org-show-toc "org-toc" "Create and display a table of contents" t)
+(autoload 'org-toc-show "org-toc" "Create and display a table of contents" t)
  
 (provide 'org-install)
 

+ 3 - 3
org.el

@@ -5,7 +5,7 @@
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Homepage: http://orgmode.org
-;; Version: 5.12a
+;; Version: 5.12c
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -83,7 +83,7 @@
 
 ;;; Version
 
-(defconst org-version "5.12a"
+(defconst org-version "5.12c"
   "The version number of the file org.el.")
 (defun org-version ()
   (interactive)
@@ -13595,7 +13595,7 @@ The auto-repeater uses this.")
 				"")))))
       (if lines (setq note (concat note " \\\\")))
       (push note lines))
-    (when (or current-prefix-arg org-note-abort (setq lines nil)))
+    (when (or current-prefix-arg org-note-abort) (setq lines nil))
     (when lines
       (save-excursion
 	(set-buffer (marker-buffer org-log-note-marker))

二进制
org.pdf


二进制
orgcard.pdf