Mercurial > emacs
diff lisp/org/org-table.el @ 99386:e9a50f67e0c7
* org.el (org-columns-modify-value-for-display-function):
* org-table.el (org-table-convert-region): Fix typos in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Nov 2008 17:33:50 +0000 |
parents | 8fa7ef477c04 |
children | e3acb52d33e1 |
line wrap: on
line diff
--- a/lisp/org/org-table.el Tue Nov 04 17:11:58 2008 +0000 +++ b/lisp/org/org-table.el Tue Nov 04 17:33:50 2008 +0000 @@ -379,7 +379,7 @@ separator in the following way: - when each line contains a TAB, assume TAB-separated material - when each line contains a comme, assume CSV material - - else, assume one or more SPACE charcters as separator." + - else, assume one or more SPACE characters as separator." (interactive "rP") (let* ((beg (min beg0 end0)) (end (max beg0 end0)) @@ -3490,7 +3490,7 @@ (self-insert-command N)) (setq org-table-may-need-update t) (let (orgtbl-mode a) - (call-interactively + (call-interactively (key-binding (or (and (listp function-key-map) (setq a (assoc last-input-event function-key-map)) @@ -3569,7 +3569,7 @@ (unless txt (unless (org-at-table-p) (error "No table at point"))) - (let* ((txt (or txt + (let* ((txt (or txt (buffer-substring-no-properties (org-table-begin) (org-table-end)))) (lines (org-split-string txt "[ \t]*\n[ \t]*")))