Browse Source

Release 5.13i

Carsten Dominik 17 năm trước cách đây
mục cha
commit
77c28e7c9d
4 tập tin đã thay đổi với 22 bổ sung3 xóa
  1. 20 0
      ChangeLog
  2. 2 3
      org.el
  3. BIN
      org.pdf
  4. BIN
      orgcard.pdf

+ 20 - 0
ChangeLog

@@ -1,8 +1,28 @@
+2007-11-02  Carsten Dominik  <dominik@science.uva.nl>
+
+	* org.el (org-columns-compute, org-column-number-to-string)
+	(org-columns-uncompile-format, org-columns-compile-format)
+	(org-columns-compile-format): Handle printf format specifier.
+	(org-columns-new, org-column-number-to-string)
+	(org-columns-uncompile-format, org-columns-compile-format):
+	Support for new currency summary type.
+
+2007-10-30  Carsten Dominik  <dominik@science.uva.nl>
+
+	* org.el (org-format-org-table-html): Use lower-case for <col>
+	tag.
+
+2007-10-28  Carsten Dominik  <dominik@science.uva.nl>
+
+	* org.el (org-agenda-execute): New command.
+	(org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
+
 2007-10-26  Carsten Dominik  <dominik@science.uva.nl>
 
 	* org.el (org-select-remember-template): New function.
 	(org-remember-apply-template): Use
 	`org-select-remember-template'.
+	(org-go-to-remember-target): New function.
 
 -----------------------------------------------------------------------
 

+ 2 - 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.13h
+;; Version: 5.13i
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -83,7 +83,7 @@
 
 ;;; Version
 
-(defconst org-version "5.13h"
+(defconst org-version "5.13i"
   "The version number of the file org.el.")
 (defun org-version ()
   (interactive)
@@ -9780,7 +9780,6 @@ With prefix arg ALL, do this for all lines in the table."
 
 (defun org-table-formula-substitute-names (f)
   "Replace $const with values in string F."
-  (message "form %s" f) (sit-for 1)
   (let ((start 0) a (f1 f) (pp (/= (string-to-char f) ?')))
     ;; First, check for column names
     (while (setq start (string-match org-table-column-name-regexp f start))

BIN
org.pdf


BIN
orgcard.pdf