Release 5.12c
This commit is contained in:
parent
3fd4b3d069
commit
5bc7002517
13
ChangeLog
13
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>
|
||||
|
|
|
@ -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
6
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))
|
||||
|
|
BIN
orgcard.pdf
BIN
orgcard.pdf
Binary file not shown.
Loading…
Reference in New Issue