Release 5.12c

This commit is contained in:
Carsten Dominik 2008-01-31 11:36:51 +01:00
parent 3fd4b3d069
commit 5bc7002517
5 changed files with 17 additions and 4 deletions

View File

@ -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>

View File

@ -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)

6
org.el
View File

@ -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))

BIN
org.pdf

Binary file not shown.

Binary file not shown.