Mercurial > emacs
changeset 85937:0fb2af7d89ed
* textmodes/org.el (org-table-formula-substitute-names): Removed
forgotten temporary debugging code.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Tue, 06 Nov 2007 07:00:47 +0000 |
parents | 4c0be67f6314 |
children | d7e05ac913d8 |
files | lisp/textmodes/org.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/org.el Tue Nov 06 07:00:22 2007 +0000 +++ b/lisp/textmodes/org.el Tue Nov 06 07:00:47 2007 +0000 @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 5.13g +;; Version: 5.13i ;; ;; This file is part of GNU Emacs. ;; @@ -83,7 +83,7 @@ ;;; Version -(defconst org-version "5.13g" +(defconst org-version "5.13i" "The version number of the file org.el.") (defun org-version () (interactive) @@ -9780,7 +9780,6 @@ (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))