1 ;;; org-table.el --- The table editor for Org-mode
3 ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
4 ;; Free Software Foundation, Inc.
6 ;; Author: Carsten Dominik <carsten at orgmode dot org>
7 ;; Keywords: outlines, hypermedia, calendar, wp
8 ;; Homepage: http://orgmode.org
11 ;; This file is part of GNU Emacs.
13 ;; GNU Emacs is free software: you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation, either version 3 of the License, or
16 ;; (at your option) any later version.
18 ;; GNU Emacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU General Public License for more details.
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
29 ;; This file contains the table editor and spreadsheet for Org-mode.
31 ;; Watch out: Here we are talking about two different kind of tables.
32 ;; Most of the code is for the tables created with the Org-mode table editor.
33 ;; Sometimes, we talk about tables created and edited with the table.el
34 ;; Emacs package. We call the former org-type tables, and the latter
35 ;; table.el-type tables.
43 (declare-function org-table-clean-before-export
"org-exp"
44 (lines &optional maybe-quoted
))
45 (declare-function org-format-org-table-html
"org-exp" (lines &optional splice
))
46 (defvar orgtbl-mode
) ; defined below
47 (defvar orgtbl-mode-menu
) ; defined when orgtbl mode get initialized
48 (defvar org-export-html-table-tag
) ; defined in org-exp.el
49 (defvar constants-unit-system
)
51 (defcustom orgtbl-optimized
(eq org-enable-table-editor
'optimized
)
52 "Non-nil means, use the optimized table editor version for `orgtbl-mode'.
53 In the optimized version, the table editor takes over all simple keys that
54 normally just insert a character. In tables, the characters are inserted
55 in a way to minimize disturbing the table structure (i.e. in overwrite mode
56 for empty fields). Outside tables, the correct binding of the keys is
59 The default for this option is t if the optimized version is also used in
60 Org-mode. See the variable `org-enable-table-editor' for details. Changing
61 this variable requires a restart of Emacs to become effective."
65 (defcustom orgtbl-radio-table-templates
66 '((latex-mode "% BEGIN RECEIVE ORGTBL %n
67 % END RECEIVE ORGTBL %n
69 #+ORGTBL: SEND %n orgtbl-to-latex :splice nil :skip 0
72 (texinfo-mode "@c BEGIN RECEIVE ORGTBL %n
73 @c END RECEIVE ORGTBL %n
75 #+ORGTBL: SEND %n orgtbl-to-html :splice nil :skip 0
78 (html-mode "<!-- BEGIN RECEIVE ORGTBL %n -->
79 <!-- END RECEIVE ORGTBL %n -->
81 #+ORGTBL: SEND %n orgtbl-to-html :splice nil :skip 0
84 "Templates for radio tables in different major modes.
85 All occurrences of %n in a template will be replaced with the name of the
86 table, obtained by prompting the user."
89 (list (symbol :tag
"Major mode")
90 (string :tag
"Format"))))
92 (defgroup org-table-settings nil
93 "Settings for tables in Org-mode."
94 :tag
"Org Table Settings"
97 (defcustom org-table-default-size
"5x2"
98 "The default size for newly created tables, Columns x Rows."
99 :group
'org-table-settings
102 (defcustom org-table-number-regexp
103 "^\\([<>]?[-+^.0-9]*[0-9][-+^.0-9eEdDx()%:]*\\|\\(0[xX]\\)[0-9a-fA-F]+\\|nan\\)$"
104 "Regular expression for recognizing numbers in table columns.
105 If a table column contains mostly numbers, it will be aligned to the
106 right. If not, it will be aligned to the left.
108 The default value of this option is a regular expression which allows
109 anything which looks remotely like a number as used in scientific
110 context. For example, all of the following will be considered a
112 12 12.2 2.4e-08 2x10^12 4.034+-0.02 2.7(10) >3.5
114 Other options offered by the customize interface are more restrictive."
115 :group
'org-table-settings
117 (const :tag
"Positive Integers"
119 (const :tag
"Integers"
121 (const :tag
"Floating Point Numbers"
122 "^[-+]?\\([0-9]*\\.[0-9]+\\|[0-9]+\\.[0-9]*\\)$")
123 (const :tag
"Floating Point Number or Integer"
124 "^[-+]?\\([0-9]*\\.[0-9]+\\|[0-9]+\\.?[0-9]*\\)$")
125 (const :tag
"Exponential, Floating point, Integer"
126 "^[-+]?[0-9.]+\\([eEdD][-+0-9]+\\)?$")
127 (const :tag
"Very General Number-Like, including hex"
128 "^\\([<>]?[-+^.0-9]*[0-9][-+^.0-9eEdDx()%]*\\|\\(0[xX]\\)[0-9a-fA-F]+\\|nan\\)$")
129 (string :tag
"Regexp:")))
131 (defcustom org-table-number-fraction
0.5
132 "Fraction of numbers in a column required to make the column align right.
133 In a column all non-white fields are considered. If at least this
134 fraction of fields is matched by `org-table-number-fraction',
135 alignment to the right border applies."
136 :group
'org-table-settings
139 (defgroup org-table-editing nil
140 "Behavior of tables during editing in Org-mode."
141 :tag
"Org Table Editing"
144 (defcustom org-table-automatic-realign t
145 "Non-nil means, automatically re-align table when pressing TAB or RETURN.
146 When nil, aligning is only done with \\[org-table-align], or after column
148 :group
'org-table-editing
151 (defcustom org-table-auto-blank-field t
152 "Non-nil means, automatically blank table field when starting to type into it.
153 This only happens when typing immediately after a field motion
154 command (TAB, S-TAB or RET).
155 Only relevant when `org-enable-table-editor' is equal to `optimized'."
156 :group
'org-table-editing
159 (defcustom org-table-tab-jumps-over-hlines t
160 "Non-nil means, tab in the last column of a table with jump over a hline.
161 If a horizontal separator line is following the current line,
162 `org-table-next-field' can either create a new row before that line, or jump
163 over the line. When this option is nil, a new line will be created before
165 :group
'org-table-editing
168 (defgroup org-table-calculation nil
169 "Options concerning tables in Org-mode."
170 :tag
"Org Table Calculation"
173 (defcustom org-table-use-standard-references t
174 "Should org-mode work with table references like B3 instead of @3$2?
177 from accept as input, do not present for editing
178 t: accept as input and present for editing"
179 :group
'org-table-calculation
181 (const :tag
"Never, don't even check user input for them" nil
)
182 (const :tag
"Always, both as user input, and when editing" t
)
183 (const :tag
"Convert user input, don't offer during editing" 'from
)))
185 (defcustom org-table-copy-increment t
186 "Non-nil means, increment when copying current field with \\[org-table-copy-down]."
187 :group
'org-table-calculation
190 (defcustom org-calc-default-modes
191 '(calc-internal-prec 12
192 calc-float-format
(float 8)
195 calc-symbolic-mode nil
196 calc-date-format
(YYYY "-" MM
"-" DD
" " Www
(" " hh
":" mm
))
197 calc-display-working-message t
199 "List with Calc mode settings for use in calc-eval for table formulas.
200 The list must contain alternating symbols (Calc modes variables and values).
201 Don't remove any of the default settings, just change the values. Org-mode
202 relies on the variables to be present in the list."
203 :group
'org-table-calculation
206 (defcustom org-table-formula-evaluate-inline t
207 "Non-nil means, TAB and RET evaluate a formula in current table field.
208 If the current field starts with an equal sign, it is assumed to be a formula
209 which should be evaluated as described in the manual and in the documentation
210 string of the command `org-table-eval-formula'. This feature requires the
212 When this variable is nil, formula calculation is only available through
213 the command \\[org-table-eval-formula]."
214 :group
'org-table-calculation
217 (defcustom org-table-formula-use-constants t
218 "Non-nil means, interpret constants in formulas in tables.
219 A constant looks like `$c' or `$Grav' and will be replaced before evaluation
220 by the value given in `org-table-formula-constants', or by a value obtained
221 from the `constants.el' package."
222 :group
'org-table-calculation
225 (defcustom org-table-formula-constants nil
226 "Alist with constant names and values, for use in table formulas.
227 The car of each element is a name of a constant, without the `$' before it.
228 The cdr is the value as a string. For example, if you'd like to use the
229 speed of light in a formula, you would configure
231 (setq org-table-formula-constants '((\"c\" . \"299792458.\")))
233 and then use it in an equation like `$1*$c'.
235 Constants can also be defined on a per-file basis using a line like
237 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6"
238 :group
'org-table-calculation
240 (cons (string :tag
"name")
241 (string :tag
"value"))))
243 (defcustom org-table-allow-automatic-line-recalculation t
244 "Non-nil means, lines marked with |#| or |*| will be recomputed automatically.
245 Automatically means, when TAB or RET or C-c C-c are pressed in the line."
246 :group
'org-table-calculation
249 (defcustom org-table-error-on-row-ref-crossing-hline t
250 "OBSOLETE VARIABLE, please see `org-table-relative-ref-may-cross-hline'."
254 (defcustom org-table-relative-ref-may-cross-hline t
255 "Non-nil means, reltive formula references may cross hlines.
256 Here are the allowed values:
258 nil Relative references may not cross hlines. They will reference the
259 field next to the hline instead. Coming from below, the reference
260 will be to the field below the hline. Coming from above, it will be
262 t Relative references may cros hlines.
263 error An attempt to cross a hline will throw an error.
265 It is probably good to never set this variable to nil, for the sake of
266 portability of tables."
267 :group
'org-table-calculation
269 (const :tag
"Allow to cross" t
)
270 (const :tag
"Stick to hline" nil
)
271 (const :tag
"Error on attempt to cross" error
)))
273 (defgroup org-table-import-export nil
274 "Options concerning table import and export in Org-mode."
275 :tag
"Org Table Import Export"
278 (defcustom org-table-export-default-format
"orgtbl-to-tsv"
279 "Default export parameters for org-table-export. These can be
280 overridden on for a specific table by setting the TABLE_EXPORT_FORMAT
281 property. See the manual section on orgtbl radio tables for the different
282 export transformations and available parameters."
283 :group
'org-table-import-export
286 (defconst org-table-auto-recalculate-regexp
"^[ \t]*| *# *\\(|\\|$\\)"
287 "Detects a table line marked for automatic recalculation.")
288 (defconst org-table-recalculate-regexp
"^[ \t]*| *[#*] *\\(|\\|$\\)"
289 "Detects a table line marked for automatic recalculation.")
290 (defconst org-table-calculate-mark-regexp
"^[ \t]*| *[!$^_#*] *\\(|\\|$\\)"
291 "Detects a table line marked for automatic recalculation.")
292 (defconst org-table-border-regexp
"^[ \t]*[^| \t]"
293 "Searching from within a table (any type) this finds the first line
295 (defvar org-table-last-highlighted-reference nil
)
296 (defvar org-table-formula-history nil
)
298 (defvar org-table-column-names nil
299 "Alist with column names, derived from the `!' line.")
300 (defvar org-table-column-name-regexp nil
301 "Regular expression matching the current column names.")
302 (defvar org-table-local-parameters nil
303 "Alist with parameter names, derived from the `$' line.")
304 (defvar org-table-named-field-locations nil
305 "Alist with locations of named fields.")
307 (defvar org-table-current-line-types nil
308 "Table row types, non-nil only for the duration of a comand.")
309 (defvar org-table-current-begin-line nil
310 "Table begin line, non-nil only for the duration of a comand.")
311 (defvar org-table-current-begin-pos nil
312 "Table begin position, non-nil only for the duration of a comand.")
313 (defvar org-table-dlines nil
314 "Vector of data line line numbers in the current table.")
315 (defvar org-table-hlines nil
316 "Vector of hline line numbers in the current table.")
318 (defconst org-table-range-regexp
319 "@\\([-+]?I*[-+]?[0-9]*\\)?\\(\\$[-+]?[0-9]+\\)?\\(\\.\\.@?\\([-+]?I*[-+]?[0-9]*\\)?\\(\\$[-+]?[0-9]+\\)?\\)?"
321 "Regular expression for matching ranges in formulas.")
323 (defconst org-table-range-regexp2
325 "\\(" "@[-0-9I$&]+" "\\|" "[a-zA-Z]\\{1,2\\}\\([0-9]+\\|&\\)" "\\|" "\\$[a-zA-Z0-9]+" "\\)"
327 "\\(" "@?[-0-9I$&]+" "\\|" "[a-zA-Z]\\{1,2\\}\\([0-9]+\\|&\\)" "\\|" "\\$[a-zA-Z0-9]+" "\\)")
328 "Match a range for reference display.")
330 (defconst org-table-translate-regexp
331 (concat "\\(" "@[-0-9I$]+" "\\|" "[a-zA-Z]\\{1,2\\}\\([0-9]+\\|&\\)" "\\)")
332 "Match a reference that needs translation, for reference display.")
334 (defun org-table-create-with-table.el
()
335 "Use the table.el package to insert a new table.
336 If there is already a table at point, convert between Org-mode tables
337 and table.el tables."
342 (if (y-or-n-p "Convert table to Org-mode table? ")
343 (org-table-convert)))
345 (if (y-or-n-p "Convert table to table.el table? ")
346 (org-table-convert)))
347 (t (call-interactively 'table-insert
))))
349 (defun org-table-create-or-convert-from-region (arg)
350 "Convert region to table, or create an empty table.
351 If there is an active region, convert it to a table, using the function
352 `org-table-convert-region'. See the documentation of that function
353 to learn how the prefix argument is interpreted to determine the field
355 If there is no such region, create an empty table with `org-table-create'."
357 (if (org-region-active-p)
358 (org-table-convert-region (region-beginning) (region-end) arg
)
359 (org-table-create arg
)))
361 (defun org-table-create (&optional size
)
362 "Query for a size and insert a table skeleton.
363 SIZE is a string Columns x Rows like for example \"3x2\"."
366 (setq size
(read-string
367 (concat "Table size Columns x Rows [e.g. "
368 org-table-default-size
"]: ")
369 "" nil org-table-default-size
)))
372 (indent (make-string (current-column) ?\
))
373 (split (org-split-string size
" *x *"))
374 (rows (string-to-number (nth 1 split
)))
375 (columns (string-to-number (car split
)))
376 (line (concat (apply 'concat indent
"|" (make-list columns
" |"))
378 (if (string-match "^[ \t]*$" (buffer-substring-no-properties
379 (point-at-bol) (point)))
380 (beginning-of-line 1)
382 ;; (mapcar (lambda (x) (insert line)) (make-list rows t))
383 (dotimes (i rows
) (insert line
))
386 ;; Insert a hline after the first row.
393 (defun org-table-convert-region (beg0 end0
&optional separator
)
394 "Convert region to a table.
395 The region goes from BEG0 to END0, but these borders will be moved
396 slightly, to make sure a beginning of line in the first line is included.
398 SEPARATOR specifies the field separator in the lines. It can have the
401 '(4) Use the comma as a field separator
402 '(16) Use a TAB as field separator
403 integer When a number, use that many spaces as field separator
404 nil When nil, the command tries to be smart and figure out the
405 separator in the following way:
406 - when each line contains a TAB, assume TAB-separated material
407 - when each line contains a comma, assume CSV material
408 - else, assume one or more SPACE characters as separator."
410 (let* ((beg (min beg0 end0
))
411 (end (max beg0 end0
))
414 (beginning-of-line 1)
415 (setq beg
(move-marker (make-marker) (point)))
417 (if (bolp) (backward-char 1) (end-of-line 1))
418 (setq end
(move-marker (make-marker) (point)))
419 ;; Get the right field separator
424 ((not (re-search-forward "^[^\n\t]+$" end t
)) '(16))
425 ((not (re-search-forward "^[^\n,]+$" end t
)) '(4))
428 ((equal separator
'(4)) "^\\|\"?[ \t]*,[ \t]*\"?")
429 ((equal separator
'(16)) "^\\|\t")
430 ((integerp separator
)
431 (format "^ *\\| *\t *\\| \\{%d,\\}" separator
))
432 (t (error "This should not happen"))))
434 (while (re-search-forward re end t
)
435 (replace-match "| " t t
))
440 (defun org-table-import (file arg
)
441 "Import FILE as a table.
442 The file is assumed to be tab-separated. Such files can be produced by most
443 spreadsheet and database applications. If no tabs (at least one per line)
444 are found, lines will be split on whitespace into fields."
446 (or (bolp) (newline))
449 (insert-file-contents file
)
450 (org-table-convert-region beg
(+ (point) (- (point-max) pm
)) arg
)))
453 (defvar org-table-last-alignment
)
454 (defvar org-table-last-column-widths
)
455 (defun org-table-export (&optional file format
)
456 "Export table to a file, with configurable format.
457 Such a file can be imported into a spreadsheet program like Excel.
458 FILE can be the output file name. If not given, it will be taken from
459 a TABLE_EXPORT_FILE property in the current entry or higher up in the
460 hierarchy, or the user will be prompted for a file name.
461 FORMAT can be an export format, of the same kind as it used when
462 orgtbl-mode sends a table in a different format. The default format can
463 be found in the variable `org-table-export-default-format', but the function
464 first checks if there is an export format specified in a TABLE_EXPORT_FORMAT
465 property, locally or anywhere up in the hierarchy."
467 (unless (org-at-table-p)
468 (error "No table at point"))
470 (org-table-align) ;; make sure we have everything we need
471 (let* ((beg (org-table-begin))
472 (end (org-table-end))
473 (txt (buffer-substring-no-properties beg end
))
476 (org-entry-get beg
"TABLE_EXPORT_FILE" t
)
480 (org-entry-get beg
"TABLE_EXPORT_FORMAT" t
)
484 (setq file
(read-file-name "Export table to: "))
485 (unless (or (not (file-exists-p file
))
486 (y-or-n-p (format "Overwrite file %s? " file
)))
488 (if (file-directory-p file
)
489 (error "This is a directory path, not a file"))
490 (if (and (buffer-file-name)
491 (equal (file-truename file
)
492 (file-truename (buffer-file-name))))
493 (error "Please specify a file name that is different from current"))
495 (setq deffmt-readable org-table-export-default-format
)
496 (while (string-match "\t" deffmt-readable
)
497 (setq deffmt-readable
(replace-match "\\t" t t deffmt-readable
)))
498 (while (string-match "\n" deffmt-readable
)
499 (setq deffmt-readable
(replace-match "\\n" t t deffmt-readable
)))
500 (setq format
(org-completing-read
502 '("orgtbl-to-tsv" "orgtbl-to-csv"
503 "orgtbl-to-latex" "orgtbl-to-html"
504 "orgtbl-to-generic" "orgtbl-to-texinfo"
505 "orgtbl-to-orgtbl") nil nil
507 (if (string-match "\\([^ \t\r\n]+\\)\\( +.*\\)?" format
)
508 (let* ((transform (intern (match-string 1 format
)))
509 (params (if (match-end 2)
510 (read (concat "(" (match-string 2 format
) ")"))))
511 (skip (plist-get params
:skip
))
512 (skipcols (plist-get params
:skipcols
))
513 (lines (nthcdr (or skip
0) (org-split-string txt
"[ \t]*\n[ \t]*")))
514 (lines (org-table-clean-before-export lines
))
515 (i0 (if org-table-clean-did-remove-column
2 1))
518 (if (string-match org-table-hline-regexp x
)
521 (org-split-string (org-trim x
) "\\s-*|\\s-*")
524 (fun (if (= i0
2) 'cdr
'identity
))
525 (org-table-last-alignment
526 (org-remove-by-index (funcall fun org-table-last-alignment
)
528 (org-table-last-column-widths
529 (org-remove-by-index (funcall fun org-table-last-column-widths
)
532 (unless (fboundp transform
)
533 (error "No such transformation function %s" transform
))
534 (setq txt
(funcall transform table params
))
536 (with-current-buffer (find-file-noselect file
)
537 (setq buf
(current-buffer))
543 (message "Export done."))
544 (error "TABLE_EXPORT_FORMAT invalid"))))
546 (defvar org-table-aligned-begin-marker
(make-marker)
547 "Marker at the beginning of the table last aligned.
548 Used to check if cursor still is in that table, to minimize realignment.")
549 (defvar org-table-aligned-end-marker
(make-marker)
550 "Marker at the end of the table last aligned.
551 Used to check if cursor still is in that table, to minimize realignment.")
552 (defvar org-table-last-alignment nil
553 "List of flags for flushright alignment, from the last re-alignment.
554 This is being used to correctly align a single field after TAB or RET.")
555 (defvar org-table-last-column-widths nil
556 "List of max width of fields in each column.
557 This is being used to correctly align a single field after TAB or RET.")
558 (defvar org-table-formula-debug nil
559 "Non-nil means, debug table formulas.
560 When nil, simply write \"#ERROR\" in corrupted fields.")
561 (make-variable-buffer-local 'org-table-formula-debug
)
562 (defvar org-table-overlay-coordinates nil
563 "Overlay coordinates after each align of a table.")
564 (make-variable-buffer-local 'org-table-overlay-coordinates
)
566 (defvar org-last-recalc-line nil
)
567 (defconst org-narrow-column-arrow
"=>"
568 "Used as display property in narrowed table columns.")
570 (defun org-table-align ()
571 "Align the table at point by aligning all vertical bars."
575 (beg (org-table-begin))
576 (end (org-table-end))
577 ;; Current cursor position
578 (linepos (org-current-line))
579 (colpos (org-table-current-column))
580 (winstart (window-start))
581 (winstartline (org-current-line (min winstart
(1- (point-max)))))
582 lines
(new "") lengths l typenums ty fields maxfields i
590 (make-string sp2 ?\
) "%%%s%ds" (make-string sp1 ?\
) "|"))
592 (make-string sp2 ?-
) "%s" (make-string sp1 ?-
) "+"))
593 emptystrings links dates emph narrow falign falign1 fmax f1 len c e
)
595 (remove-text-properties beg end
'(org-cwidth t org-dwidth t display t
))
596 ;; Check if we have links or dates
598 (setq links
(re-search-forward org-bracket-link-regexp end t
))
600 (setq emph
(and org-hide-emphasis-markers
601 (re-search-forward org-emph-re end t
)))
603 (setq dates
(and org-display-custom-times
604 (re-search-forward org-ts-regexp-both end t
)))
605 ;; Make sure the link properties are right
606 (when links
(goto-char beg
) (while (org-activate-bracket-links end
)))
607 ;; Make sure the date properties are right
608 (when dates
(goto-char beg
) (while (org-activate-dates end
)))
609 (when emph
(goto-char beg
) (while (org-do-emphasis-faces end
)))
611 ;; Check if we are narrowing any columns
613 (setq narrow
(and org-format-transports-properties-p
614 (re-search-forward "<[rl]?[0-9]+>" end t
)))
616 (setq falign
(re-search-forward "<[rl][0-9]*>" end t
))
618 (setq lines
(org-split-string
619 (buffer-substring beg end
) "\n"))
620 ;; Store the indentation of the first line
621 (if (string-match "^ *" (car lines
))
622 (setq indent
(make-string (- (match-end 0) (match-beginning 0)) ?\
)))
623 ;; Mark the hlines by setting the corresponding element to nil
624 ;; At the same time, we remove trailing space.
625 (setq lines
(mapcar (lambda (l)
626 (if (string-match "^ *|-" l
)
628 (if (string-match "[ \t]+$" l
)
629 (substring l
0 (match-beginning 0))
632 ;; Get the data fields by splitting the lines.
635 (org-split-string l
" *| *"))
636 (delq nil
(copy-sequence lines
))))
637 ;; How many fields in the longest line?
639 (setq maxfields
(apply 'max
(mapcar 'length fields
)))
641 (kill-region beg end
)
642 (org-table-create org-table-default-size
)
643 (error "Empty table - created default table")))
644 ;; A list of empty strings to fill any short rows on output
645 (setq emptystrings
(make-list maxfields
""))
646 ;; Check for special formatting.
648 (while (< (setq i
(1+ i
)) maxfields
) ;; Loop over all columns
649 (setq column
(mapcar (lambda (x) (or (nth i x
) "")) fields
))
650 ;; Check if there is an explicit width specified
651 (when (or narrow falign
)
652 (setq c column fmax nil falign1 nil
)
655 (when (and (stringp e
) (string-match "^<\\([rl]\\)?\\([0-9]+\\)?>$" e
))
656 (if (match-end 1) (setq falign1
(match-string 1 e
)))
658 (setq fmax
(string-to-number (match-string 2 e
)) c nil
))))
659 ;; Find fields that are wider than fmax, and shorten them
661 (loop for xx in column do
662 (when (and (stringp xx
)
663 (> (org-string-width xx
) fmax
))
664 (org-add-props xx nil
666 (concat "Clipped table field, use C-c ` to edit. Full value is:\n" (org-no-properties (copy-sequence xx
))))
667 (setq f1
(min fmax
(or (string-match org-bracket-link-regexp xx
) fmax
)))
669 (error "Cannot narrow field starting with wide link \"%s\""
670 (match-string 0 xx
)))
671 (add-text-properties f1
(length xx
) (list 'org-cwidth t
) xx
)
672 (add-text-properties (- f1
2) f1
673 (list 'display org-narrow-column-arrow
)
675 ;; Get the maximum width for each column
676 (push (apply 'max
1 (mapcar 'org-string-width column
)) lengths
)
677 ;; Get the fraction of numbers, to decide about alignment of the column
679 (push (equal (downcase falign1
) "r") typenums
)
680 (setq cnt
0 frac
0.0)
681 (loop for x in column do
684 (setq frac
( / (+ (* frac cnt
)
685 (if (string-match org-table-number-regexp x
) 1 0))
686 (setq cnt
(1+ cnt
))))))
687 (push (>= frac org-table-number-fraction
) typenums
)))
688 (setq lengths
(nreverse lengths
) typenums
(nreverse typenums
))
690 ;; Store the alignment of this table, for later editing of single fields
691 (setq org-table-last-alignment typenums
692 org-table-last-column-widths lengths
)
694 ;; With invisible characters, `format' does not get the field width right
695 ;; So we need to make these fields wide by hand.
696 (when (or links emph
)
697 (loop for i from
0 upto
(1- maxfields
) do
698 (setq len
(nth i lengths
))
699 (loop for j from
0 upto
(1- (length fields
)) do
700 (setq c
(nthcdr i
(car (nthcdr j fields
))))
701 (if (and (stringp (car c
))
702 (text-property-any 0 (length (car c
)) 'invisible
'org-link
(car c
))
703 ; (string-match org-bracket-link-regexp (car c))
704 (< (org-string-width (car c
)) len
))
705 (setcar c
(concat (car c
) (make-string (- len
(org-string-width (car c
))) ?\
)))))))
707 ;; Compute the formats needed for output of the table
708 (setq rfmt
(concat indent
"|") hfmt
(concat indent
"|"))
709 (while (setq l
(pop lengths
))
710 (setq ty
(if (pop typenums
) "" "-")) ; number types flushright
711 (setq rfmt
(concat rfmt
(format rfmt1 ty l
))
712 hfmt
(concat hfmt
(format hfmt1
(make-string l ?-
)))))
713 (setq rfmt
(concat rfmt
"\n")
714 hfmt
(concat (substring hfmt
0 -
1) "|\n"))
718 (if l
(apply 'format rfmt
719 (append (pop fields
) emptystrings
))
722 (if (equal (char-before) ?
\n)
723 ;; This hack is for org-indent, to force redisplay of the
724 ;; line prefix of the first line. Apparently the redisplay
725 ;; is tied to the newline, which is, I think, a bug.
726 ;; To force this redisplay, we remove and re-insert the
727 ;; newline, so that the redisplay engine thinks it belongs
728 ;; to the changed text.
730 (backward-delete-char 1)
732 (move-marker org-table-aligned-begin-marker
(point))
734 ;; Replace the old one
735 (delete-region (point) end
)
736 (move-marker end nil
)
737 (move-marker org-table-aligned-end-marker
(point))
738 (when (and orgtbl-mode
(not (org-mode-p)))
739 (goto-char org-table-aligned-begin-marker
)
740 (while (org-hide-wide-columns org-table-aligned-end-marker
)))
741 ;; Try to move to the old location
742 (org-goto-line winstartline
)
743 (setq winstart
(point-at-bol))
744 (org-goto-line linepos
)
745 (set-window-start (selected-window) winstart
'noforce
)
746 (org-table-goto-column colpos
)
747 (and org-table-overlay-coordinates
(org-table-overlay-coordinates))
748 (setq org-table-may-need-update nil
)
759 (defun org-table-begin (&optional table-type
)
760 "Find the beginning of the table and return its position.
761 With argument TABLE-TYPE, go to the beginning of a table.el-type table."
763 (if (not (re-search-backward
764 (if table-type org-table-any-border-regexp
765 org-table-border-regexp
)
767 (progn (goto-char (point-min)) (point))
768 (goto-char (match-beginning 0))
769 (beginning-of-line 2)
772 (defun org-table-end (&optional table-type
)
773 "Find the end of the table and return its position.
774 With argument TABLE-TYPE, go to the end of a table.el-type table."
776 (if (not (re-search-forward
777 (if table-type org-table-any-border-regexp
778 org-table-border-regexp
)
780 (goto-char (point-max))
781 (goto-char (match-beginning 0)))
784 (defun org-table-justify-field-maybe (&optional new
)
785 "Justify the current field, text to left, number to right.
786 Optional argument NEW may specify text to replace the current field content."
788 ((and (not new
) org-table-may-need-update
)) ; Realignment will happen anyway
789 ((org-at-table-hline-p))
791 (or (not (equal (marker-buffer org-table-aligned-begin-marker
)
793 (< (point) org-table-aligned-begin-marker
)
794 (>= (point) org-table-aligned-end-marker
)))
795 ;; This is not the same table, force a full re-align
796 (setq org-table-may-need-update t
))
797 (t ;; realign the current field, based on previous full realign
798 (let* ((pos (point)) s
799 (col (org-table-current-column))
800 (num (if (> col
0) (nth (1- col
) org-table-last-alignment
)))
803 (skip-chars-backward "^|\n")
804 (if (looking-at " *\\([^|\n]*?\\) *\\(|\\|$\\)")
806 (setq s
(match-string 1)
808 l
(max 1 (- (match-end 0) (match-beginning 0) 3))
809 e
(not (= (match-beginning 2) (match-end 2))))
810 (setq f
(format (if num
" %%%ds %s" " %%-%ds %s")
811 l
(if e
"|" (setq org-table-may-need-update t
) ""))
814 (if (<= (length new
) l
) ;; FIXME: length -> str-width?
815 (setq n
(format f new
))
816 (setq n
(concat new
"|") org-table-may-need-update t
)))
818 (let (org-table-may-need-update)
819 (replace-match n t t
))))
820 (setq org-table-may-need-update t
))
823 (defun org-table-next-field ()
824 "Go to the next field in the current table, creating new lines as needed.
825 Before doing so, re-align the table if necessary."
827 (org-table-maybe-eval-formula)
828 (org-table-maybe-recalculate-line)
829 (if (and org-table-automatic-realign
830 org-table-may-need-update
)
832 (let ((end (org-table-end)))
833 (if (org-at-table-hline-p)
837 (re-search-forward "|" end
)
838 (if (looking-at "[ \t]*$")
839 (re-search-forward "|" end
))
840 (if (and (looking-at "-")
841 org-table-tab-jumps-over-hlines
842 (re-search-forward "^[ \t]*|\\([^-]\\)" end t
))
843 (goto-char (match-beginning 1)))
846 (beginning-of-line 0)
847 (org-table-insert-row 'below
))
848 (if (looking-at " ") (forward-char 1))))
850 (org-table-insert-row 'below
)))))
852 (defun org-table-previous-field ()
853 "Go to the previous field in the table.
854 Before doing so, re-align the table if necessary."
856 (org-table-justify-field-maybe)
857 (org-table-maybe-recalculate-line)
858 (if (and org-table-automatic-realign
859 org-table-may-need-update
)
861 (if (org-at-table-hline-p)
865 (re-search-backward "|" (org-table-begin))
866 (re-search-backward "|" (org-table-begin)))
867 (error (error "Cannot move to previous table field")))
868 (while (looking-at "|\\(-\\|[ \t]*$\\)")
869 (re-search-backward "|" (org-table-begin)))
870 (if (looking-at "| ?")
871 (goto-char (match-end 0))))
873 (defun org-table-beginning-of-field (&optional n
)
874 "Move to the end of the current table field.
875 If already at or after the end, move to the end of the next table field.
876 With numeric argument N, move N-1 fields forward first."
881 (org-table-previous-field))
882 (if (not (re-search-backward "|" (point-at-bol 0) t
))
883 (error "No more table fields before the current")
884 (goto-char (match-end 0))
885 (and (looking-at " ") (forward-char 1)))
886 (if (>= (point) pos
) (org-table-beginning-of-field 2))))
888 (defun org-table-end-of-field (&optional n
)
889 "Move to the beginning of the current table field.
890 If already at or before the beginning, move to the beginning of the
892 With numeric argument N, move N-1 fields backward first."
897 (org-table-next-field))
898 (when (re-search-forward "|" (point-at-eol 1) t
)
900 (skip-chars-backward " ")
901 (if (and (equal (char-before (point)) ?|
) (looking-at " "))
903 (if (<= (point) pos
) (org-table-end-of-field 2))))
905 (defun org-table-next-row ()
906 "Go to the next row (same column) in the current table.
907 Before doing so, re-align the table if necessary."
909 (org-table-maybe-eval-formula)
910 (org-table-maybe-recalculate-line)
911 (if (or (looking-at "[ \t]*$")
912 (save-excursion (skip-chars-backward " \t") (bolp)))
914 (if (and org-table-automatic-realign
915 org-table-may-need-update
)
917 (let ((col (org-table-current-column)))
918 (beginning-of-line 2)
919 (if (or (not (org-at-table-p))
920 (org-at-table-hline-p))
922 (beginning-of-line 0)
923 (org-table-insert-row 'below
)))
924 (org-table-goto-column col
)
925 (skip-chars-backward "^|\n\r")
926 (if (looking-at " ") (forward-char 1)))))
928 (defun org-table-copy-down (n)
929 "Copy a field down in the current column.
930 If the field at the cursor is empty, copy into it the content of the nearest
931 non-empty field above. With argument N, use the Nth non-empty field.
932 If the current field is not empty, it is copied down to the next row, and
933 the cursor is moved with it. Therefore, repeating this command causes the
934 column to be filled row-by-row.
935 If the variable `org-table-copy-increment' is non-nil and the field is an
936 integer or a timestamp, it will be incremented while copying. In the case of
937 a timestamp, if the cursor is on the year, change the year. If it is on the
938 month or the day, change that. Point will stay on the current date field
939 in order to easily repeat the interval."
941 (let* ((colpos (org-table-current-column))
942 (col (current-column))
943 (field (org-table-get-field))
944 (non-empty (string-match "[^ \t]" field
))
945 (beg (org-table-begin))
948 (org-table-check-inside-data-field)
951 (setq txt
(org-trim field
))
953 (org-table-blank-field))
957 (while (progn (beginning-of-line 1)
958 (re-search-backward org-table-dataline-regexp
960 (org-table-goto-column colpos t
)
962 "|[ \t]*\\([^| \t][^|]*?\\)[ \t]*|")
963 (<= (setq n
(1- n
)) 0))
964 (throw 'exit
(match-string 1))))))))
967 (if (and org-table-copy-increment
968 (not (equal orig-n
0))
969 (string-match "^[0-9]+$" txt
)
970 (< (string-to-number txt
) 100000000))
971 (setq txt
(format "%d" (+ (string-to-number txt
) 1))))
973 (org-move-to-column col
)
974 (if (and org-table-copy-increment
(org-at-timestamp-p t
))
975 (org-timestamp-up-day)
976 (org-table-maybe-recalculate-line))
978 (org-move-to-column col
))
979 (error "No non-empty field found"))))
981 (defun org-table-check-inside-data-field ()
982 "Is point inside a table data field?
983 I.e. not on a hline or before the first or after the last column?
984 This actually throws an error, so it aborts the current command."
985 (if (or (not (org-at-table-p))
986 (= (org-table-current-column) 0)
987 (org-at-table-hline-p)
988 (looking-at "[ \t]*$"))
989 (error "Not in table data field")))
991 (defvar org-table-clip nil
992 "Clipboard for table regions.")
994 (defun org-table-blank-field ()
995 "Blank the current table field or active region."
997 (org-table-check-inside-data-field)
998 (if (and (interactive-p) (org-region-active-p))
999 (let (org-table-clip)
1000 (org-table-cut-region (region-beginning) (region-end)))
1001 (skip-chars-backward "^|")
1003 (if (looking-at "|[^|\n]+")
1004 (let* ((pos (match-beginning 0))
1005 (match (match-string 0))
1006 (len (org-string-width match
)))
1007 (replace-match (concat "|" (make-string (1- len
) ?\
)))
1008 (goto-char (+ 2 pos
))
1009 (substring match
1)))))
1011 (defun org-table-get-field (&optional n replace
)
1012 "Return the value of the field in column N of current row.
1013 N defaults to current field.
1014 If REPLACE is a string, replace field with this value. The return value
1015 is always the old value."
1016 (and n
(org-table-goto-column n
))
1017 (skip-chars-backward "^|\n")
1019 (if (looking-at "|[^|\r\n]*")
1020 (let* ((pos (match-beginning 0))
1021 (val (buffer-substring (1+ pos
) (match-end 0))))
1023 (replace-match (concat "|" replace
) t t
))
1024 (goto-char (min (point-at-eol) (+ 2 pos
)))
1026 (forward-char 1) ""))
1028 (defun org-table-field-info (arg)
1029 "Show info about the current field, and highlight any reference at point."
1031 (org-table-get-specials)
1033 (let* ((pos (point))
1034 (col (org-table-current-column))
1035 (cname (car (rassoc (int-to-string col
) org-table-column-names
)))
1036 (name (car (rassoc (list (org-current-line) col
)
1037 org-table-named-field-locations
)))
1038 (eql (org-table-get-stored-formulas))
1039 (dline (org-table-current-dline))
1040 (ref (format "@%d$%d" dline col
))
1041 (ref1 (org-table-convert-refs-to-an ref
))
1042 (fequation (or (assoc name eql
) (assoc ref eql
)))
1043 (cequation (assoc (int-to-string col
) eql
))
1044 (eqn (or fequation cequation
)))
1047 (org-table-show-reference 'local
)
1049 (message "line @%d, col $%s%s, ref @%d$%d or %s%s%s"
1051 (if cname
(concat " or $" cname
) "")
1053 (if name
(concat " or $" name
) "")
1054 ;; FIXME: formula info not correct if special table line
1056 (concat ", formula: "
1057 (org-table-formula-to-user
1059 (if (string-match "^[$@]"(car eqn
)) "" "$")
1060 (car eqn
) "=" (cdr eqn
))))
1063 (defun org-table-current-column ()
1064 "Find out which column we are in."
1066 (let ((cnt 0) (pos (point)))
1067 (beginning-of-line 1)
1068 (while (search-forward "|" pos t
)
1069 (setq cnt
(1+ cnt
)))
1072 (defun org-table-current-dline ()
1073 "Find out what table data line we are in.
1074 Only datalines count for this."
1076 (if (interactive-p) (org-table-check-inside-data-field))
1078 (let ((cnt 0) (pos (point)))
1079 (goto-char (org-table-begin))
1080 (while (<= (point) pos
)
1081 (if (looking-at org-table-dataline-regexp
) (setq cnt
(1+ cnt
)))
1082 (beginning-of-line 2))
1083 (if (interactive-p) (message "This is table line %d" cnt
))
1086 (defun org-table-goto-column (n &optional on-delim force
)
1087 "Move the cursor to the Nth column in the current table line.
1088 With optional argument ON-DELIM, stop with point before the left delimiter
1090 If there are less than N fields, just go to after the last delimiter.
1091 However, when FORCE is non-nil, create new columns if necessary."
1093 (let ((pos (point-at-eol)))
1094 (beginning-of-line 1)
1096 (while (and (> (setq n
(1- n
)) -
1)
1097 (or (search-forward "|" pos t
)
1099 (progn (end-of-line 1)
1100 (skip-chars-backward "^|")
1102 ; (backward-char 2) t)))))
1103 (when (and force
(not (looking-at ".*|")))
1104 (save-excursion (end-of-line 1) (insert " | ")))
1107 (if (looking-at " ") (forward-char 1))))))
1110 (defun org-table-insert-column ()
1111 "Insert a new column into the table."
1113 (if (not (org-at-table-p))
1114 (error "Not at a table"))
1115 (org-table-find-dataline)
1116 (let* ((col (max 1 (org-table-current-column)))
1117 (beg (org-table-begin))
1118 (end (org-table-end))
1119 ;; Current cursor position
1120 (linepos (org-current-line))
1123 (while (< (point) end
)
1124 (if (org-at-table-hline-p)
1126 (org-table-goto-column col t
)
1128 (beginning-of-line 2))
1129 (move-marker end nil
)
1130 (org-goto-line linepos
)
1131 (org-table-goto-column colpos
)
1133 (org-table-fix-formulas "$" nil
(1- col
) 1)
1134 (org-table-fix-formulas "$LR" nil
(1- col
) 1)))
1136 (defun org-table-find-dataline ()
1137 "Find a dataline in the current table, which is needed for column commands."
1138 (if (and (org-at-table-p)
1139 (not (org-at-table-hline-p)))
1141 (let ((col (current-column))
1142 (end (org-table-end)))
1143 (org-move-to-column col
)
1144 (while (and (< (point) end
)
1145 (or (not (= (current-column) col
))
1146 (org-at-table-hline-p)))
1147 (beginning-of-line 2)
1148 (org-move-to-column col
))
1149 (if (and (org-at-table-p)
1150 (not (org-at-table-hline-p)))
1153 "Please position cursor in a data line for column operations")))))
1155 (defun org-table-delete-column ()
1156 "Delete a column from the table."
1158 (if (not (org-at-table-p))
1159 (error "Not at a table"))
1160 (org-table-find-dataline)
1161 (org-table-check-inside-data-field)
1162 (let* ((col (org-table-current-column))
1163 (beg (org-table-begin))
1164 (end (org-table-end))
1165 ;; Current cursor position
1166 (linepos (org-current-line))
1169 (while (< (point) end
)
1170 (if (org-at-table-hline-p)
1172 (org-table-goto-column col t
)
1173 (and (looking-at "|[^|\n]+|")
1174 (replace-match "|")))
1175 (beginning-of-line 2))
1176 (move-marker end nil
)
1177 (org-goto-line linepos
)
1178 (org-table-goto-column colpos
)
1180 (org-table-fix-formulas "$" (list (cons (number-to-string col
) "INVALID"))
1182 (org-table-fix-formulas "$LR" (list (cons (number-to-string col
) "INVALID"))
1185 (defun org-table-move-column-right ()
1186 "Move column to the right."
1188 (org-table-move-column nil
))
1189 (defun org-table-move-column-left ()
1190 "Move column to the left."
1192 (org-table-move-column 'left
))
1194 (defun org-table-move-column (&optional left
)
1195 "Move the current column to the right. With arg LEFT, move to the left."
1197 (if (not (org-at-table-p))
1198 (error "Not at a table"))
1199 (org-table-find-dataline)
1200 (org-table-check-inside-data-field)
1201 (let* ((col (org-table-current-column))
1202 (col1 (if left
(1- col
) col
))
1203 (beg (org-table-begin))
1204 (end (org-table-end))
1205 ;; Current cursor position
1206 (linepos (org-current-line))
1207 (colpos (if left
(1- col
) (1+ col
))))
1208 (if (and left
(= col
1))
1209 (error "Cannot move column further left"))
1210 (if (and (not left
) (looking-at "[^|\n]*|[^|\n]*$"))
1211 (error "Cannot move column further right"))
1213 (while (< (point) end
)
1214 (if (org-at-table-hline-p)
1216 (org-table-goto-column col1 t
)
1217 (and (looking-at "|\\([^|\n]+\\)|\\([^|\n]+\\)|")
1218 (replace-match "|\\2|\\1|")))
1219 (beginning-of-line 2))
1220 (move-marker end nil
)
1221 (org-goto-line linepos
)
1222 (org-table-goto-column colpos
)
1224 (org-table-fix-formulas
1225 "$" (list (cons (number-to-string col
) (number-to-string colpos
))
1226 (cons (number-to-string colpos
) (number-to-string col
))))
1227 (org-table-fix-formulas
1228 "$LR" (list (cons (number-to-string col
) (number-to-string colpos
))
1229 (cons (number-to-string colpos
) (number-to-string col
))))))
1231 (defun org-table-move-row-down ()
1232 "Move table row down."
1234 (org-table-move-row nil
))
1235 (defun org-table-move-row-up ()
1236 "Move table row up."
1238 (org-table-move-row 'up
))
1240 (defun org-table-move-row (&optional up
)
1241 "Move the current table line down. With arg UP, move it up."
1243 (let* ((col (current-column))
1245 (hline1p (save-excursion (beginning-of-line 1)
1246 (looking-at org-table-hline-regexp
)))
1247 (dline1 (org-table-current-dline))
1248 (dline2 (+ dline1
(if up -
1 1)))
1251 (beginning-of-line tonew
)
1252 (unless (org-at-table-p)
1254 (error "Cannot move row further"))
1255 (setq hline2p
(looking-at org-table-hline-regexp
))
1257 (beginning-of-line 1)
1259 (setq txt
(buffer-substring (point) (1+ (point-at-eol))))
1260 (delete-region (point) (1+ (point-at-eol)))
1261 (beginning-of-line tonew
)
1263 (beginning-of-line 0)
1264 (org-move-to-column col
)
1265 (unless (or hline1p hline2p
)
1266 (org-table-fix-formulas
1267 "@" (list (cons (number-to-string dline1
) (number-to-string dline2
))
1268 (cons (number-to-string dline2
) (number-to-string dline1
)))))))
1270 (defun org-table-insert-row (&optional arg
)
1271 "Insert a new row above the current line into the table.
1272 With prefix ARG, insert below the current line."
1274 (if (not (org-at-table-p))
1275 (error "Not at a table"))
1276 (let* ((line (buffer-substring (point-at-bol) (point-at-eol)))
1277 (new (org-table-clean-line line
)))
1278 ;; Fix the first field if necessary
1279 (if (string-match "^[ \t]*| *[#$] *|" line
)
1280 (setq new
(replace-match (match-string 0 line
) t t new
)))
1281 (beginning-of-line (if arg
2 1))
1282 (let (org-table-may-need-update) (insert-before-markers new
"\n"))
1283 (beginning-of-line 0)
1284 (re-search-forward "| ?" (point-at-eol) t
)
1285 (and (or org-table-may-need-update org-table-overlay-coordinates
)
1287 (org-table-fix-formulas "@" nil
(1- (org-table-current-dline)) 1)))
1289 (defun org-table-insert-hline (&optional above
)
1290 "Insert a horizontal-line below the current line into the table.
1291 With prefix ABOVE, insert above the current line."
1293 (if (not (org-at-table-p))
1294 (error "Not at a table"))
1295 (when (eobp) (insert "\n") (backward-char 1))
1296 (if (not (string-match "|[ \t]*$" (org-current-line-string)))
1298 (let ((line (org-table-clean-line
1299 (buffer-substring (point-at-bol) (point-at-eol))))
1300 (col (current-column)))
1301 (while (string-match "|\\( +\\)|" line
)
1302 (setq line
(replace-match
1303 (concat "+" (make-string (- (match-end 1) (match-beginning 1))
1304 ?-
) "|") t t line
)))
1305 (and (string-match "\\+" line
) (setq line
(replace-match "|" t t line
)))
1306 (beginning-of-line (if above
1 2))
1308 (beginning-of-line (if above
1 -
1))
1309 (org-move-to-column col
)
1310 (and org-table-overlay-coordinates
(org-table-align))))
1312 (defun org-table-hline-and-move (&optional same-column
)
1313 "Insert a hline and move to the row below that line."
1315 (let ((col (org-table-current-column)))
1316 (org-table-maybe-eval-formula)
1317 (org-table-maybe-recalculate-line)
1318 (org-table-insert-hline)
1320 (if (looking-at "\n[ \t]*|-")
1321 (progn (insert "\n|") (org-table-align))
1322 (org-table-next-field))
1323 (if same-column
(org-table-goto-column col
))))
1325 (defun org-table-clean-line (s)
1326 "Convert a table line S into a string with only \"|\" and space.
1327 In particular, this does handle wide and invisible characters."
1328 (if (string-match "^[ \t]*|-" s
)
1329 ;; It's a hline, just map the characters
1330 (setq s
(mapconcat (lambda (x) (if (member x
'(?| ?
+)) "|" " ")) s
""))
1331 (while (string-match "|\\([ \t]*?[^ \t\r\n|][^\r\n|]*\\)|" s
)
1332 (setq s
(replace-match
1333 (concat "|" (make-string (org-string-width (match-string 1 s
))
1338 (defun org-table-kill-row ()
1339 "Delete the current row or horizontal line from the table."
1341 (if (not (org-at-table-p))
1342 (error "Not at a table"))
1343 (let ((col (current-column))
1344 (dline (org-table-current-dline)))
1345 (kill-region (point-at-bol) (min (1+ (point-at-eol)) (point-max)))
1346 (if (not (org-at-table-p)) (beginning-of-line 0))
1347 (org-move-to-column col
)
1348 (org-table-fix-formulas "@" (list (cons (number-to-string dline
) "INVALID"))
1351 (defun org-table-sort-lines (with-case &optional sorting-type
)
1352 "Sort table lines according to the column at point.
1354 The position of point indicates the column to be used for
1355 sorting, and the range of lines is the range between the nearest
1356 horizontal separator lines, or the entire table of no such lines
1357 exist. If point is before the first column, you will be prompted
1358 for the sorting column. If there is an active region, the mark
1359 specifies the first line and the sorting column, while point
1360 should be in the last line to be included into the sorting.
1362 The command then prompts for the sorting type which can be
1363 alphabetically, numerically, or by time (as given in a time stamp
1364 in the field). Sorting in reverse order is also possible.
1366 With prefix argument WITH-CASE, alphabetic sorting will be case-sensitive.
1368 If SORTING-TYPE is specified when this function is called from a Lisp
1369 program, no prompting will take place. SORTING-TYPE must be a character,
1370 any of (?a ?A ?n ?N ?t ?T) where the capital letter indicate that sorting
1371 should be done in reverse order."
1373 (let* ((thisline (org-current-line))
1374 (thiscol (org-table-current-column))
1375 beg end bcol ecol tend tbeg column lns pos
)
1376 (when (equal thiscol
0)
1380 (read-string "Use column N for sorting: ")))
1382 (org-table-goto-column thiscol
))
1383 (org-table-check-inside-data-field)
1384 (if (org-region-active-p)
1386 (setq beg
(region-beginning) end
(region-end))
1388 (setq column
(org-table-current-column)
1391 (setq end
(point-at-bol 2)))
1392 (setq column
(org-table-current-column)
1394 tbeg
(org-table-begin)
1395 tend
(org-table-end))
1396 (if (re-search-backward org-table-hline-regexp tbeg t
)
1397 (setq beg
(point-at-bol 2))
1399 (setq beg
(point-at-bol 1)))
1401 (if (re-search-forward org-table-hline-regexp tend t
)
1402 (setq end
(point-at-bol 1))
1404 (setq end
(point-at-bol))))
1405 (setq beg
(move-marker (make-marker) beg
)
1406 end
(move-marker (make-marker) end
))
1409 (org-table-goto-column column
)
1410 (skip-chars-backward "^|")
1411 (setq bcol
(current-column))
1412 (org-table-goto-column (1+ column
))
1413 (skip-chars-backward "^|")
1414 (setq ecol
(1- (current-column)))
1415 (org-table-goto-column column
)
1416 (setq lns
(mapcar (lambda(x) (cons
1417 (org-sort-remove-invisible
1419 (org-split-string x
"[ \t]*|[ \t]*")))
1421 (org-split-string (buffer-substring beg end
) "\n")))
1422 (setq lns
(org-do-sort lns
"Table" with-case sorting-type
))
1423 (delete-region beg end
)
1424 (move-marker beg nil
)
1425 (move-marker end nil
)
1426 (insert (mapconcat 'cdr lns
"\n") "\n")
1427 (org-goto-line thisline
)
1428 (org-table-goto-column thiscol
)
1429 (message "%d lines sorted, based on column %d" (length lns
) column
)))
1432 (defun org-table-cut-region (beg end
)
1433 "Copy region in table to the clipboard and blank all relevant fields.
1434 If there is no active region, use just the field at point."
1436 (if (org-region-active-p) (region-beginning) (point))
1437 (if (org-region-active-p) (region-end) (point))))
1438 (org-table-copy-region beg end
'cut
))
1440 (defun org-table-copy-region (beg end
&optional cut
)
1441 "Copy rectangular region in table to clipboard.
1442 A special clipboard is used which can only be accessed
1443 with `org-table-paste-rectangle'."
1445 (if (org-region-active-p) (region-beginning) (point))
1446 (if (org-region-active-p) (region-end) (point))
1447 current-prefix-arg
))
1448 (let* (l01 c01 l02 c02 l1 c1 l2 c2 ic1 ic2
1450 (rpl (if cut
" " nil
)))
1452 (org-table-check-inside-data-field)
1453 (setq l01
(org-current-line)
1454 c01
(org-table-current-column))
1456 (org-table-check-inside-data-field)
1457 (setq l02
(org-current-line)
1458 c02
(org-table-current-column))
1459 (setq l1
(min l01 l02
) l2
(max l01 l02
)
1460 c1
(min c01 c02
) c2
(max c01 c02
))
1464 (if (> l1 l2
) (throw 'exit t
))
1466 (if (org-at-table-hline-p) (throw 'nextline
(setq l1
(1+ l1
))))
1467 (setq cols nil ic1 c1 ic2 c2
)
1468 (while (< ic1
(1+ ic2
))
1469 (push (org-table-get-field ic1 rpl
) cols
)
1470 (setq ic1
(1+ ic1
)))
1471 (push (nreverse cols
) region
)
1472 (setq l1
(1+ l1
)))))
1473 (setq org-table-clip
(nreverse region
))
1474 (if cut
(org-table-align))
1477 (defun org-table-paste-rectangle ()
1478 "Paste a rectangular region into a table.
1479 The upper right corner ends up in the current field. All involved fields
1480 will be overwritten. If the rectangle does not fit into the present table,
1481 the table is enlarged as needed. The process ignores horizontal separator
1484 (unless (and org-table-clip
(listp org-table-clip
))
1485 (error "First cut/copy a region to paste!"))
1486 (org-table-check-inside-data-field)
1487 (let* ((clip org-table-clip
)
1488 (line (org-current-line))
1489 (col (org-table-current-column))
1490 (org-enable-table-editor t
)
1491 (org-table-automatic-realign nil
)
1493 (while (setq cols
(pop clip
))
1494 (while (org-at-table-hline-p) (beginning-of-line 2))
1495 (if (not (org-at-table-p))
1496 (progn (end-of-line 0) (org-table-next-field)))
1498 (while (setq field
(pop cols
))
1499 (org-table-goto-column c nil
'force
)
1500 (org-table-get-field nil field
)
1502 (beginning-of-line 2))
1503 (org-goto-line line
)
1504 (org-table-goto-column col
)
1507 (defun org-table-convert ()
1508 "Convert from `org-mode' table to table.el and back.
1509 Obviously, this only works within limits. When an Org-mode table is
1510 converted to table.el, all horizontal separator lines get lost, because
1511 table.el uses these as cell boundaries and has no notion of horizontal lines.
1512 A table.el table can be converted to an Org-mode table only if it does not
1513 do row or column spanning. Multiline cells will become multiple cells.
1514 Beware, Org-mode does not test if the table can be successfully converted - it
1515 blindly applies a recipe that works for simple tables."
1518 (if (org-at-table.el-p
)
1519 ;; convert to Org-mode table
1520 (let ((beg (move-marker (make-marker) (org-table-begin t
)))
1521 (end (move-marker (make-marker) (org-table-end t
))))
1522 (table-unrecognize-region beg end
)
1524 (while (re-search-forward "^\\([ \t]*\\)\\+-.*\n" end t
)
1527 (if (org-at-table-p)
1528 ;; convert to table.el table
1529 (let ((beg (move-marker (make-marker) (org-table-begin)))
1530 (end (move-marker (make-marker) (org-table-end))))
1531 ;; first, get rid of all horizontal lines
1533 (while (re-search-forward "^\\([ \t]*\\)|-.*\n" end t
)
1535 ;; insert a hline before first
1537 (org-table-insert-hline 'above
)
1538 (beginning-of-line -
1)
1539 ;; insert a hline after each line
1540 (while (progn (beginning-of-line 3) (< (point) end
))
1541 (org-table-insert-hline))
1543 (setq end
(move-marker end
(org-table-end)))
1544 ;; replace "+" at beginning and ending of hlines
1545 (while (re-search-forward "^\\([ \t]*\\)|-" end t
)
1546 (replace-match "\\1+-"))
1548 (while (re-search-forward "-|[ \t]*$" end t
)
1549 (replace-match "-+"))
1552 (defun org-table-wrap-region (arg)
1553 "Wrap several fields in a column like a paragraph.
1554 This is useful if you'd like to spread the contents of a field over several
1555 lines, in order to keep the table compact.
1557 If there is an active region, and both point and mark are in the same column,
1558 the text in the column is wrapped to minimum width for the given number of
1559 lines. Generally, this makes the table more compact. A prefix ARG may be
1560 used to change the number of desired lines. For example, `C-2 \\[org-table-wrap]'
1561 formats the selected text to two lines. If the region was longer than two
1562 lines, the remaining lines remain empty. A negative prefix argument reduces
1563 the current number of lines by that amount. The wrapped text is pasted back
1564 into the table. If you formatted it to more lines than it was before, fields
1565 further down in the table get overwritten - so you might need to make space in
1568 If there is no region, the current field is split at the cursor position and
1569 the text fragment to the right of the cursor is prepended to the field one
1572 If there is no region, but you specify a prefix ARG, the current field gets
1573 blank, and the content is appended to the field above."
1575 (org-table-check-inside-data-field)
1576 (if (org-region-active-p)
1577 ;; There is a region: fill as a paragraph
1578 (let* ((beg (region-beginning))
1579 (cline (save-excursion (goto-char beg
) (org-current-line)))
1580 (ccol (save-excursion (goto-char beg
) (org-table-current-column)))
1582 (org-table-cut-region (region-beginning) (region-end))
1583 (if (> (length (car org-table-clip
)) 1)
1584 (error "Region must be limited to single column"))
1585 (setq nlines
(if arg
1587 (+ (length org-table-clip
) arg
)
1589 (length org-table-clip
)))
1590 (setq org-table-clip
1591 (mapcar 'list
(org-wrap (mapconcat 'car org-table-clip
" ")
1593 (org-goto-line cline
)
1594 (org-table-goto-column ccol
)
1595 (org-table-paste-rectangle))
1596 ;; No region, split the current field at point
1597 (unless (org-get-alist-option org-M-RET-may-split-line
'table
)
1598 (skip-chars-forward "^\r\n|"))
1600 ;; combine with field above
1601 (let ((s (org-table-blank-field))
1602 (col (org-table-current-column)))
1603 (beginning-of-line 0)
1604 (while (org-at-table-hline-p) (beginning-of-line 0))
1605 (org-table-goto-column col
)
1606 (skip-chars-forward "^|")
1607 (skip-chars-backward " ")
1608 (insert " " (org-trim s
))
1611 (if (looking-at "\\([^|]+\\)+|")
1612 (let ((s (match-string 1)))
1613 (replace-match " |")
1614 (goto-char (match-beginning 0))
1615 (org-table-next-row)
1616 (insert (org-trim s
) " ")
1618 (org-table-next-row)))))
1620 (defvar org-field-marker nil
)
1622 (defun org-table-edit-field (arg)
1623 "Edit table field in a different window.
1624 This is mainly useful for fields that contain hidden parts.
1625 When called with a \\[universal-argument] prefix, just make the full field visible so that
1626 it can be edited in place."
1629 (let ((b (save-excursion (skip-chars-backward "^|") (point)))
1630 (e (save-excursion (skip-chars-forward "^|\r\n") (point))))
1631 (remove-text-properties b e
'(org-cwidth t invisible t
1632 display t intangible t
))
1633 (if (and (boundp 'font-lock-mode
) font-lock-mode
)
1634 (font-lock-fontify-block)))
1635 (let ((pos (move-marker (make-marker) (point)))
1636 (field (org-table-get-field))
1637 (cw (current-window-configuration))
1639 (org-switch-to-buffer-other-window "*Org tmp*")
1641 (insert "#\n# Edit field and finish with C-c C-c\n#\n")
1642 (let ((org-inhibit-startup t
)) (org-mode))
1643 (goto-char (setq p
(point-max)))
1644 (insert (org-trim field
))
1645 (remove-text-properties p
(point-max)
1646 '(invisible t org-cwidth t display t
1649 (org-set-local 'org-finish-function
'org-table-finish-edit-field
)
1650 (org-set-local 'org-window-configuration cw
)
1651 (org-set-local 'org-field-marker pos
)
1652 (message "Edit and finish with C-c C-c"))))
1654 (defun org-table-finish-edit-field ()
1655 "Finish editing a table data field.
1656 Remove all newline characters, insert the result into the table, realign
1657 the table and kill the editing buffer."
1658 (let ((pos org-field-marker
)
1659 (cw org-window-configuration
)
1660 (cb (current-buffer))
1662 (goto-char (point-min))
1663 (while (re-search-forward "^#.*\n?" nil t
) (replace-match ""))
1664 (while (re-search-forward "\\([ \t]*\n[ \t]*\\)+" nil t
)
1665 (replace-match " "))
1666 (setq text
(org-trim (buffer-string)))
1667 (set-window-configuration cw
)
1669 (select-window (get-buffer-window (marker-buffer pos
)))
1671 (move-marker pos nil
)
1672 (org-table-check-inside-data-field)
1673 (org-table-get-field nil text
)
1675 (message "New field value inserted")))
1694 (defvar org-timecnt
) ; dynamically scoped parameter
1696 (defun org-table-sum (&optional beg end nlast
)
1697 "Sum numbers in region of current table column.
1698 The result will be displayed in the echo area, and will be available
1699 as kill to be inserted with \\[yank].
1701 If there is an active region, it is interpreted as a rectangle and all
1702 numbers in that rectangle will be summed. If there is no active
1703 region and point is located in a table column, sum all numbers in that
1706 If at least one number looks like a time HH:MM or HH:MM:SS, all other
1707 numbers are assumed to be times as well (in decimal hours) and the
1708 numbers are added as such.
1710 If NLAST is a number, only the NLAST fields will actually be summed."
1713 (let (col (org-timecnt 0) diff h m s org-table-clip
)
1715 ((and beg end
)) ; beg and end given explicitly
1716 ((org-region-active-p)
1717 (setq beg
(region-beginning) end
(region-end)))
1719 (setq col
(org-table-current-column))
1720 (goto-char (org-table-begin))
1721 (unless (re-search-forward "^[ \t]*|[^-]" nil t
)
1722 (error "No table data"))
1723 (org-table-goto-column col
)
1725 (goto-char (org-table-end))
1726 (unless (re-search-backward "^[ \t]*|[^-]" nil t
)
1727 (error "No table data"))
1728 (org-table-goto-column col
)
1729 (setq end
(point))))
1730 (let* ((items (apply 'append
(org-table-copy-region beg end
)))
1731 (items1 (cond ((not nlast
) items
)
1732 ((>= nlast
(length items
)) items
)
1733 (t (setq items
(reverse items
))
1734 (setcdr (nthcdr (1- nlast
) items
) nil
)
1736 (numbers (delq nil
(mapcar 'org-table-get-number-for-summing
1738 (res (apply '+ numbers
))
1739 (sres (if (= org-timecnt
0)
1740 (number-to-string res
)
1741 (setq diff
(* 3600 res
)
1742 h
(floor (/ diff
3600)) diff
(mod diff
3600)
1743 m
(floor (/ diff
60)) diff
(mod diff
60)
1745 (format "%d:%02d:%02d" h m s
))))
1749 (substitute-command-keys
1750 (format "Sum of %d items: %-20s (\\[yank] will insert result into buffer)"
1751 (length numbers
) sres
))))
1754 (defun org-table-get-number-for-summing (s)
1756 (if (string-match "^ *|? *" s
)
1757 (setq s
(replace-match "" nil nil s
)))
1758 (if (string-match " *|? *$" s
)
1759 (setq s
(replace-match "" nil nil s
)))
1760 (setq n
(string-to-number s
))
1762 ((and (string-match "0" s
)
1763 (string-match "\\`[-+ \t0.edED]+\\'" s
)) 0)
1764 ((string-match "\\`[ \t]+\\'" s
) nil
)
1765 ((string-match "\\`\\([0-9]+\\):\\([0-9]+\\)\\(:\\([0-9]+\\)\\)?\\'" s
)
1766 (let ((h (string-to-number (or (match-string 1 s
) "0")))
1767 (m (string-to-number (or (match-string 2 s
) "0")))
1768 (s (string-to-number (or (match-string 4 s
) "0"))))
1769 (if (boundp 'org-timecnt
) (setq org-timecnt
(1+ org-timecnt
)))
1770 (* 1.0 (+ h
(/ m
60.0) (/ s
3600.0)))))
1774 (defun org-table-current-field-formula (&optional key noerror
)
1775 "Return the formula active for the current field.
1776 Assumes that specials are in place.
1777 If KEY is given, return the key to this formula.
1778 Otherwise return the formula preceeded with \"=\" or \":=\"."
1779 (let* ((name (car (rassoc (list (org-current-line)
1780 (org-table-current-column))
1781 org-table-named-field-locations
)))
1782 (col (org-table-current-column))
1783 (scol (int-to-string col
))
1784 (ref (format "@%d$%d" (org-table-current-dline) col
))
1785 (stored-list (org-table-get-stored-formulas noerror
))
1786 (ass (or (assoc name stored-list
)
1787 (assoc ref stored-list
)
1788 (assoc scol stored-list
))))
1791 (if ass
(concat (if (string-match "^[0-9]+$" (car ass
)) "=" ":=")
1794 (defun org-table-get-formula (&optional equation named
)
1795 "Read a formula from the minibuffer, offer stored formula as default.
1796 When NAMED is non-nil, look for a named equation."
1797 (let* ((stored-list (org-table-get-stored-formulas))
1798 (name (car (rassoc (list (org-current-line)
1799 (org-table-current-column))
1800 org-table-named-field-locations
)))
1801 (ref (format "@%d$%d" (org-table-current-dline)
1802 (org-table-current-column)))
1803 (refass (assoc ref stored-list
))
1804 (nameass (assoc name stored-list
))
1806 (if (and name
(not (string-match "^LR[0-9]+$" name
)))
1809 (int-to-string (org-table-current-column))))
1810 (dummy (and (or nameass refass
) (not named
)
1811 (not (y-or-n-p "Replace existing field formula with column formula? " ))
1813 (name (or name ref
))
1814 (org-table-may-need-update nil
)
1815 (stored (cdr (assoc scol stored-list
)))
1817 ((and stored equation
(string-match "^ *=? *$" equation
))
1821 (t (org-table-formula-from-user
1823 (org-table-formula-to-user
1824 (format "%s formula %s%s="
1825 (if named
"Field" "Column")
1826 (if (member (string-to-char scol
) '(?$ ?
@)) "" "$")
1828 (if stored
(org-table-formula-to-user stored
) "")
1829 'org-table-formula-history
1832 (when (not (string-match "\\S-" eq
))
1834 (setq stored-list
(delq (assoc scol stored-list
) stored-list
))
1835 (org-table-store-formulas stored-list
)
1836 (error "Formula removed"))
1837 (if (string-match "^ *=?" eq
) (setq eq
(replace-match "" t t eq
)))
1838 (if (string-match " *$" eq
) (setq eq
(replace-match "" t t eq
)))
1839 (if (and name
(not named
))
1840 ;; We set the column equation, delete the named one.
1841 (setq stored-list
(delq (assoc name stored-list
) stored-list
)
1844 (setcdr (assoc scol stored-list
) eq
)
1845 (setq stored-list
(cons (cons scol eq
) stored-list
)))
1846 (if (or mustsave
(not (equal stored eq
)))
1847 (org-table-store-formulas stored-list
))
1850 (defun org-table-store-formulas (alist)
1851 "Store the list of formulas below the current table."
1852 (setq alist
(sort alist
'org-table-formula-less-p
))
1854 (goto-char (org-table-end))
1855 (if (looking-at "\\([ \t]*\n\\)*[ \t]*#\\+TBLFM:\\(.*\n?\\)")
1857 ;; don't overwrite TBLFM, we might use text properties to store stuff
1858 (goto-char (match-beginning 2))
1859 (delete-region (match-beginning 2) (match-end 0)))
1860 (org-indent-line-function)
1861 (insert "#+TBLFM:"))
1863 (mapconcat (lambda (x)
1865 (if (equal (string-to-char (car x
)) ?
@) "" "$")
1866 (car x
) "=" (cdr x
)))
1870 (defsubst org-table-formula-make-cmp-string
(a)
1871 (when (string-match "^\\(@\\([0-9]+\\)\\)?\\(\\$?\\([0-9]+\\)\\)?\\(\\$?[a-zA-Z0-9]+\\)?" a
)
1873 (if (match-end 2) (format "@%05d" (string-to-number (match-string 2 a
))) "")
1874 (if (match-end 4) (format "$%05d" (string-to-number (match-string 4 a
))) "")
1875 (if (match-end 5) (concat "@@" (match-string 5 a
))))))
1877 (defun org-table-formula-less-p (a b
)
1878 "Compare two formulas for sorting."
1879 (let ((as (org-table-formula-make-cmp-string (car a
)))
1880 (bs (org-table-formula-make-cmp-string (car b
))))
1881 (and as bs
(string< as bs
))))
1883 (defun org-table-get-stored-formulas (&optional noerror
)
1884 "Return an alist with the stored formulas directly after current table."
1886 (let (scol eq eq-alist strings string seen
)
1888 (goto-char (org-table-end))
1889 (when (looking-at "\\([ \t]*\n\\)*[ \t]*#\\+TBLFM: *\\(.*\\)")
1890 (setq strings
(org-split-string (match-string 2) " *:: *"))
1891 (while (setq string
(pop strings
))
1892 (when (string-match "\\`\\(@[0-9]+\\$[0-9]+\\|\\$\\([a-zA-Z0-9]+\\)\\) *= *\\(.*[^ \t]\\)" string
)
1893 (setq scol
(if (match-end 2)
1894 (match-string 2 string
)
1895 (match-string 1 string
))
1896 eq
(match-string 3 string
)
1897 eq-alist
(cons (cons scol eq
) eq-alist
))
1898 (if (member scol seen
)
1901 (message "Double definition `$%s=' in TBLFM line, please fix by hand" scol
)
1904 (error "Double definition `$%s=' in TBLFM line, please fix by hand" scol
))
1905 (push scol seen
))))))
1906 (nreverse eq-alist
)))
1908 (defun org-table-fix-formulas (key replace
&optional limit delta remove
)
1909 "Modify the equations after the table structure has been edited.
1910 KEY is \"@\" or \"$\". REPLACE is an alist of numbers to replace.
1911 For all numbers larger than LIMIT, shift them by DELTA."
1913 (goto-char (org-table-end))
1914 (when (looking-at "[ \t]*#\\+TBLFM:")
1915 (let ((re (concat key
"\\([0-9]+\\)"))
1918 (if (or (equal key
"$") (equal key
"$LR"))
1919 (format "\\(@[0-9]+\\)?%s%d=.*?\\(::\\|$\\)"
1920 (regexp-quote key
) remove
)
1921 (format "@%d\\$[0-9]+=.*?\\(::\\|$\\)" remove
))))
1924 (while (re-search-forward re2
(point-at-eol) t
)
1925 (unless (save-match-data (org-in-regexp "remote([^)]+?)"))
1926 (replace-match ""))))
1927 (while (re-search-forward re
(point-at-eol) t
)
1928 (unless (save-match-data (org-in-regexp "remote([^)]+?)"))
1929 (setq s
(match-string 1) n
(string-to-number s
))
1931 ((setq a
(assoc s replace
))
1932 (replace-match (concat key
(cdr a
)) t t
))
1933 ((and limit
(> n limit
))
1934 (replace-match (concat key
(int-to-string (+ n delta
)))
1937 (defun org-table-get-specials ()
1938 "Get the column names and local parameters for this table."
1940 (let ((beg (org-table-begin)) (end (org-table-end))
1941 names name fields fields1 field cnt
1942 c v l line col types dlines hlines last-dline
)
1943 (setq org-table-column-names nil
1944 org-table-local-parameters nil
1945 org-table-named-field-locations nil
1946 org-table-current-begin-line nil
1947 org-table-current-begin-pos nil
1948 org-table-current-line-types nil
)
1950 (when (re-search-forward "^[ \t]*| *! *\\(|.*\\)" end t
)
1951 (setq names
(org-split-string (match-string 1) " *| *")
1953 (while (setq name
(pop names
))
1955 (if (string-match "^[a-zA-Z][a-zA-Z0-9]*$" name
)
1956 (push (cons name
(int-to-string cnt
)) org-table-column-names
))))
1957 (setq org-table-column-names
(nreverse org-table-column-names
))
1958 (setq org-table-column-name-regexp
1959 (concat "\\$\\(" (mapconcat 'car org-table-column-names
"\\|") "\\)\\>"))
1961 (while (re-search-forward "^[ \t]*| *\\$ *\\(|.*\\)" end t
)
1962 (setq fields
(org-split-string (match-string 1) " *| *"))
1963 (while (setq field
(pop fields
))
1964 (if (string-match "^\\([a-zA-Z][_a-zA-Z0-9]*\\|%\\) *= *\\(.*\\)" field
)
1965 (push (cons (match-string 1 field
) (match-string 2 field
))
1966 org-table-local-parameters
))))
1968 (while (re-search-forward "^[ \t]*| *\\([_^]\\) *\\(|.*\\)" end t
)
1969 (setq c
(match-string 1)
1970 fields
(org-split-string (match-string 2) " *| *"))
1972 (beginning-of-line (if (equal c
"_") 2 0))
1973 (setq line
(org-current-line) col
1)
1974 (and (looking-at "^[ \t]*|[^|]*\\(|.*\\)")
1975 (setq fields1
(org-split-string (match-string 1) " *| *"))))
1976 (while (and fields1
(setq field
(pop fields
)))
1977 (setq v
(pop fields1
) col
(1+ col
))
1978 (when (and (stringp field
) (stringp v
)
1979 (string-match "^[a-zA-Z][a-zA-Z0-9]*$" field
))
1980 (push (cons field v
) org-table-local-parameters
)
1981 (push (list field line col
) org-table-named-field-locations
))))
1982 ;; Analyse the line types
1984 (setq org-table-current-begin-line
(org-current-line)
1985 org-table-current-begin-pos
(point)
1986 l org-table-current-begin-line
)
1987 (while (looking-at "[ \t]*|\\(-\\)?")
1988 (push (if (match-end 1) 'hline
'dline
) types
)
1989 (if (match-end 1) (push l hlines
) (push l dlines
))
1990 (beginning-of-line 2)
1992 (push 'hline types
) ;; add an imaginary extra hline to the end
1993 (setq org-table-current-line-types
(apply 'vector
(nreverse types
))
1994 last-dline
(car dlines
)
1995 org-table-dlines
(apply 'vector
(cons nil
(nreverse dlines
)))
1996 org-table-hlines
(apply 'vector
(cons nil
(nreverse hlines
))))
1997 (org-goto-line last-dline
)
1998 (let* ((l last-dline
)
1999 (fields (org-split-string
2000 (buffer-substring (point-at-bol) (point-at-eol))
2002 (nfields (length fields
))
2004 (loop for i from
1 to nfields do
2005 (push (list (format "LR%d" i
) l i
) al
)
2006 (push (cons (format "LR%d" i
) (nth (1- i
) fields
)) al2
))
2007 (setq org-table-named-field-locations
2008 (append org-table-named-field-locations al
))
2009 (setq org-table-local-parameters
2010 (append org-table-local-parameters al2
))))))
2013 (defun org-table-maybe-eval-formula ()
2014 "Check if the current field starts with \"=\" or \":=\".
2015 If yes, store the formula and apply it."
2016 ;; We already know we are in a table. Get field will only return a formula
2017 ;; when appropriate. It might return a separator line, but no problem.
2018 (when org-table-formula-evaluate-inline
2019 (let* ((field (org-trim (or (org-table-get-field) "")))
2021 (when (string-match "^:?=\\(.*\\)" field
)
2022 (setq named
(equal (string-to-char field
) ?
:)
2023 eq
(match-string 1 field
))
2024 (if (or (fboundp 'calc-eval
)
2025 (equal (substring eq
0 (min 2 (length eq
))) "'("))
2026 (org-table-eval-formula (if named
'(4) nil
)
2027 (org-table-formula-from-user eq
))
2028 (error "Calc does not seem to be installed, and is needed to evaluate the formula"))))))
2030 (defvar org-recalc-commands nil
2031 "List of commands triggering the recalculation of a line.
2032 Will be filled automatically during use.")
2034 (defvar org-recalc-marks
2035 '((" " .
"Unmarked: no special line, no automatic recalculation")
2036 ("#" .
"Automatically recalculate this line upon TAB, RET, and C-c C-c in the line")
2037 ("*" .
"Recalculate only when entire table is recalculated with `C-u C-c *'")
2038 ("!" .
"Column name definition line. Reference in formula as $name.")
2039 ("$" .
"Parameter definition line name=value. Reference in formula as $name.")
2040 ("_" .
"Names for values in row below this one.")
2041 ("^" .
"Names for values in row above this one.")))
2043 (defun org-table-rotate-recalc-marks (&optional newchar
)
2044 "Rotate the recalculation mark in the first column.
2045 If in any row, the first field is not consistent with a mark,
2046 insert a new column for the markers.
2047 When there is an active region, change all the lines in the region,
2048 after prompting for the marking character.
2049 After each change, a message will be displayed indicating the meaning
2052 (unless (org-at-table-p) (error "Not at a table"))
2053 (let* ((marks (append (mapcar 'car org-recalc-marks
) '(" ")))
2054 (beg (org-table-begin))
2055 (end (org-table-end))
2056 (l (org-current-line))
2057 (l1 (if (org-region-active-p) (org-current-line (region-beginning))))
2058 (l2 (if (org-region-active-p) (org-current-line (region-end))))
2062 (not (re-search-forward "^[ \t]*|[^-|][^|]*[^#!$*_^| \t][^|]*|" end t
))))
2063 (col (org-table-current-column))
2064 (forcenew (car (assoc newchar org-recalc-marks
)))
2067 (message "Change region to what mark? Type # * ! $ or SPC: ")
2068 (setq newchar
(char-to-string (read-char-exclusive))
2069 forcenew
(car (assoc newchar org-recalc-marks
))))
2070 (if (and newchar
(not forcenew
))
2071 (error "Invalid NEWCHAR `%s' in `org-table-rotate-recalc-marks'"
2073 (if l1
(org-goto-line l1
))
2075 (beginning-of-line 1)
2076 (unless (looking-at org-table-dataline-regexp
)
2077 (error "Not at a table data line")))
2079 (org-table-goto-column 1)
2080 (org-table-insert-column)
2081 (org-table-goto-column (1+ col
)))
2082 (setq epos
(point-at-eol))
2084 (beginning-of-line 1)
2085 (org-table-get-field
2086 1 (if (looking-at "^[ \t]*| *\\([#!$*^_ ]\\) *|")
2088 (setq new
(or forcenew
2089 (cadr (member (match-string 1) marks
))))
2095 (while (progn (beginning-of-line 2) (not (= (org-current-line) l2
)))
2096 (and (looking-at org-table-dataline-regexp
)
2097 (org-table-get-field 1 (concat " " new
" "))))
2098 (org-goto-line l1
)))
2099 (if (not (= epos
(point-at-eol))) (org-table-align))
2101 (and (interactive-p) (message "%s" (cdr (assoc new org-recalc-marks
))))))
2103 (defun org-table-maybe-recalculate-line ()
2104 "Recompute the current line if marked for it, and if we haven't just done it."
2106 (and org-table-allow-automatic-line-recalculation
2107 (not (and (memq last-command org-recalc-commands
)
2108 (equal org-last-recalc-line
(org-current-line))))
2109 (save-excursion (beginning-of-line 1)
2110 (looking-at org-table-auto-recalculate-regexp
))
2111 (org-table-recalculate) t
))
2114 (defsubst org-set-calc-mode
(var &optional value
)
2116 (setq var
(assoc var
'(("D" calc-angle-mode deg
)
2117 ("R" calc-angle-mode rad
)
2118 ("F" calc-prefer-frac t
)
2119 ("S" calc-symbolic-mode t
)))
2120 value
(nth 2 var
) var
(nth 1 var
)))
2121 (if (memq var modes
)
2122 (setcar (cdr (memq var modes
)) value
)
2123 (cons var
(cons value modes
)))
2126 (defun org-table-eval-formula (&optional arg equation
2127 suppress-align suppress-const
2128 suppress-store suppress-analysis
)
2129 "Replace the table field value at the cursor by the result of a calculation.
2131 This function makes use of Dave Gillespie's Calc package, in my view the
2132 most exciting program ever written for GNU Emacs. So you need to have Calc
2133 installed in order to use this function.
2135 In a table, this command replaces the value in the current field with the
2136 result of a formula. It also installs the formula as the \"current\" column
2137 formula, by storing it in a special line below the table. When called
2138 with a `C-u' prefix, the current field must ba a named field, and the
2139 formula is installed as valid in only this specific field.
2141 When called with two `C-u' prefixes, insert the active equation
2142 for the field back into the current field, so that it can be
2143 edited there. This is useful in order to use \\[org-table-show-reference]
2144 to check the referenced fields.
2146 When called, the command first prompts for a formula, which is read in
2147 the minibuffer. Previously entered formulas are available through the
2148 history list, and the last used formula is offered as a default.
2149 These stored formulas are adapted correctly when moving, inserting, or
2150 deleting columns with the corresponding commands.
2152 The formula can be any algebraic expression understood by the Calc package.
2153 For details, see the Org-mode manual.
2155 This function can also be called from Lisp programs and offers
2156 additional arguments: EQUATION can be the formula to apply. If this
2157 argument is given, the user will not be prompted. SUPPRESS-ALIGN is
2158 used to speed-up recursive calls by by-passing unnecessary aligns.
2159 SUPPRESS-CONST suppresses the interpretation of constants in the
2160 formula, assuming that this has been done already outside the function.
2161 SUPPRESS-STORE means the formula should not be stored, either because
2162 it is already stored, or because it is a modified equation that should
2163 not overwrite the stored one."
2165 (org-table-check-inside-data-field)
2166 (or suppress-analysis
(org-table-get-specials))
2167 (if (equal arg
'(16))
2168 (let ((eq (org-table-current-field-formula)))
2169 (or eq
(error "No equation active for current field"))
2170 (org-table-get-field nil eq
)
2172 (setq org-table-may-need-update t
))
2174 (ndown (if (integerp arg
) arg
1))
2175 (org-table-automatic-realign nil
)
2176 (case-fold-search nil
)
2178 (formula (if (and equation suppress-store
)
2180 (org-table-get-formula equation
(equal arg
'(4)))))
2181 (n0 (org-table-current-column))
2182 (modes (copy-sequence org-calc-default-modes
))
2183 (numbers nil
) ; was a variable, now fixed default
2185 n form form0 bw fmt x ev orig c lispp literal
)
2186 ;; Parse the format string. Since we have a lot of modes, this is
2187 ;; a lot of work. However, I think calc still uses most of the time.
2188 (if (string-match ";" formula
)
2189 (let ((tmp (org-split-string formula
";")))
2190 (setq formula
(car tmp
)
2191 fmt
(concat (cdr (assoc "%" org-table-local-parameters
))
2193 (while (string-match "\\([pnfse]\\)\\(-?[0-9]+\\)" fmt
)
2194 (setq c
(string-to-char (match-string 1 fmt
))
2195 n
(string-to-number (match-string 2 fmt
)))
2197 (setq modes
(org-set-calc-mode 'calc-internal-prec n
))
2198 (setq modes
(org-set-calc-mode
2200 (list (cdr (assoc c
'((?n . float
) (?f . fix
)
2201 (?s . sci
) (?e . eng
))))
2203 (setq fmt
(replace-match "" t t fmt
)))
2204 (if (string-match "[NT]" fmt
)
2205 (setq numbers
(equal (match-string 0 fmt
) "N")
2206 fmt
(replace-match "" t t fmt
)))
2207 (if (string-match "L" fmt
)
2209 fmt
(replace-match "" t t fmt
)))
2210 (if (string-match "E" fmt
)
2212 fmt
(replace-match "" t t fmt
)))
2213 (while (string-match "[DRFS]" fmt
)
2214 (setq modes
(org-set-calc-mode (match-string 0 fmt
)))
2215 (setq fmt
(replace-match "" t t fmt
)))
2216 (unless (string-match "\\S-" fmt
)
2218 (if (and (not suppress-const
) org-table-formula-use-constants
)
2219 (setq formula
(org-table-formula-substitute-names formula
)))
2220 (setq orig
(or (get-text-property 1 :orig-formula formula
) "?"))
2222 (setq fields
(org-split-string
2224 (buffer-substring (point-at-bol) (point-at-eol)))
2227 (setq fields
(mapcar
2228 (lambda (x) (number-to-string (string-to-number x
)))
2230 (setq ndown
(1- ndown
))
2231 (setq form
(copy-sequence formula
)
2232 lispp
(and (> (length form
) 2)(equal (substring form
0 2) "'(")))
2233 (if (and lispp literal
) (setq lispp
'literal
))
2234 ;; Check for old vertical references
2235 (setq form
(org-table-rewrite-old-row-references form
))
2236 ;; Insert remote references
2237 (while (string-match "\\<remote([ \t]*\\([-_a-zA-Z0-9]+\\)[ \t]*,[ \t]*\\([^\n)]+\\))" form
)
2241 (org-table-make-reference
2242 (org-table-get-remote-range
2243 (match-string 1 form
) (match-string 2 form
))
2244 keep-empty numbers lispp
))
2246 ;; Insert complex ranges
2247 (while (and (string-match org-table-range-regexp form
)
2248 (> (length (match-string 0 form
)) 1))
2252 (org-table-make-reference
2253 (org-table-get-range (match-string 0 form
) nil n0
)
2254 keep-empty numbers lispp
))
2256 ;; Insert simple ranges
2257 (while (string-match "\\$\\([0-9]+\\)\\.\\.\\$\\([0-9]+\\)" form
)
2261 (org-table-make-reference
2263 fields
(string-to-number (match-string 1 form
))
2264 (string-to-number (match-string 2 form
)))
2265 keep-empty numbers lispp
))
2268 ;; Insert the references to fields in same row
2269 (while (string-match "\\$\\([0-9]+\\)" form
)
2270 (setq n
(string-to-number (match-string 1 form
))
2271 x
(nth (1- (if (= n
0) n0 n
)) fields
))
2272 (unless x
(error "Invalid field specifier \"%s\""
2273 (match-string 0 form
)))
2274 (setq form
(replace-match
2276 (org-table-make-reference x nil numbers lispp
))
2280 (setq ev
(condition-case nil
2281 (eval (eval (read form
)))
2283 ev
(if (numberp ev
) (number-to-string ev
) ev
))
2284 (or (fboundp 'calc-eval
)
2285 (error "Calc does not seem to be installed, and is needed to evaluate the formula"))
2286 (setq ev
(calc-eval (cons form modes
)
2287 (if numbers
'num
))))
2289 (when org-table-formula-debug
2290 (with-output-to-temp-buffer "*Substitution History*"
2291 (princ (format "Substitution history of formula
2295 $1-> %s\n" orig formula form0 form
))
2297 (princ (format " %s^\nError: %s"
2298 (make-string (car ev
) ?\-
) (nth 1 ev
)))
2299 (princ (format "Result: %s\nFormat: %s\nFinal: %s"
2301 (if fmt
(format fmt
(string-to-number ev
)) ev
)))))
2302 (setq bw
(get-buffer-window "*Substitution History*"))
2303 (org-fit-window-to-buffer bw
)
2304 (unless (and (interactive-p) (not ndown
))
2305 (unless (let (inhibit-redisplay)
2306 (y-or-n-p "Debugging Formula. Continue to next? "))
2311 (if (listp ev
) (setq fmt nil ev
"#ERROR"))
2312 (org-table-justify-field-maybe
2313 (if fmt
(format fmt
(string-to-number ev
)) ev
))
2314 (if (and down
(> ndown
0) (looking-at ".*\n[ \t]*|[^-]"))
2315 (call-interactively 'org-return
)
2317 (and down
(org-table-maybe-recalculate-line))
2318 (or suppress-align
(and org-table-may-need-update
2319 (org-table-align))))))
2321 (defun org-table-put-field-property (prop value
)
2323 (put-text-property (progn (skip-chars-backward "^|") (point))
2324 (progn (skip-chars-forward "^|") (point))
2327 (defun org-table-get-range (desc &optional tbeg col highlight
)
2328 "Get a calc vector from a column, according to descriptor DESC.
2329 Optional arguments TBEG and COL can give the beginning of the table and
2330 the current column, to avoid unnecessary parsing.
2331 HIGHLIGHT means, just highlight the range."
2332 (if (not (equal (string-to-char desc
) ?
@))
2333 (setq desc
(concat "@" desc
)))
2335 (or tbeg
(setq tbeg
(org-table-begin)))
2336 (or col
(setq col
(org-table-current-column)))
2337 (let ((thisline (org-current-line))
2338 beg end c1 c2 r1 r2 rangep tmp
)
2339 (unless (string-match org-table-range-regexp desc
)
2340 (error "Invalid table range specifier `%s'" desc
))
2341 (setq rangep
(match-end 3)
2342 r1
(and (match-end 1) (match-string 1 desc
))
2343 r2
(and (match-end 4) (match-string 4 desc
))
2344 c1
(and (match-end 2) (substring (match-string 2 desc
) 1))
2345 c2
(and (match-end 5) (substring (match-string 5 desc
) 1)))
2347 (and c1
(setq c1
(+ (string-to-number c1
)
2348 (if (memq (string-to-char c1
) '(?- ?
+)) col
0))))
2349 (and c2
(setq c2
(+ (string-to-number c2
)
2350 (if (memq (string-to-char c2
) '(?- ?
+)) col
0))))
2351 (if (equal r1
"") (setq r1 nil
))
2352 (if (equal r2
"") (setq r2 nil
))
2353 (if r1
(setq r1
(org-table-get-descriptor-line r1
)))
2354 (if r2
(setq r2
(org-table-get-descriptor-line r2
)))
2355 ; (setq r2 (or r2 r1) c2 (or c2 c1))
2356 (if (not r1
) (setq r1 thisline
))
2357 (if (not r2
) (setq r2 thisline
))
2358 (if (not c1
) (setq c1 col
))
2359 (if (not c2
) (setq c2 col
))
2360 (if (or (not rangep
) (and (= r1 r2
) (= c1 c2
)))
2364 (while (not (looking-at org-table-dataline-regexp
))
2365 (beginning-of-line 2))
2366 (prog1 (org-trim (org-table-get-field c1
))
2367 (if highlight
(org-table-highlight-rectangle (point) (point)))))
2368 ;; A range, return a vector
2369 ;; First sort the numbers to get a regular ractangle
2370 (if (< r2 r1
) (setq tmp r1 r1 r2 r2 tmp
))
2371 (if (< c2 c1
) (setq tmp c1 c1 c2 c2 tmp
))
2373 (while (not (looking-at org-table-dataline-regexp
))
2374 (beginning-of-line 2))
2375 (org-table-goto-column c1
)
2378 (while (not (looking-at org-table-dataline-regexp
))
2379 (beginning-of-line 0))
2380 (org-table-goto-column c2
)
2383 (org-table-highlight-rectangle
2384 beg
(progn (skip-chars-forward "^|\n") (point))))
2385 ;; return string representation of calc vector
2387 (apply 'append
(org-table-copy-region beg end
)))))))
2389 (defun org-table-get-descriptor-line (desc &optional cline bline table
)
2390 "Analyze descriptor DESC and retrieve the corresponding line number.
2391 The cursor is currently in line CLINE, the table begins in line BLINE,
2392 and TABLE is a vector with line types."
2393 (if (string-match "^[0-9]+$" desc
)
2394 (aref org-table-dlines
(string-to-number desc
))
2395 (setq cline
(or cline
(org-current-line))
2396 bline
(or bline org-table-current-begin-line
)
2397 table
(or table org-table-current-line-types
))
2399 (not (string-match "^\\(\\([-+]\\)?\\(I+\\)\\)?\\(\\([-+]\\)?\\([0-9]+\\)\\)?" desc
))
2401 (and (not (match-end 3)) (not (match-end 6)))
2402 (and (match-end 3) (match-end 6) (not (match-end 5))))
2403 (error "invalid row descriptor `%s'" desc
))
2404 (let* ((hdir (and (match-end 2) (match-string 2 desc
)))
2405 (hn (if (match-end 3) (- (match-end 3) (match-beginning 3)) nil
))
2406 (odir (and (match-end 5) (match-string 5 desc
)))
2407 (on (if (match-end 6) (string-to-number (match-string 6 desc
))))
2409 (rel (and (match-end 6)
2410 (or (and (match-end 1) (not (match-end 3)))
2412 (if (and hn
(not hdir
))
2415 (if (eq (aref table
0) 'hline
) (setq hn
(1- hn
)))))
2416 (if (and (not hn
) on
(not odir
))
2417 (error "should never happen");;(aref org-table-dlines on)
2418 (if (and hn
(> hn
0))
2419 (setq i
(org-table-find-row-type table i
'hline
(equal hdir
"-")
2420 nil hn cline desc
)))
2422 (setq i
(org-table-find-row-type table i
'dline
(equal odir
"-")
2423 rel on cline desc
)))
2426 (defun org-table-find-row-type (table i type backwards relative n cline desc
)
2427 "FIXME: Needs more documentation."
2428 (let ((l (length table
)))
2430 (while (and (setq i
(+ i
(if backwards -
1 1)))
2432 (not (eq (aref table i
) type
))
2433 (if (and relative
(eq (aref table i
) 'hline
))
2435 ((eq org-table-relative-ref-may-cross-hline t
) t
)
2436 ((eq org-table-relative-ref-may-cross-hline
'error
)
2437 (error "Row descriptor %s used in line %d crosses hline" desc cline
))
2438 (t (setq i
(- i
(if backwards -
1 1))
2443 (if (or (< i
0) (>= i l
))
2444 (error "Row descriptor %s used in line %d leads outside table"
2448 (defun org-table-rewrite-old-row-references (s)
2449 (if (string-match "&[-+0-9I]" s
)
2450 (error "Formula contains old &row reference, please rewrite using @-syntax")
2453 (defun org-table-make-reference (elements keep-empty numbers lispp
)
2454 "Convert list ELEMENTS to something appropriate to insert into formula.
2455 KEEP-EMPTY indicated to keep empty fields, default is to skip them.
2456 NUMBERS indicates that everything should be converted to numbers.
2457 LISPP means to return something appropriate for a Lisp list."
2458 (if (stringp elements
) ; just a single val
2460 (if (eq lispp
'literal
)
2462 (prin1-to-string (if numbers
(string-to-number elements
) elements
)))
2463 (if (equal elements
"") (setq elements
"0"))
2464 (if numbers
(setq elements
(number-to-string (string-to-number elements
))))
2465 (concat "(" elements
")"))
2469 (mapcar (lambda (x) (if (string-match "\\S-" x
) x nil
))
2471 (setq elements
(or elements
'("0")))
2475 (if (eq lispp
'literal
)
2477 (prin1-to-string (if numbers
(string-to-number x
) x
))))
2479 (concat "[" (mapconcat
2481 (if numbers
(number-to-string (string-to-number x
)) x
))
2485 (defun org-table-recalculate (&optional all noalign
)
2486 "Recalculate the current table line by applying all stored formulas.
2487 With prefix arg ALL, do this for all lines in the table.
2488 With the prefix argument ALL is `(16)' (a double `C-c C-u' prefix), or if
2489 it is the symbol `iterate', recompute the table until it no longer changes.
2490 If NOALIGN is not nil, do not re-align the table after the computations
2491 are done. This is typically used internally to save time, if it is
2492 known that the table will be realigned a little later anyway."
2494 (or (memq this-command org-recalc-commands
)
2495 (setq org-recalc-commands
(cons this-command org-recalc-commands
)))
2496 (unless (org-at-table-p) (error "Not at a table"))
2497 (if (or (eq all
'iterate
) (equal all
'(16)))
2499 (org-table-get-specials)
2500 (let* ((eqlist (sort (org-table-get-stored-formulas)
2501 (lambda (a b
) (string< (car a
) (car b
)))))
2502 (inhibit-redisplay (not debug-on-error
))
2503 (line-re org-table-dataline-regexp
)
2504 (thisline (org-current-line))
2505 (thiscol (org-table-current-column))
2506 beg end entry eqlnum eqlname eqlname1 eql
(cnt 0) eq a name
)
2507 ;; Insert constants in all formulas
2510 (setcdr x
(org-table-formula-substitute-names (cdr x
)))
2513 ;; Split the equation list
2514 (while (setq eq
(pop eqlist
))
2515 (if (<= (string-to-char (car eq
)) ?
9)
2518 (setq eqlnum
(nreverse eqlnum
) eqlname
(nreverse eqlname
))
2521 (setq end
(move-marker (make-marker) (1+ (org-table-end))))
2522 (goto-char (setq beg
(org-table-begin)))
2523 (if (re-search-forward org-table-calculate-mark-regexp end t
)
2524 ;; This is a table with marked lines, compute selected lines
2525 (setq line-re org-table-recalculate-regexp
)
2526 ;; Move forward to the first non-header line
2527 (if (and (re-search-forward org-table-dataline-regexp end t
)
2528 (re-search-forward org-table-hline-regexp end t
)
2529 (re-search-forward org-table-dataline-regexp end t
))
2530 (setq beg
(match-beginning 0))
2531 nil
))) ;; just leave beg where it is
2532 (setq beg
(point-at-bol)
2533 end
(move-marker (make-marker) (1+ (point-at-eol)))))
2535 (and all
(message "Re-applying formulas to full table..."))
2537 ;; First find the named fields, and mark them untouchable
2538 (remove-text-properties beg end
'(org-untouchable t
))
2539 (while (setq eq
(pop eqlname
))
2541 a
(assoc name org-table-named-field-locations
))
2543 (string-match "@\\([0-9]+\\)\\$\\([0-9]+\\)" name
)
2546 (aref org-table-dlines
2547 (string-to-number (match-string 1 name
)))
2548 (error (error "Invalid row number in %s"
2550 (string-to-number (match-string 2 name
)))))
2551 (when (and a
(or all
(equal (nth 1 a
) thisline
)))
2552 (message "Re-applying formula to field: %s" name
)
2553 (org-goto-line (nth 1 a
))
2554 (org-table-goto-column (nth 2 a
))
2555 (push (append a
(list (cdr eq
))) eqlname1
)
2556 (org-table-put-field-property :org-untouchable t
)))
2558 ;; Now evauluate the column formulas, but skip fields covered by
2561 (while (re-search-forward line-re end t
)
2562 (unless (string-match "^ *[_^!$/] *$" (org-table-get-field 1))
2563 ;; Unprotected line, recalculate
2564 (and all
(message "Re-applying formulas to full table...(line %d)"
2565 (setq cnt
(1+ cnt
))))
2566 (setq org-last-recalc-line
(org-current-line))
2568 (while (setq entry
(pop eql
))
2569 (org-goto-line org-last-recalc-line
)
2570 (org-table-goto-column (string-to-number (car entry
)) nil
'force
)
2571 (unless (get-text-property (point) :org-untouchable
)
2572 (org-table-eval-formula nil
(cdr entry
)
2573 'noalign
'nocst
'nostore
'noanalysis
)))))
2575 ;; Now evaluate the field formulas
2576 (while (setq eq
(pop eqlname1
))
2577 (message "Re-applying formula to field: %s" (car eq
))
2578 (org-goto-line (nth 1 eq
))
2579 (org-table-goto-column (nth 2 eq
))
2580 (org-table-eval-formula nil
(nth 3 eq
) 'noalign
'nocst
2581 'nostore
'noanalysis
))
2583 (org-goto-line thisline
)
2584 (org-table-goto-column thiscol
)
2585 (remove-text-properties (point-min) (point-max) '(org-untouchable t
))
2586 (or noalign
(and org-table-may-need-update
(org-table-align))
2587 (and all
(message "Re-applying formulas to %d lines...done" cnt
)))
2589 ;; back to initial position
2590 (message "Re-applying formulas...done")
2591 (org-goto-line thisline
)
2592 (org-table-goto-column thiscol
)
2593 (or noalign
(and org-table-may-need-update
(org-table-align))
2594 (and all
(message "Re-applying formulas...done"))))))
2596 (defun org-table-iterate (&optional arg
)
2597 "Recalculate the table until it does not change anymore."
2599 (let ((imax (if arg
(prefix-numeric-value arg
) 10))
2601 (lasttbl (buffer-substring (org-table-begin) (org-table-end)))
2606 (org-table-recalculate 'all
)
2607 (setq thistbl
(buffer-substring (org-table-begin) (org-table-end)))
2608 (if (not (string= lasttbl thistbl
))
2609 (setq lasttbl thistbl
)
2611 (message "Convergence after %d iterations" i
)
2612 (message "Table was already stable"))
2614 (error "No convergence after %d iterations" i
))))
2616 (defun org-table-formula-substitute-names (f)
2617 "Replace $const with values in string F."
2618 (let ((start 0) a
(f1 f
) (pp (/= (string-to-char f
) ?
')))
2619 ;; First, check for column names
2620 (while (setq start
(string-match org-table-column-name-regexp f start
))
2621 (setq start
(1+ start
))
2622 (setq a
(assoc (match-string 1 f
) org-table-column-names
))
2623 (setq f
(replace-match (concat "$" (cdr a
)) t t f
)))
2624 ;; Parameters and constants
2626 (while (setq start
(string-match "\\$\\([a-zA-Z][_a-zA-Z0-9]*\\)\\|\\(\\<remote([^)]*)\\)" f start
))
2628 (setq start
(match-end 2))
2629 (setq start
(1+ start
))
2630 (if (setq a
(save-match-data
2631 (org-table-get-constant (match-string 1 f
))))
2632 (setq f
(replace-match
2633 (concat (if pp
"(") a
(if pp
")")) t t f
)))))
2634 (if org-table-formula-debug
2635 (put-text-property 0 (length f
) :orig-formula f1 f
))
2638 (defun org-table-get-constant (const)
2639 "Find the value for a parameter or constant in a formula.
2640 Parameters get priority."
2641 (or (cdr (assoc const org-table-local-parameters
))
2642 (cdr (assoc const org-table-formula-constants-local
))
2643 (cdr (assoc const org-table-formula-constants
))
2644 (and (fboundp 'constants-get
) (constants-get const
))
2645 (and (string= (substring const
0 (min 5 (length const
))) "PROP_")
2646 (org-entry-get nil
(substring const
5) 'inherit
))
2649 (defvar org-table-fedit-map
2650 (let ((map (make-sparse-keymap)))
2651 (org-defkey map
"\C-x\C-s" 'org-table-fedit-finish
)
2652 (org-defkey map
"\C-c\C-s" 'org-table-fedit-finish
)
2653 (org-defkey map
"\C-c\C-c" 'org-table-fedit-finish
)
2654 (org-defkey map
"\C-c\C-q" 'org-table-fedit-abort
)
2655 (org-defkey map
"\C-c?" 'org-table-show-reference
)
2656 (org-defkey map
[(meta shift up
)] 'org-table-fedit-line-up
)
2657 (org-defkey map
[(meta shift down
)] 'org-table-fedit-line-down
)
2658 (org-defkey map
[(shift up
)] 'org-table-fedit-ref-up
)
2659 (org-defkey map
[(shift down
)] 'org-table-fedit-ref-down
)
2660 (org-defkey map
[(shift left
)] 'org-table-fedit-ref-left
)
2661 (org-defkey map
[(shift right
)] 'org-table-fedit-ref-right
)
2662 (org-defkey map
[(meta up
)] 'org-table-fedit-scroll-down
)
2663 (org-defkey map
[(meta down
)] 'org-table-fedit-scroll
)
2664 (org-defkey map
[(meta tab
)] 'lisp-complete-symbol
)
2665 (org-defkey map
"\M-\C-i" 'lisp-complete-symbol
)
2666 (org-defkey map
[(tab)] 'org-table-fedit-lisp-indent
)
2667 (org-defkey map
"\C-i" 'org-table-fedit-lisp-indent
)
2668 (org-defkey map
"\C-c\C-r" 'org-table-fedit-toggle-ref-type
)
2669 (org-defkey map
"\C-c}" 'org-table-fedit-toggle-coordinates
)
2672 (easy-menu-define org-table-fedit-menu org-table-fedit-map
"Org Edit Formulas Menu"
2674 ["Finish and Install" org-table-fedit-finish t
]
2675 ["Finish, Install, and Apply" (org-table-fedit-finish t
) :keys
"C-u C-c C-c"]
2676 ["Abort" org-table-fedit-abort t
]
2678 ["Pretty-Print Lisp Formula" org-table-fedit-lisp-indent t
]
2679 ["Complete Lisp Symbol" lisp-complete-symbol t
]
2681 "Shift Reference at Point"
2682 ["Up" org-table-fedit-ref-up t
]
2683 ["Down" org-table-fedit-ref-down t
]
2684 ["Left" org-table-fedit-ref-left t
]
2685 ["Right" org-table-fedit-ref-right t
]
2687 "Change Test Row for Column Formulas"
2688 ["Up" org-table-fedit-line-up t
]
2689 ["Down" org-table-fedit-line-down t
]
2691 ["Scroll Table Window" org-table-fedit-scroll t
]
2692 ["Scroll Table Window down" org-table-fedit-scroll-down t
]
2693 ["Show Table Grid" org-table-fedit-toggle-coordinates
2694 :style toggle
:selected
(with-current-buffer (marker-buffer org-pos
)
2695 org-table-overlay-coordinates
)]
2697 ["Standard Refs (B3 instead of @3$2)" org-table-fedit-toggle-ref-type
2698 :style toggle
:selected org-table-buffer-is-an
]))
2702 (defun org-table-edit-formulas ()
2703 "Edit the formulas of the current table in a separate buffer."
2705 (when (save-excursion (beginning-of-line 1) (looking-at "[ \t]*#\\+TBLFM"))
2706 (beginning-of-line 0))
2707 (unless (org-at-table-p) (error "Not at a table"))
2708 (org-table-get-specials)
2709 (let ((key (org-table-current-field-formula 'key
'noerror
))
2710 (eql (sort (org-table-get-stored-formulas 'noerror
)
2711 'org-table-formula-less-p
))
2712 (pos (move-marker (make-marker) (point)))
2714 (wc (current-window-configuration))
2715 (titles '((column .
"# Column Formulas\n")
2716 (field .
"# Field Formulas\n")
2717 (named .
"# Named Field Formulas\n")))
2719 (org-switch-to-buffer-other-window "*Edit Formulas*")
2721 ;; Keep global-font-lock-mode from turning on font-lock-mode
2722 (let ((font-lock-global-modes '(not fundamental-mode
)))
2724 (org-set-local 'font-lock-global-modes
(list 'not major-mode
))
2725 (org-set-local 'org-pos pos
)
2726 (org-set-local 'org-window-configuration wc
)
2727 (use-local-map org-table-fedit-map
)
2728 (org-add-hook 'post-command-hook
'org-table-fedit-post-command t t
)
2729 (easy-menu-add org-table-fedit-menu
)
2730 (setq startline
(org-current-line))
2731 (while (setq entry
(pop eql
))
2733 ((equal (string-to-char (car entry
)) ?
@) 'field
)
2734 ((string-match "^[0-9]" (car entry
)) 'column
)
2736 (when (setq title
(assq type titles
))
2737 (or (bobp) (insert "\n"))
2738 (insert (org-add-props (cdr title
) nil
'face font-lock-comment-face
))
2739 (setq titles
(delq title titles
)))
2740 (if (equal key
(car entry
)) (setq startline
(org-current-line)))
2741 (setq s
(concat (if (equal (string-to-char (car entry
)) ?
@) "" "$")
2742 (car entry
) " = " (cdr entry
) "\n"))
2743 (remove-text-properties 0 (length s
) '(face nil
) s
)
2745 (if (eq org-table-use-standard-references t
)
2746 (org-table-fedit-toggle-ref-type))
2747 (org-goto-line startline
)
2748 (message "Edit formulas and finish with `C-c C-c'. See menu for more commands.")))
2750 (defun org-table-fedit-post-command ()
2751 (when (not (memq this-command
'(lisp-complete-symbol)))
2752 (let ((win (selected-window)))
2755 (org-table-show-reference)
2757 (select-window win
)))))
2759 (defun org-table-formula-to-user (s)
2760 "Convert a formula from internal to user representation."
2761 (if (eq org-table-use-standard-references t
)
2762 (org-table-convert-refs-to-an s
)
2765 (defun org-table-formula-from-user (s)
2766 "Convert a formula from user to internal representation."
2767 (if org-table-use-standard-references
2768 (org-table-convert-refs-to-rc s
)
2771 (defun org-table-convert-refs-to-rc (s)
2772 "Convert spreadsheet references from AB7 to @7$28.
2773 Works for single references, but also for entire formulas and even the
2776 (while (string-match "\\<\\([a-zA-Z]+\\)\\([0-9]+\\>\\|&\\)\\|\\(;[^\r\n:]+\\|\\<remote([^)]*)\\)" s start
)
2779 ;; format match, just advance
2780 (setq start
(match-end 0)))
2781 ((and (> (match-beginning 0) 0)
2782 (equal ?.
(aref s
(max (1- (match-beginning 0)) 0)))
2783 (not (equal ?.
(aref s
(max (- (match-beginning 0) 2) 0)))))
2784 ;; 3.e5 or something like this.
2785 (setq start
(match-end 0)))
2787 (setq start
(match-beginning 0)
2789 (if (equal (match-string 2 s
) "&")
2790 (format "$%d" (org-letters-to-number (match-string 1 s
)))
2792 (string-to-number (match-string 2 s
))
2793 (org-letters-to-number (match-string 1 s
))))
2797 (defun org-table-convert-refs-to-an (s)
2798 "Convert spreadsheet references from to @7$28 to AB7.
2799 Works for single references, but also for entire formulas and even the
2801 (while (string-match "@\\([0-9]+\\)\\$\\([0-9]+\\)" s
)
2802 (setq s
(replace-match
2804 (org-number-to-letters
2805 (string-to-number (match-string 2 s
)))
2806 (string-to-number (match-string 1 s
)))
2808 (while (string-match "\\(^\\|[^0-9a-zA-Z]\\)\\$\\([0-9]+\\)" s
)
2809 (setq s
(replace-match (concat "\\1"
2810 (org-number-to-letters
2811 (string-to-number (match-string 2 s
))) "&")
2815 (defun org-letters-to-number (s)
2816 "Convert a base 26 number represented by letters into an integer.
2817 For example: AB -> 28."
2820 (while (> (length s
) 0)
2821 (setq n
(+ (* n
26) (string-to-char s
) (- ?A
) 1)
2825 (defun org-number-to-letters (n)
2826 "Convert an integer into a base 26 number represented by letters.
2827 For example: 28 -> AB."
2830 (setq s
(concat (char-to-string (+ (mod (1- n
) 26) ?A
)) s
)
2834 (defun org-table-fedit-convert-buffer (function)
2835 "Convert all references in this buffer, using FUNCTION."
2836 (let ((line (org-current-line)))
2837 (goto-char (point-min))
2839 (insert (funcall function
(buffer-substring (point) (point-at-eol))))
2840 (delete-region (point) (point-at-eol))
2841 (or (eobp) (forward-char 1)))
2842 (org-goto-line line
)))
2844 (defun org-table-fedit-toggle-ref-type ()
2845 "Convert all references in the buffer from B3 to @3$2 and back."
2847 (org-set-local 'org-table-buffer-is-an
(not org-table-buffer-is-an
))
2848 (org-table-fedit-convert-buffer
2849 (if org-table-buffer-is-an
2850 'org-table-convert-refs-to-an
'org-table-convert-refs-to-rc
))
2851 (message "Reference type switched to %s"
2852 (if org-table-buffer-is-an
"A1 etc" "@row$column")))
2854 (defun org-table-fedit-ref-up ()
2855 "Shift the reference at point one row/hline up."
2857 (org-table-fedit-shift-reference 'up
))
2858 (defun org-table-fedit-ref-down ()
2859 "Shift the reference at point one row/hline down."
2861 (org-table-fedit-shift-reference 'down
))
2862 (defun org-table-fedit-ref-left ()
2863 "Shift the reference at point one field to the left."
2865 (org-table-fedit-shift-reference 'left
))
2866 (defun org-table-fedit-ref-right ()
2867 "Shift the reference at point one field to the right."
2869 (org-table-fedit-shift-reference 'right
))
2871 (defun org-table-fedit-shift-reference (dir)
2873 ((org-at-regexp-p "\\(\\<[a-zA-Z]\\)&")
2874 (if (memq dir
'(left right
))
2875 (org-rematch-and-replace 1 (eq dir
'left
))
2876 (error "Cannot shift reference in this direction")))
2877 ((org-at-regexp-p "\\(\\<[a-zA-Z]\\{1,2\\}\\)\\([0-9]+\\)")
2878 ;; A B3-like reference
2879 (if (memq dir
'(up down
))
2880 (org-rematch-and-replace 2 (eq dir
'up
))
2881 (org-rematch-and-replace 1 (eq dir
'left
))))
2883 "\\(@\\|\\.\\.\\)\\([-+]?\\(I+\\>\\|[0-9]+\\)\\)\\(\\$\\([-+]?[0-9]+\\)\\)?")
2884 ;; An internal reference
2885 (if (memq dir
'(up down
))
2886 (org-rematch-and-replace 2 (eq dir
'up
) (match-end 3))
2887 (org-rematch-and-replace 5 (eq dir
'left
))))))
2889 (defun org-rematch-and-replace (n &optional decr hline
)
2890 "Re-match the group N, and replace it with the shifted refrence."
2891 (or (match-end n
) (error "Cannot shift reference in this direction"))
2892 (goto-char (match-beginning n
))
2893 (and (looking-at (regexp-quote (match-string n
)))
2894 (replace-match (org-table-shift-refpart (match-string 0) decr hline
)
2897 (defun org-table-shift-refpart (ref &optional decr hline
)
2898 "Shift a refrence part REF.
2899 If DECR is set, decrease the references row/column, else increase.
2900 If HLINE is set, this may be a hline reference, it certainly is not
2901 a translation reference."
2903 (let* ((sign (string-match "^[-+]" ref
)) n
)
2905 (if sign
(setq sign
(substring ref
0 1) ref
(substring ref
1)))
2907 ((and hline
(string-match "^I+" ref
))
2908 (setq n
(string-to-number (concat sign
(number-to-string (length ref
)))))
2909 (setq n
(+ n
(if decr -
1 1)))
2910 (if (= n
0) (setq n
(+ n
(if decr -
1 1))))
2912 (setq sign
(if (< n
0) "-" "+") n
(abs n
))
2914 (concat sign
(make-string n ?I
)))
2916 ((string-match "^[0-9]+" ref
)
2917 (setq n
(string-to-number (concat sign ref
)))
2918 (setq n
(+ n
(if decr -
1 1)))
2920 (concat (if (< n
0) "-" "+") (number-to-string (abs n
)))
2921 (number-to-string (max 1 n
))))
2923 ((string-match "^[a-zA-Z]+" ref
)
2924 (org-number-to-letters
2925 (max 1 (+ (org-letters-to-number ref
) (if decr -
1 1)))))
2927 (t (error "Cannot shift reference"))))))
2929 (defun org-table-fedit-toggle-coordinates ()
2930 "Toggle the display of coordinates in the referenced table."
2932 (let ((pos (marker-position org-pos
)))
2933 (with-current-buffer (marker-buffer org-pos
)
2936 (org-table-toggle-coordinate-overlays)))))
2938 (defun org-table-fedit-finish (&optional arg
)
2939 "Parse the buffer for formula definitions and install them.
2940 With prefix ARG, apply the new formulas to the table."
2942 (org-table-remove-rectangle-highlight)
2943 (if org-table-use-standard-references
2945 (org-table-fedit-convert-buffer 'org-table-convert-refs-to-rc
)
2946 (setq org-table-buffer-is-an nil
)))
2947 (let ((pos org-pos
) eql var form
)
2948 (goto-char (point-min))
2949 (while (re-search-forward
2950 "^\\(@[0-9]+\\$[0-9]+\\|\\$\\([a-zA-Z0-9]+\\)\\) *= *\\(.*\\(\n[ \t]+.*$\\)*\\)"
2952 (setq var
(if (match-end 2) (match-string 2) (match-string 1))
2953 form
(match-string 3))
2954 (setq form
(org-trim form
))
2955 (when (not (equal form
""))
2956 (while (string-match "[ \t]*\n[ \t]*" form
)
2957 (setq form
(replace-match " " t t form
)))
2958 (when (assoc var eql
)
2959 (error "Double formulas for %s" var
))
2960 (push (cons var form
) eql
)))
2962 (set-window-configuration org-window-configuration
)
2963 (select-window (get-buffer-window (marker-buffer pos
)))
2965 (unless (org-at-table-p)
2966 (error "Lost table position - cannot install formulae"))
2967 (org-table-store-formulas eql
)
2968 (move-marker pos nil
)
2969 (kill-buffer "*Edit Formulas*")
2971 (org-table-recalculate 'all
)
2972 (message "New formulas installed - press C-u C-c C-c to apply."))))
2974 (defun org-table-fedit-abort ()
2975 "Abort editing formulas, without installing the changes."
2977 (org-table-remove-rectangle-highlight)
2978 (let ((pos org-pos
))
2979 (set-window-configuration org-window-configuration
)
2980 (select-window (get-buffer-window (marker-buffer pos
)))
2982 (move-marker pos nil
)
2983 (message "Formula editing aborted without installing changes")))
2985 (defun org-table-fedit-lisp-indent ()
2986 "Pretty-print and re-indent Lisp expressions in the Formula Editor."
2988 (let ((pos (point)) beg end ind
)
2989 (beginning-of-line 1)
2991 ((looking-at "[ \t]")
2993 (call-interactively 'lisp-indent-line
))
2994 ((looking-at "[$&@0-9a-zA-Z]+ *= *[^ \t\n']") (goto-char pos
))
2995 ((not (fboundp 'pp-buffer
))
2996 (error "Cannot pretty-print. Command `pp-buffer' is not available."))
2997 ((looking-at "[$&@0-9a-zA-Z]+ *= *'(")
2998 (goto-char (- (match-end 0) 2))
3000 (setq ind
(make-string (current-column) ?\
))
3001 (condition-case nil
(forward-sexp 1)
3003 (error "Cannot pretty-print Lisp expression: Unbalanced parenthesis")))
3006 (narrow-to-region beg end
)
3007 (if (eq last-command this-command
)
3009 (goto-char (point-min))
3010 (setq this-command nil
)
3011 (while (re-search-forward "[ \t]*\n[ \t]*" nil t
)
3012 (replace-match " ")))
3014 (untabify (point-min) (point-max))
3015 (goto-char (1+ (point-min)))
3016 (while (re-search-forward "^." nil t
)
3017 (beginning-of-line 1)
3019 (goto-char (point-max))
3020 (backward-delete-char 1)))
3024 (defvar org-show-positions nil
)
3026 (defun org-table-show-reference (&optional local
)
3027 "Show the location/value of the $ expression at point."
3029 (org-table-remove-rectangle-highlight)
3031 (let ((pos (if local
(point) org-pos
))
3033 (org-inhibit-highlight-removal t
)
3034 (win (selected-window))
3035 (org-show-positions nil
)
3036 var name e what match dest
)
3037 (if local
(org-table-get-specials))
3039 ((or (org-at-regexp-p org-table-range-regexp2
)
3040 (org-at-regexp-p org-table-translate-regexp
)
3041 (org-at-regexp-p org-table-range-regexp
))
3044 (org-table-convert-refs-to-rc (match-string 0))))
3046 ((org-at-regexp-p "\\$[a-zA-Z][a-zA-Z0-9]*") 'name
)
3047 ((org-at-regexp-p "\\$[0-9]+") 'column
)
3049 (t (error "No reference at point")))
3050 match
(and what
(or match
(match-string 0))))
3051 (when (and match
(not (equal (match-beginning 0) (point-at-bol))))
3052 (org-table-add-rectangle-overlay (match-beginning 0) (match-end 0)
3053 'secondary-selection
))
3054 (org-add-hook 'before-change-functions
3055 'org-table-remove-rectangle-highlight
)
3056 (if (eq what
'name
) (setq var
(substring match
1)))
3057 (when (eq what
'range
)
3058 (or (equal (string-to-char match
) ?
@) (setq match
(concat "@" match
)))
3059 (setq match
(org-table-formula-substitute-names match
)))
3063 (re-search-backward "^\\S-" nil t
)
3064 (beginning-of-line 1)
3065 (when (looking-at "\\(\\$[0-9a-zA-Z]+\\|@[0-9]+\\$[0-9]+\\|[a-zA-Z]+\\([0-9]+\\|&\\)\\) *=")
3068 (org-table-convert-refs-to-rc (match-string 1))))
3069 (org-table-add-rectangle-overlay
3070 (match-beginning 1) (match-end 1) face2
))))
3071 (if (and (markerp pos
) (marker-buffer pos
))
3072 (if (get-buffer-window (marker-buffer pos
))
3073 (select-window (get-buffer-window (marker-buffer pos
)))
3074 (org-switch-to-buffer-other-window (get-buffer-window
3075 (marker-buffer pos
)))))
3077 (org-table-force-dataline)
3079 (setq name
(substring dest
1))
3081 ((string-match "^\\$[a-zA-Z][a-zA-Z0-9]*" dest
)
3082 (setq e
(assoc name org-table-named-field-locations
))
3083 (org-goto-line (nth 1 e
))
3084 (org-table-goto-column (nth 2 e
)))
3085 ((string-match "^@\\([0-9]+\\)\\$\\([0-9]+\\)" dest
)
3086 (let ((l (string-to-number (match-string 1 dest
)))
3087 (c (string-to-number (match-string 2 dest
))))
3088 (org-goto-line (aref org-table-dlines l
))
3089 (org-table-goto-column c
)))
3090 (t (org-table-goto-column (string-to-number name
))))
3091 (move-marker pos
(point))
3092 (org-table-highlight-rectangle nil nil face2
))
3094 ((equal dest match
))
3099 (org-table-get-range match nil nil
'highlight
))
3101 ((setq e
(assoc var org-table-named-field-locations
))
3102 (org-goto-line (nth 1 e
))
3103 (org-table-goto-column (nth 2 e
))
3104 (org-table-highlight-rectangle (point) (point))
3105 (message "Named field, column %d of line %d" (nth 2 e
) (nth 1 e
)))
3106 ((setq e
(assoc var org-table-column-names
))
3107 (org-table-goto-column (string-to-number (cdr e
)))
3108 (org-table-highlight-rectangle (point) (point))
3109 (goto-char (org-table-begin))
3110 (if (re-search-forward (concat "^[ \t]*| *! *.*?| *\\(" var
"\\) *|")
3113 (goto-char (match-beginning 1))
3114 (org-table-highlight-rectangle)
3115 (message "Named column (column %s)" (cdr e
)))
3116 (error "Column name not found")))
3119 (org-table-goto-column (string-to-number (substring match
1)))
3120 (org-table-highlight-rectangle (point) (point))
3121 (message "Column %s" (substring match
1)))
3122 ((setq e
(assoc var org-table-local-parameters
))
3123 (goto-char (org-table-begin))
3124 (if (re-search-forward (concat "^[ \t]*| *\\$ *.*?| *\\(" var
"=\\)") nil t
)
3126 (goto-char (match-beginning 1))
3127 (org-table-highlight-rectangle)
3128 (message "Local parameter."))
3129 (error "Parameter not found")))
3132 ((not var
) (error "No reference at point"))
3133 ((setq e
(assoc var org-table-formula-constants-local
))
3134 (message "Local Constant: $%s=%s in #+CONSTANTS line."
3136 ((setq e
(assoc var org-table-formula-constants
))
3137 (message "Constant: $%s=%s in `org-table-formula-constants'."
3139 ((setq e
(and (fboundp 'constants-get
) (constants-get var
)))
3140 (message "Constant: $%s=%s, from `constants.el'%s."
3141 var e
(format " (%s units)" constants-unit-system
)))
3142 (t (error "Undefined name $%s" var
)))))
3144 (when (and org-show-positions
3145 (not (memq this-command
'(org-table-fedit-scroll
3146 org-table-fedit-scroll-down
))))
3147 (push pos org-show-positions
)
3148 (push org-table-current-begin-pos org-show-positions
)
3149 (let ((min (apply 'min org-show-positions
))
3150 (max (apply 'max org-show-positions
)))
3151 (goto-char min
) (recenter 0)
3153 (or (pos-visible-in-window-p max
) (recenter -
1))))
3154 (select-window win
))))
3156 (defun org-table-force-dataline ()
3157 "Make sure the cursor is in a dataline in a table."
3158 (unless (save-excursion
3159 (beginning-of-line 1)
3160 (looking-at org-table-dataline-regexp
))
3161 (let* ((re org-table-dataline-regexp
)
3162 (p1 (save-excursion (re-search-forward re nil
'move
)))
3163 (p2 (save-excursion (re-search-backward re nil
'move
))))
3165 (goto-char (if (< (abs (- p1
(point))) (abs (- p2
(point))))
3167 ((or p1 p2
) (goto-char (or p1 p2
)))
3168 (t (error "No table dataline around here"))))))
3170 (defun org-table-fedit-line-up ()
3171 "Move cursor one line up in the window showing the table."
3173 (org-table-fedit-move 'previous-line
))
3175 (defun org-table-fedit-line-down ()
3176 "Move cursor one line down in the window showing the table."
3178 (org-table-fedit-move 'next-line
))
3180 (defun org-table-fedit-move (command)
3181 "Move the cursor in the window showing the table.
3182 Use COMMAND to do the motion, repeat if necessary to end up in a data line."
3183 (let ((org-table-allow-automatic-line-recalculation nil
)
3184 (pos org-pos
) (win (selected-window)) p
)
3185 (select-window (get-buffer-window (marker-buffer org-pos
)))
3187 (call-interactively command
)
3188 (while (and (org-at-table-p)
3189 (org-at-table-hline-p))
3190 (call-interactively command
))
3191 (or (org-at-table-p) (goto-char p
))
3192 (move-marker pos
(point))
3193 (select-window win
)))
3195 (defun org-table-fedit-scroll (N)
3197 (let ((other-window-scroll-buffer (marker-buffer org-pos
)))
3198 (scroll-other-window N
)))
3200 (defun org-table-fedit-scroll-down (N)
3202 (org-table-fedit-scroll (- N
)))
3204 (defvar org-table-rectangle-overlays nil
)
3206 (defun org-table-add-rectangle-overlay (beg end
&optional face
)
3207 "Add a new overlay."
3208 (let ((ov (org-make-overlay beg end
)))
3209 (org-overlay-put ov
'face
(or face
'secondary-selection
))
3210 (push ov org-table-rectangle-overlays
)))
3212 (defun org-table-highlight-rectangle (&optional beg end face
)
3213 "Highlight rectangular region in a table."
3214 (setq beg
(or beg
(point)) end
(or end
(point)))
3215 (let ((b (min beg end
))
3218 (and (boundp 'org-show-positions
)
3219 (setq org-show-positions
(cons b
(cons e org-show-positions
))))
3220 (goto-char (min beg end
))
3221 (setq l1
(org-current-line)
3222 c1
(org-table-current-column))
3223 (goto-char (max beg end
))
3224 (setq l2
(org-current-line)
3225 c2
(org-table-current-column))
3226 (if (> c1 c2
) (setq tmp c1 c1 c2 c2 tmp
))
3228 (beginning-of-line 1)
3229 (loop for line from l1 to l2 do
3230 (when (looking-at org-table-dataline-regexp
)
3231 (org-table-goto-column c1
)
3232 (skip-chars-backward "^|\n") (setq beg
(point))
3233 (org-table-goto-column c2
)
3234 (skip-chars-forward "^|\n") (setq end
(point))
3235 (org-table-add-rectangle-overlay beg end face
))
3236 (beginning-of-line 2))
3238 (add-hook 'before-change-functions
'org-table-remove-rectangle-highlight
))
3240 (defun org-table-remove-rectangle-highlight (&rest ignore
)
3241 "Remove the rectangle overlays."
3242 (unless org-inhibit-highlight-removal
3243 (remove-hook 'before-change-functions
'org-table-remove-rectangle-highlight
)
3244 (mapc 'org-delete-overlay org-table-rectangle-overlays
)
3245 (setq org-table-rectangle-overlays nil
)))
3247 (defvar org-table-coordinate-overlays nil
3248 "Collects the coordinate grid overlays, so that they can be removed.")
3249 (make-variable-buffer-local 'org-table-coordinate-overlays
)
3251 (defun org-table-overlay-coordinates ()
3252 "Add overlays to the table at point, to show row/column coordinates."
3254 (mapc 'org-delete-overlay org-table-coordinate-overlays
)
3255 (setq org-table-coordinate-overlays nil
)
3257 (let ((id 0) (ih 0) hline eol s1 s2 str ic ov beg
)
3258 (goto-char (org-table-begin))
3259 (while (org-at-table-p)
3260 (setq eol
(point-at-eol))
3261 (setq ov
(org-make-overlay (point-at-bol) (1+ (point-at-bol))))
3262 (push ov org-table-coordinate-overlays
)
3263 (setq hline
(looking-at org-table-hline-regexp
))
3264 (setq str
(if hline
(format "I*%-2d" (setq ih
(1+ ih
)))
3265 (format "%4d" (setq id
(1+ id
)))))
3266 (org-overlay-before-string ov str
'org-special-keyword
'evaporate
)
3269 (while (re-search-forward "[+|]\\(-+\\)" eol t
)
3270 (setq beg
(1+ (match-beginning 0))
3272 s1
(concat "$" (int-to-string ic
))
3273 s2
(org-number-to-letters ic
)
3274 str
(if (eq org-table-use-standard-references t
) s2 s1
))
3275 (setq ov
(org-make-overlay beg
(+ beg
(length str
))))
3276 (push ov org-table-coordinate-overlays
)
3277 (org-overlay-display ov str
'org-special-keyword
'evaporate
)))
3278 (beginning-of-line 2)))))
3280 (defun org-table-toggle-coordinate-overlays ()
3281 "Toggle the display of Row/Column numbers in tables."
3283 (setq org-table-overlay-coordinates
(not org-table-overlay-coordinates
))
3284 (message "Row/Column number display turned %s"
3285 (if org-table-overlay-coordinates
"on" "off"))
3286 (if (and (org-at-table-p) org-table-overlay-coordinates
)
3288 (unless org-table-overlay-coordinates
3289 (mapc 'org-delete-overlay org-table-coordinate-overlays
)
3290 (setq org-table-coordinate-overlays nil
)))
3292 (defun org-table-toggle-formula-debugger ()
3293 "Toggle the formula debugger in tables."
3295 (setq org-table-formula-debug
(not org-table-formula-debug
))
3296 (message "Formula debugging has been turned %s"
3297 (if org-table-formula-debug
"on" "off")))
3299 ;;; The orgtbl minor mode
3301 ;; Define a minor mode which can be used in other modes in order to
3302 ;; integrate the org-mode table editor.
3304 ;; This is really a hack, because the org-mode table editor uses several
3305 ;; keys which normally belong to the major mode, for example the TAB and
3306 ;; RET keys. Here is how it works: The minor mode defines all the keys
3307 ;; necessary to operate the table editor, but wraps the commands into a
3308 ;; function which tests if the cursor is currently inside a table. If that
3309 ;; is the case, the table editor command is executed. However, when any of
3310 ;; those keys is used outside a table, the function uses `key-binding' to
3311 ;; look up if the key has an associated command in another currently active
3312 ;; keymap (minor modes, major mode, global), and executes that command.
3313 ;; There might be problems if any of the keys used by the table editor is
3314 ;; otherwise used as a prefix key.
3316 ;; Another challenge is that the key binding for TAB can be tab or \C-i,
3317 ;; likewise the binding for RET can be return or \C-m. Orgtbl-mode
3318 ;; addresses this by checking explicitly for both bindings.
3320 ;; The optimized version (see variable `orgtbl-optimized') takes over
3321 ;; all keys which are bound to `self-insert-command' in the *global map*.
3322 ;; Some modes bind other commands to simple characters, for example
3323 ;; AUCTeX binds the double quote to `Tex-insert-quote'. With orgtbl-mode
3324 ;; active, this binding is ignored inside tables and replaced with a
3325 ;; modified self-insert.
3327 (defvar orgtbl-mode nil
3328 "Variable controlling `orgtbl-mode', a minor mode enabling the `org-mode'
3329 table editor in arbitrary modes.")
3330 (make-variable-buffer-local 'orgtbl-mode
)
3332 (defvar orgtbl-mode-map
(make-keymap)
3333 "Keymap for `orgtbl-mode'.")
3336 (defun turn-on-orgtbl ()
3337 "Unconditionally turn on `orgtbl-mode'."
3340 (defvar org-old-auto-fill-inhibit-regexp nil
3341 "Local variable used by `orgtbl-mode'")
3343 (defconst orgtbl-line-start-regexp
"[ \t]*\\(|\\|#\\+\\(TBLFM\\|ORGTBL\\):\\)"
3344 "Matches a line belonging to an orgtbl.")
3346 (defconst orgtbl-extra-font-lock-keywords
3347 (list (list (concat "^" orgtbl-line-start-regexp
".*")
3348 0 (quote 'org-table
) 'prepend
))
3349 "Extra font-lock-keywords to be added when orgtbl-mode is active.")
3352 (defun orgtbl-mode (&optional arg
)
3353 "The `org-mode' table editor as a minor mode for use in other modes."
3355 (org-load-modules-maybe)
3357 ;; Exit without error, in case some hook functions calls this
3358 ;; by accident in org-mode.
3359 (message "Orgtbl-mode is not useful in org-mode, command ignored")
3361 (if arg
(> (prefix-numeric-value arg
) 0) (not orgtbl-mode
)))
3364 (and (orgtbl-setup) (defun orgtbl-setup () nil
))
3365 ;; Make sure we are first in minor-mode-map-alist
3366 (let ((c (assq 'orgtbl-mode minor-mode-map-alist
)))
3367 (and c
(setq minor-mode-map-alist
3368 (cons c
(delq c minor-mode-map-alist
)))))
3369 (org-set-local (quote org-table-may-need-update
) t
)
3370 (org-add-hook 'before-change-functions
'org-before-change-function
3372 (org-set-local 'org-old-auto-fill-inhibit-regexp
3373 auto-fill-inhibit-regexp
)
3374 (org-set-local 'auto-fill-inhibit-regexp
3375 (if auto-fill-inhibit-regexp
3376 (concat orgtbl-line-start-regexp
"\\|"
3377 auto-fill-inhibit-regexp
)
3378 orgtbl-line-start-regexp
))
3379 (org-add-to-invisibility-spec '(org-cwidth))
3380 (when (fboundp 'font-lock-add-keywords
)
3381 (font-lock-add-keywords nil orgtbl-extra-font-lock-keywords
)
3382 (org-restart-font-lock))
3383 (easy-menu-add orgtbl-mode-menu
)
3384 (run-hooks 'orgtbl-mode-hook
))
3385 (setq auto-fill-inhibit-regexp org-old-auto-fill-inhibit-regexp
)
3386 (org-table-cleanup-narrow-column-properties)
3387 (org-remove-from-invisibility-spec '(org-cwidth))
3388 (remove-hook 'before-change-functions
'org-before-change-function t
)
3389 (when (fboundp 'font-lock-remove-keywords
)
3390 (font-lock-remove-keywords nil orgtbl-extra-font-lock-keywords
)
3391 (org-restart-font-lock))
3392 (easy-menu-remove orgtbl-mode-menu
)
3393 (force-mode-line-update 'all
))))
3395 (defun org-table-cleanup-narrow-column-properties ()
3396 "Remove all properties related to narrow-column invisibility."
3398 (while (setq s
(text-property-any s
(point-max)
3399 'display org-narrow-column-arrow
))
3400 (remove-text-properties s
(1+ s
) '(display t
)))
3402 (while (setq s
(text-property-any s
(point-max) 'org-cwidth
1))
3403 (remove-text-properties s
(1+ s
) '(org-cwidth t
)))
3405 (while (setq s
(text-property-any s
(point-max) 'invisible
'org-cwidth
))
3406 (remove-text-properties s
(1+ s
) '(invisible t
)))))
3408 ;; Install it as a minor mode.
3409 (put 'orgtbl-mode
:included t
)
3410 (put 'orgtbl-mode
:menu-tag
"Org Table Mode")
3411 (add-minor-mode 'orgtbl-mode
" OrgTbl" orgtbl-mode-map
)
3413 (defun orgtbl-make-binding (fun n
&rest keys
)
3414 "Create a function for binding in the table minor mode.
3415 FUN is the command to call inside a table. N is used to create a unique
3416 command name. KEYS are keys that should be checked in for a command
3417 to execute outside of tables."
3420 (intern (concat "orgtbl-hijacker-command-" (int-to-string n
)))
3422 (concat "In tables, run `" (symbol-name fun
) "'.\n"
3423 "Outside of tables, run the binding of `"
3424 (mapconcat (lambda (x) (format "%s" x
)) keys
"' or `")
3429 (list 'call-interactively
(list 'quote fun
))
3430 (list 'let
'(orgtbl-mode)
3431 (list 'call-interactively
3434 (list 'key-binding k
))
3436 '('orgtbl-error
))))))))
3438 (defun orgtbl-error ()
3439 "Error when there is no default binding for a table key."
3441 (error "This key has no function outside tables"))
3443 (defun orgtbl-setup ()
3444 "Setup orgtbl keymaps."
3448 '([(meta shift left
)] org-table-delete-column
)
3449 '([(meta left
)] org-table-move-column-left
)
3450 '([(meta right
)] org-table-move-column-right
)
3451 '([(meta shift right
)] org-table-insert-column
)
3452 '([(meta shift up
)] org-table-kill-row
)
3453 '([(meta shift down
)] org-table-insert-row
)
3454 '([(meta up
)] org-table-move-row-up
)
3455 '([(meta down
)] org-table-move-row-down
)
3456 '("\C-c\C-w" org-table-cut-region
)
3457 '("\C-c\M-w" org-table-copy-region
)
3458 '("\C-c\C-y" org-table-paste-rectangle
)
3459 '("\C-c-" org-table-insert-hline
)
3460 '("\C-c}" org-table-toggle-coordinate-overlays
)
3461 '("\C-c{" org-table-toggle-formula-debugger
)
3462 '("\C-m" org-table-next-row
)
3463 '([(shift return
)] org-table-copy-down
)
3464 '("\C-c?" org-table-field-info
)
3465 '("\C-c " org-table-blank-field
)
3466 '("\C-c+" org-table-sum
)
3467 '("\C-c=" org-table-eval-formula
)
3468 '("\C-c'" org-table-edit-formulas
)
3469 '("\C-c`" org-table-edit-field
)
3470 '("\C-c*" org-table-recalculate
)
3471 '("\C-c^" org-table-sort-lines
)
3472 '("\M-a" org-table-beginning-of-field
)
3473 '("\M-e" org-table-end-of-field
)
3474 '([(control ?
#)] org-table-rotate-recalc-marks
)))
3476 (while (setq elt
(pop bindings
))
3477 (setq nfunc
(1+ nfunc
))
3478 (setq key
(org-key (car elt
))
3480 cmd
(orgtbl-make-binding fun nfunc key
))
3481 (org-defkey orgtbl-mode-map key cmd
))
3483 ;; Special treatment needed for TAB and RET
3484 (org-defkey orgtbl-mode-map
[(return)]
3485 (orgtbl-make-binding 'orgtbl-ret
100 [(return)] "\C-m"))
3486 (org-defkey orgtbl-mode-map
"\C-m"
3487 (orgtbl-make-binding 'orgtbl-ret
101 "\C-m" [(return)]))
3489 (org-defkey orgtbl-mode-map
[(tab)]
3490 (orgtbl-make-binding 'orgtbl-tab
102 [(tab)] "\C-i"))
3491 (org-defkey orgtbl-mode-map
"\C-i"
3492 (orgtbl-make-binding 'orgtbl-tab
103 "\C-i" [(tab)]))
3494 (org-defkey orgtbl-mode-map
[(shift tab
)]
3495 (orgtbl-make-binding 'org-table-previous-field
104
3496 [(shift tab
)] [(tab)] "\C-i"))
3498 (org-defkey orgtbl-mode-map
[S-iso-lefttab
]
3499 (orgtbl-make-binding 'org-table-previous-field
107
3500 [S-iso-lefttab
] [backtab] [(shift tab)]
3503 (org-defkey orgtbl-mode-map [backtab]
3504 (orgtbl-make-binding 'org-table-previous-field
108
3505 [backtab] [S-iso-lefttab] [(shift tab)]
3508 (org-defkey orgtbl-mode-map "\M-\C-m"
3509 (orgtbl-make-binding 'org-table-wrap-region 105
3510 "\M-\C-m" [(meta return)]))
3511 (org-defkey orgtbl-mode-map [(meta return)]
3512 (orgtbl-make-binding 'org-table-wrap-region 106
3513 [(meta return)] "\M-\C-m"))
3515 (org-defkey orgtbl-mode-map "\C-c\C-c" 'orgtbl-ctrl-c-ctrl-c)
3516 (org-defkey orgtbl-mode-map "\C-c|" 'orgtbl-create-or-convert-from-region)
3518 (when orgtbl-optimized
3519 ;; If the user wants maximum table support, we need to hijack
3520 ;; some standard editing functions
3521 (org-remap orgtbl-mode-map
3522 'self-insert-command 'orgtbl-self-insert-command
3523 'delete-char 'org-delete-char
3524 'delete-backward-char 'org-delete-backward-char)
3525 (org-defkey orgtbl-mode-map "|" 'org-force-self-insert))
3526 (easy-menu-define orgtbl-mode-menu orgtbl-mode-map "OrgTbl menu"
3528 ["Create or convert" org-table-create-or-convert-from-region
3529 :active (not (org-at-table-p)) :keys "C-c |" ]
3531 ["Align" org-ctrl-c-ctrl-c :active (org-at-table-p) :keys "C-c C-c"]
3532 ["Next Field" org-cycle :active (org-at-table-p) :keys "TAB"]
3533 ["Previous Field" org-shifttab :active (org-at-table-p) :keys "S-TAB"]
3534 ["Next Row" org-return :active (org-at-table-p) :keys "RET"]
3536 ["Blank Field" org-table-blank-field :active (org-at-table-p) :keys "C-c SPC"]
3537 ["Edit Field" org-table-edit-field :active (org-at-table-p) :keys "C-c ` "]
3538 ["Copy Field from Above"
3539 org-table-copy-down :active (org-at-table-p) :keys "S-RET"]
3542 ["Move Column Left" org-metaleft :active (org-at-table-p) :keys "M-<left>"]
3543 ["Move Column Right" org-metaright :active (org-at-table-p) :keys "M-<right>"]
3544 ["Delete Column" org-shiftmetaleft :active (org-at-table-p) :keys "M-S-<left>"]
3545 ["Insert Column" org-shiftmetaright :active (org-at-table-p) :keys "M-S-<right>"])
3547 ["Move Row Up" org-metaup :active (org-at-table-p) :keys "M-<up>"]
3548 ["Move Row Down" org-metadown :active (org-at-table-p) :keys "M-<down>"]
3549 ["Delete Row" org-shiftmetaup :active (org-at-table-p) :keys "M-S-<up>"]
3550 ["Insert Row" org-shiftmetadown :active (org-at-table-p) :keys "M-S-<down>"]
3551 ["Sort lines in region" org-table-sort-lines :active (org-at-table-p) :keys "C-c ^"]
3553 ["Insert Hline" org-table-insert-hline :active (org-at-table-p) :keys "C-c -"])
3555 ["Copy Rectangle" org-copy-special :active (org-at-table-p)]
3556 ["Cut Rectangle" org-cut-special :active (org-at-table-p)]
3557 ["Paste Rectangle" org-paste-special :active (org-at-table-p)]
3558 ["Fill Rectangle" org-table-wrap-region :active (org-at-table-p)])
3561 ["Insert table template" orgtbl-insert-radio-table
3562 (assq major-mode orgtbl-radio-table-templates)]
3563 ["Comment/uncomment table" orgtbl-toggle-comment t])
3565 ["Set Column Formula" org-table-eval-formula :active (org-at-table-p) :keys "C-c ="]
3566 ["Set Field Formula" (org-table-eval-formula '(4)) :active (org-at-table-p) :keys "C-u C-c ="]
3567 ["Edit Formulas" org-table-edit-formulas :active (org-at-table-p) :keys "C-c '"]
3568 ["Recalculate line" org-table-recalculate :active (org-at-table-p) :keys "C-c *"]
3569 ["Recalculate all" (org-table-recalculate '(4)) :active (org-at-table-p) :keys "C-u C-c *"]
3570 ["Iterate all" (org-table-recalculate '(16)) :active (org-at-table-p) :keys "C-u C-u C-c *"]
3571 ["Toggle Recalculate Mark" org-table-rotate-recalc-marks :active (org-at-table-p) :keys "C-c #"]
3572 ["Sum Column/Rectangle" org-table-sum
3573 :active (or (org-at-table-p) (org-region-active-p)) :keys "C-c +"]
3574 ["Which Column?" org-table-current-column :active (org-at-table-p) :keys "C-c ?"]
3576 org-table-toggle-formula-debugger :active (org-at-table-p)
3578 :style toggle :selected org-table-formula-debug]
3579 ["Show Col/Row Numbers"
3580 org-table-toggle-coordinate-overlays :active (org-at-table-p)
3582 :style toggle :selected org-table-overlay-coordinates]
3586 (defun orgtbl-ctrl-c-ctrl-c (arg)
3587 "If the cursor is inside a table, realign the table.
3588 If it is a table to be sent away to a receiver, do it.
3589 With prefix arg, also recompute table."
3591 (let ((pos (point)) action)
3593 (beginning-of-line 1)
3594 (setq action (cond ((looking-at "[ \t]*#\\+ORGTBL:.*\n[ \t]*|") (match-end 0))
3595 ((looking-at "[ \t]*|") pos)
3596 ((looking-at "[ \t]*#\\+TBLFM:") 'recalc))))
3600 (org-table-maybe-eval-formula)
3602 (call-interactively 'org-table-recalculate)
3603 (org-table-maybe-recalculate-line))
3604 (call-interactively 'org-table-align)
3605 (orgtbl-send-table 'maybe))
3606 ((eq action 'recalc)
3608 (beginning-of-line 1)
3609 (skip-chars-backward " \r\n\t")
3610 (if (org-at-table-p)
3611 (org-call-with-arg 'org-table-recalculate t))))
3612 (t (let (orgtbl-mode)
3613 (call-interactively (key-binding "\C-c\C-c")))))))
3615 (defun orgtbl-create-or-convert-from-region (arg)
3616 "Create table or convert region to table, if no conflicting binding.
3617 This installs the table binding `C-c |', but only if there is no
3618 conflicting binding to this key outside orgtbl-mode."
3620 (let* (orgtbl-mode (cmd (key-binding "\C-c|")))
3622 (call-interactively cmd)
3623 (call-interactively 'org-table-create-or-convert-from-region))))
3625 (defun orgtbl-tab (arg)
3626 "Justification and field motion for `orgtbl-mode'."
3628 (if arg (org-table-edit-field t)
3629 (org-table-justify-field-maybe)
3630 (org-table-next-field)))
3632 (defun orgtbl-ret ()
3633 "Justification and field motion for `orgtbl-mode'."
3637 (org-table-justify-field-maybe)
3638 (org-table-next-row)))
3640 (defun orgtbl-self-insert-command (N)
3641 "Like `self-insert-command', use overwrite-mode for whitespace in tables.
3642 If the cursor is in a table looking at whitespace, the whitespace is
3643 overwritten, and the table is not marked as requiring realignment."
3645 (if (and (org-at-table-p)
3647 (and org-table-auto-blank-field
3648 (member last-command
3649 '(orgtbl-hijacker-command-100
3650 orgtbl-hijacker-command-101
3651 orgtbl-hijacker-command-102
3652 orgtbl-hijacker-command-103
3653 orgtbl-hijacker-command-104
3654 orgtbl-hijacker-command-105
3656 (org-table-blank-field))
3659 (looking-at "[^|\n]* +|"))
3660 (let (org-table-may-need-update)
3661 (goto-char (1- (match-end 0)))
3662 (delete-backward-char 1)
3663 (goto-char (match-beginning 0))
3664 (self-insert-command N))
3665 (setq org-table-may-need-update t)
3668 (cmd (or (key-binding
3669 (or (and (listp function-key-map)
3670 (setq a (assoc last-input-event function-key-map))
3672 (vector last-input-event)))
3673 'self-insert-command)))
3674 (call-interactively cmd)
3675 (if (and org-self-insert-cluster-for-undo
3676 (eq cmd 'self-insert-command))
3677 (if (not (eq last-command 'orgtbl-self-insert-command))
3678 (setq org-self-insert-command-undo-counter 1)
3679 (if (>= org-self-insert-command-undo-counter 20)
3680 (setq org-self-insert-command-undo-counter 1)
3681 (and (> org-self-insert-command-undo-counter 0)
3683 (not (cadr buffer-undo-list)) ; remove nil entry
3684 (setcdr buffer-undo-list (cddr buffer-undo-list)))
3685 (setq org-self-insert-command-undo-counter
3686 (1+ org-self-insert-command-undo-counter))))))))
3688 (defvar orgtbl-exp-regexp "^\\([-+]?[0-9][0-9.]*\\)[eE]\\([-+]?[0-9]+\\)$"
3689 "Regular expression matching exponentials as produced by calc.")
3691 (defun orgtbl-export (table target)
3693 (let ((func (intern (concat "orgtbl-to-" (symbol-name target))))
3694 (lines (org-split-string table "[ \t]*\n[ \t]*"))
3695 org-table-last-alignment org-table-last-column-widths
3697 (if (not (fboundp func))
3698 (error "Cannot export orgtbl table to %s" target))
3699 (setq lines (org-table-clean-before-export lines))
3703 (if (string-match org-table-hline-regexp x)
3705 (org-split-string (org-trim x) "\\s-*|\\s-*")))
3707 (setq maxcol (apply 'max (mapcar (lambda (x) (if (listp x) (length x) 0))
3709 (loop for i from (1- maxcol) downto 0 do
3710 (setq column (mapcar (lambda (x) (if (listp x) (nth i x) nil)) table))
3711 (setq column (delq nil column))
3712 (push (apply 'max (mapcar 'string-width column)) org-table-last-column-widths)
3713 (push (> (/ (apply '+ (mapcar (lambda (x) (if (string-match org-table-number-regexp x) 1 0)) column)) maxcol) org-table-number-fraction) org-table-last-alignment))
3714 (funcall func table nil)))
3716 (defun orgtbl-gather-send-defs ()
3717 "Gathers a plist of :name, :transform, :params for each destination before
3720 (goto-char (org-table-begin))
3722 (beginning-of-line 0)
3723 (while (looking-at "[ \t]*#\\+ORGTBL[: \t][ \t]*SEND +\\([a-zA-Z0-9_]+\\) +\\([^ \t\r\n]+\\)\\( +.*\\)?")
3724 (let ((name (org-no-properties (match-string 1)))
3725 (transform (intern (match-string 2)))
3726 (params (if (match-end 3)
3727 (read (concat "(" (match-string 3) ")")))))
3728 (push (list :name name :transform transform :params params)
3730 (beginning-of-line 0)))
3733 (defun orgtbl-send-replace-tbl (name txt)
3734 "Find and replace table NAME with TXT."
3736 (goto-char (point-min))
3737 (unless (re-search-forward
3738 (concat "BEGIN RECEIVE ORGTBL +" name "\\([ \t]\\|$\\)") nil t)
3739 (error "Don't know where to insert translated table"))
3740 (goto-char (match-beginning 0))
3741 (beginning-of-line 2)
3743 (let ((beg (point)))
3744 (unless (re-search-forward
3745 (concat "END RECEIVE ORGTBL +" name) nil t)
3746 (error "Cannot find end of insertion region"))
3747 (beginning-of-line 1)
3748 (delete-region beg (point))))
3752 (defun org-table-to-lisp (&optional txt)
3753 "Convert the table at point to a Lisp structure.
3754 The structure will be a list. Each item is either the symbol `hline'
3755 for a horizontal separator line, or a list of field values as strings.
3756 The table is taken from the parameter TXT, or from the buffer at point."
3758 (unless (org-at-table-p)
3759 (error "No table at point")))
3761 (buffer-substring-no-properties (org-table-begin)
3763 (lines (org-split-string txt "[ \t]*\n[ \t]*")))
3767 (if (string-match org-table-hline-regexp x)
3769 (org-split-string (org-trim x) "\\s-*|\\s-*")))
3772 (defun orgtbl-send-table (&optional maybe)
3773 "Send a transformed version of this table to the receiver position.
3774 With argument MAYBE, fail quietly if no transformation is defined for
3778 (unless (org-at-table-p) (error "Not at a table"))
3779 ;; when non-interactive, we assume align has just happened.
3780 (when (interactive-p) (org-table-align))
3781 (let ((dests (orgtbl-gather-send-defs))
3782 (txt (buffer-substring-no-properties (org-table-begin)
3785 (unless dests (if maybe (throw 'exit nil)
3786 (error "Don't know how to transform this table.")))
3787 (dolist (dest dests)
3788 (let* ((name (plist-get dest :name))
3789 (transform (plist-get dest :transform))
3790 (params (plist-get dest :params))
3791 (skip (plist-get params :skip))
3792 (skipcols (plist-get params :skipcols))
3794 (lines (org-table-clean-before-export
3796 (org-split-string txt "[ \t]*\n[ \t]*"))))
3797 (i0 (if org-table-clean-did-remove-column 2 1))
3800 (if (string-match org-table-hline-regexp x)
3802 (org-remove-by-index
3803 (org-split-string (org-trim x) "\\s-*|\\s-*")
3806 (fun (if (= i0 2) 'cdr 'identity))
3807 (org-table-last-alignment
3808 (org-remove-by-index (funcall fun org-table-last-alignment)
3810 (org-table-last-column-widths
3811 (org-remove-by-index (funcall fun org-table-last-column-widths)
3813 (txt (if (fboundp transform)
3814 (funcall transform table params)
3815 (error "No such transformation function %s" transform))))
3816 (orgtbl-send-replace-tbl name txt))
3817 (setq ntbl (1+ ntbl)))
3818 (message "Table converted and installed at %d receiver location%s"
3819 ntbl (if (> ntbl 1) "s" "")))))
3821 (defun org-remove-by-index (list indices &optional i0)
3822 "Remove the elements in LIST with indices in INDICES.
3823 First element has index 0, or I0 if given."
3826 (if (integerp indices) (setq indices (list indices)))
3827 (setq i0 (1- (or i0 0)))
3828 (delq :rm (mapcar (lambda (x)
3830 (if (memq i0 indices) :rm x))
3833 (defun orgtbl-toggle-comment ()
3834 "Comment or uncomment the orgtbl at point."
3836 (let* ((re1 (concat "^" (regexp-quote comment-start) orgtbl-line-start-regexp))
3837 (re2 (concat "^" orgtbl-line-start-regexp))
3838 (commented (save-excursion (beginning-of-line 1)
3839 (cond ((looking-at re1) t)
3840 ((looking-at re2) nil)
3841 (t (error "Not at an org table")))))
3842 (re (if commented re1 re2))
3845 (beginning-of-line 1)
3846 (while (looking-at re) (beginning-of-line 0))
3847 (beginning-of-line 2)
3849 (while (looking-at re) (beginning-of-line 2))
3851 (comment-region beg end (if commented '(4) nil))))
3853 (defun orgtbl-insert-radio-table ()
3854 "Insert a radio table template appropriate for this major mode."
3856 (let* ((e (assq major-mode orgtbl-radio-table-templates))
3859 (unless e (error "No radio table setup defined for %s" major-mode))
3860 (setq name (read-string "Table name: "))
3861 (while (string-match "%n" txt)
3862 (setq txt (replace-match name t t txt)))
3863 (or (bolp) (insert "\n"))
3868 ;; Dynamically bound input and output for table formatting.
3869 (defvar *orgtbl-table* nil
3870 "Carries the current table through formatting routines.")
3871 (defvar *orgtbl-rtn* nil
3872 "Formatting routines push the output lines here.")
3873 ;; Formatting parameters for the current table section.
3874 (defvar *orgtbl-hline* nil "Text used for horizontal lines")
3875 (defvar *orgtbl-sep* nil "Text used as a column separator")
3876 (defvar *orgtbl-default-fmt* nil "Default format for each entry")
3877 (defvar *orgtbl-fmt* nil "Format for each entry")
3878 (defvar *orgtbl-efmt* nil "Format for numbers")
3879 (defvar *orgtbl-lfmt* nil "Format for an entire line, overrides fmt")
3880 (defvar *orgtbl-llfmt* nil "Specializes lfmt for the last row")
3881 (defvar *orgtbl-lstart* nil "Text starting a row")
3882 (defvar *orgtbl-llstart* nil "Specializes lstart for the last row")
3883 (defvar *orgtbl-lend* nil "Text ending a row")
3884 (defvar *orgtbl-llend* nil "Specializes lend for the last row")
3886 (defsubst orgtbl-get-fmt (fmt i)
3887 "Retrieve the format from FMT corresponding to the Ith column."
3888 (if (and (not (functionp fmt)) (consp fmt))
3892 (defsubst orgtbl-apply-fmt (fmt &rest args)
3893 "Apply format FMT to the arguments. NIL FMTs return the first argument."
3894 (cond ((functionp fmt) (apply fmt args))
3895 (fmt (apply 'format fmt args))
3899 (defsubst orgtbl-eval-str (str)
3900 "If STR is a function, evaluate it with no arguments."
3905 (defun orgtbl-format-line (line)
3906 "Format LINE as a table row."
3907 (if (eq line 'hline) (if *orgtbl-hline* (push *orgtbl-hline* *orgtbl-rtn*))
3913 (let* ((efmt (orgtbl-get-fmt *orgtbl-efmt* i))
3914 (f (if (and efmt (string-match orgtbl-exp-regexp f))
3915 (orgtbl-apply-fmt efmt (match-string 1 f)
3918 (orgtbl-apply-fmt (or (orgtbl-get-fmt *orgtbl-fmt* i)
3919 *orgtbl-default-fmt*)
3922 (push (if *orgtbl-lfmt*
3923 (orgtbl-apply-fmt *orgtbl-lfmt* line)
3924 (concat (orgtbl-eval-str *orgtbl-lstart*)
3925 (mapconcat 'identity line *orgtbl-sep*)
3926 (orgtbl-eval-str *orgtbl-lend*)))
3929 (defun orgtbl-format-section (section-stopper)
3930 "Format lines until the first occurrence of SECTION-STOPPER."
3933 (while (not (eq (car *orgtbl-table*) section-stopper))
3934 (if prevline (orgtbl-format-line prevline))
3935 (setq prevline (pop *orgtbl-table*)))
3936 (if prevline (let ((*orgtbl-lstart* *orgtbl-llstart*)
3937 (*orgtbl-lend* *orgtbl-llend*)
3938 (*orgtbl-lfmt* *orgtbl-llfmt*))
3939 (orgtbl-format-line prevline))))))
3941 (defun orgtbl-to-generic (table params)
3942 "Convert the orgtbl-mode TABLE to some other format.
3943 This generic routine can be used for many standard cases.
3944 TABLE is a list, each entry either the symbol `hline' for a horizontal
3945 separator line, or a list of fields for that line.
3946 PARAMS is a property list of parameters that can influence the conversion.
3947 For the generic converter, some parameters are obligatory: You need to
3948 specify either :lfmt, or all of (:lstart :lend :sep).
3950 Valid parameters are
3952 :splice When set to t, return only table body lines, don't wrap
3953 them into :tstart and :tend. Default is nil. When :splice
3954 is non-nil, this also means that the exporter should not look
3955 for and interpret header and footer sections.
3957 :hline String to be inserted on horizontal separation lines.
3958 May be nil to ignore hlines.
3960 :sep Separator between two fields
3961 :remove-nil-lines Do not include lines that evaluate to nil.
3964 Each in the following group may be either a string or a function
3965 of no arguments returning a string:
3966 :tstart String to start the table. Ignored when :splice is t.
3967 :tend String to end the table. Ignored when :splice is t.
3968 :lstart String to start a new table line.
3969 :llstart String to start the last table line, defaults to :lstart.
3970 :lend String to end a table line
3971 :llend String to end the last table line, defaults to :lend.
3973 Each in the following group may be a string, a function of one
3974 argument (the field or line) returning a string, or a plist
3975 mapping columns to either of the above:
3976 :lfmt Format for entire line, with enough %s to capture all fields.
3977 If this is present, :lstart, :lend, and :sep are ignored.
3978 :llfmt Format for the entire last line, defaults to :lfmt.
3979 :fmt A format to be used to wrap the field, should contain
3980 %s for the original field value. For example, to wrap
3981 everything in dollars, you could use :fmt \"$%s$\".
3982 This may also be a property list with column numbers and
3983 formats. For example :fmt (2 \"$%s$\" 4 \"%s%%\")
3985 :hlstart :hllstart :hlend :hllend :hlsep :hlfmt :hllfmt :hfmt
3986 Same as above, specific for the header lines in the table.
3987 All lines before the first hline are treated as header.
3988 If any of these is not present, the data line value is used.
3990 This may be either a string or a function of two arguments:
3991 :efmt Use this format to print numbers with exponentials.
3992 The format should have %s twice for inserting mantissa
3993 and exponent, for example \"%s\\\\times10^{%s}\". This
3994 may also be a property list with column numbers and
3995 formats. :fmt will still be applied after :efmt.
3997 In addition to this, the parameters :skip and :skipcols are always handled
3998 directly by `orgtbl-send-table'. See manual."
4001 (let* ((splicep (plist-get params :splice))
4002 (hline (plist-get params :hline))
4003 (remove-nil-linesp (plist-get params :remove-nil-lines))
4004 (*orgtbl-hline* hline)
4005 (*orgtbl-table* table)
4006 (*orgtbl-sep* (plist-get params :sep))
4007 (*orgtbl-efmt* (plist-get params :efmt))
4008 (*orgtbl-lstart* (plist-get params :lstart))
4009 (*orgtbl-llstart* (or (plist-get params :llstart) *orgtbl-lstart*))
4010 (*orgtbl-lend* (plist-get params :lend))
4011 (*orgtbl-llend* (or (plist-get params :llend) *orgtbl-lend*))
4012 (*orgtbl-lfmt* (plist-get params :lfmt))
4013 (*orgtbl-llfmt* (or (plist-get params :llfmt) *orgtbl-lfmt*))
4014 (*orgtbl-fmt* (plist-get params :fmt))
4019 (when (plist-member params :tstart)
4020 (let ((tstart (orgtbl-eval-str (plist-get params :tstart))))
4021 (if tstart (push tstart *orgtbl-rtn*)))))
4023 ;; Do we have a heading section? If so, format it and handle the
4025 (if (and (not splicep)
4026 (or (consp (car *orgtbl-table*))
4027 (consp (nth 1 *orgtbl-table*)))
4028 (memq 'hline (cdr *orgtbl-table*)))
4030 (when (eq 'hline (car *orgtbl-table*))
4031 ;; there is a hline before the first data line
4032 (and hline (push hline *orgtbl-rtn*))
4033 (pop *orgtbl-table*))
4034 (let* ((*orgtbl-lstart* (or (plist-get params :hlstart)
4036 (*orgtbl-llstart* (or (plist-get params :hllstart)
4038 (*orgtbl-lend* (or (plist-get params :hlend) *orgtbl-lend*))
4039 (*orgtbl-llend* (or (plist-get params :hllend)
4040 (plist-get params :hlend) *orgtbl-llend*))
4041 (*orgtbl-lfmt* (or (plist-get params :hlfmt) *orgtbl-lfmt*))
4042 (*orgtbl-llfmt* (or (plist-get params :hllfmt)
4043 (plist-get params :hlfmt) *orgtbl-llfmt*))
4044 (*orgtbl-sep* (or (plist-get params :hlsep) *orgtbl-sep*))
4045 (*orgtbl-fmt* (or (plist-get params :hfmt) *orgtbl-fmt*)))
4046 (orgtbl-format-section 'hline))
4047 (if hline (push hline *orgtbl-rtn*))
4048 (pop *orgtbl-table*)))
4050 ;; Now format the main section.
4051 (orgtbl-format-section nil)
4054 (when (plist-member params :tend)
4055 (let ((tend (orgtbl-eval-str (plist-get params :tend))))
4056 (if tend (push tend *orgtbl-rtn*)))))
4058 (mapconcat 'identity (nreverse (if remove-nil-linesp
4059 (remq nil *orgtbl-rtn*)
4060 *orgtbl-rtn*)) "\n")))
4062 (defun orgtbl-to-tsv (table params)
4063 "Convert the orgtbl-mode table to TAB separated material."
4064 (orgtbl-to-generic table (org-combine-plists '(:sep "\t") params)))
4065 (defun orgtbl-to-csv (table params)
4066 "Convert the orgtbl-mode table to CSV material.
4067 This does take care of the proper quoting of fields with comma or quotes."
4068 (orgtbl-to-generic table (org-combine-plists
4069 '(:sep "," :fmt org-quote-csv-field)
4072 (defun orgtbl-to-latex (table params)
4073 "Convert the orgtbl-mode TABLE to LaTeX.
4074 TABLE is a list, each entry either the symbol `hline' for a horizontal
4075 separator line, or a list of fields for that line.
4076 PARAMS is a property list of parameters that can influence the conversion.
4077 Supports all parameters from `orgtbl-to-generic'. Most important for
4080 :splice When set to t, return only table body lines, don't wrap
4081 them into a tabular environment. Default is nil.
4083 :fmt A format to be used to wrap the field, should contain %s for the
4084 original field value. For example, to wrap everything in dollars,
4085 use :fmt \"$%s$\". This may also be a property list with column
4086 numbers and formats. For example :fmt (2 \"$%s$\" 4 \"%s%%\")
4087 The format may also be a function that formats its one argument.
4089 :efmt Format for transforming numbers with exponentials. The format
4090 should have %s twice for inserting mantissa and exponent, for
4091 example \"%s\\\\times10^{%s}\". LaTeX default is \"%s\\\\,(%s)\".
4092 This may also be a property list with column numbers and formats.
4093 The format may also be a function that formats its two arguments.
4095 :llend If you find too much space below the last line of a table,
4096 pass a value of \"\" for :llend to suppress the final \\\\.
4098 The general parameters :skip and :skipcols have already been applied when
4099 this function is called."
4100 (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
4101 org-table-last-alignment ""))
4104 :tstart (concat "\\begin{tabular}{" alignment "}")
4105 :tend "\\end{tabular}"
4106 :lstart "" :lend " \\\\" :sep " & "
4107 :efmt "%s\\,(%s)" :hline "\\hline")))
4108 (orgtbl-to-generic table (org-combine-plists params2 params))))
4110 (defun orgtbl-to-html (table params)
4111 "Convert the orgtbl-mode TABLE to LaTeX.
4112 TABLE is a list, each entry either the symbol `hline' for a horizontal
4113 separator line, or a list of fields for that line.
4114 PARAMS is a property list of parameters that can influence the conversion.
4115 Currently this function recognizes the following parameters:
4117 :splice When set to t, return only table body lines, don't wrap
4118 them into a <table> environment. Default is nil.
4120 The general parameters :skip and :skipcols have already been applied when
4121 this function is called. The function does *not* use `orgtbl-to-generic',
4122 so you cannot specify parameters for it."
4123 (let* ((splicep (plist-get params :splice))
4124 (html-table-tag org-export-html-table-tag)
4126 ;; Just call the formatter we already have
4127 ;; We need to make text lines for it, so put the fields back together.
4128 (setq html (org-format-org-table-html
4133 (concat "| " (mapconcat 'identity x " | ") " |")))
4136 (if (string-match "\n+\\'" html)
4137 (setq html (replace-match "" t t html)))
4140 (defun orgtbl-to-texinfo (table params)
4141 "Convert the orgtbl-mode TABLE to TeXInfo.
4142 TABLE is a list, each entry either the symbol `hline' for a horizontal
4143 separator line, or a list of fields for that line.
4144 PARAMS is a property list of parameters that can influence the conversion.
4145 Supports all parameters from `orgtbl-to-generic'. Most important for
4148 :splice nil/t When set to t, return only table body lines, don't wrap
4149 them into a multitable environment. Default is nil.
4151 :fmt fmt A format to be used to wrap the field, should contain
4152 %s for the original field value. For example, to wrap
4153 everything in @kbd{}, you could use :fmt \"@kbd{%s}\".
4154 This may also be a property list with column numbers and
4155 formats. For example :fmt (2 \"@kbd{%s}\" 4 \"@code{%s}\").
4156 Each format also may be a function that formats its one
4159 :cf \"f1 f2..\" The column fractions for the table. By default these
4160 are computed automatically from the width of the columns
4163 The general parameters :skip and :skipcols have already been applied when
4164 this function is called."
4165 (let* ((total (float (apply '+ org-table-last-column-widths)))
4166 (colfrac (or (plist-get params :cf)
4168 (lambda (x) (format "%.3f" (/ (float x) total)))
4169 org-table-last-column-widths " ")))
4172 :tstart (concat "@multitable @columnfractions " colfrac)
4173 :tend "@end multitable"
4174 :lstart "@item " :lend "" :sep " @tab "
4175 :hlstart "@headitem ")))
4176 (orgtbl-to-generic table (org-combine-plists params2 params))))
4178 (defun orgtbl-to-orgtbl (table params)
4179 "Convert the orgtbl-mode TABLE into another orgtbl-mode table.
4180 Useful when slicing one table into many. The :hline, :sep,
4181 :lstart, and :lend provide orgtbl framing. The default nil :tstart
4182 and :tend suppress strings without splicing; they can be set to
4183 provide ORGTBL directives for the generated table."
4186 :tstart nil :tend nil
4191 (params (org-combine-plists params2 params)))
4192 (orgtbl-to-generic table params)))
4194 (defun org-table-get-remote-range (name-or-id form)
4195 "Get a field value or a list of values in a range from table at ID.
4197 NAME-OR-ID may be the name of a table in the current file as set by
4198 a \"#+TBLNAME:\" directive. The first table following this line
4199 will then be used. Alternatively, it may be an ID referring to
4200 any entry, also in a different file. In this case, the first table
4201 in that netry will be referenced.
4202 FORM is a field or range descriptor like \"@2$3\" or or \"B3\" or
4203 \"@I$2..@II$2\". All the references must be absolute, not relative.
4205 The return value is either a single string for a single field, or a
4206 list of the fields in the rectangle ."
4209 org-table-column-names org-table-column-name-regexp
4210 org-table-local-parameters org-table-named-field-locations
4211 org-table-current-line-types org-table-current-begin-line
4212 org-table-current-begin-pos org-table-dlines
4213 org-table-hlines org-table-last-alignment
4214 org-table-last-column-widths org-table-last-alignment
4215 org-table-last-column-widths tbeg
4217 (setq form (org-table-convert-refs-to-rc form))
4222 (goto-char (point-min))
4223 (if (re-search-forward
4224 (concat "^#[ \t]*\\+TBLNAME:[ \t]*" (regexp-quote name-or-id) "[ \t]*$")
4226 (setq buffer (current-buffer) loc (match-beginning 0))
4227 (setq id-loc (org-id-find name-or-id 'marker))
4228 (unless (and id-loc (markerp id-loc))
4229 (error "Can't find remote table \"%s\"" name-or-id))
4230 (setq buffer (marker-buffer id-loc)
4231 loc (marker-position id-loc))
4232 (move-marker id-loc nil)))
4233 (switch-to-buffer buffer)
4239 (unless (and (re-search-forward "^\\(\\*+ \\)\\|[ \t]*|" nil t)
4240 (not (match-beginning 1)))
4241 (error "Cannot find a table at NAME or ID %s" name-or-id))
4242 (setq tbeg (point-at-bol))
4243 (org-table-get-specials)
4244 (setq form (org-table-formula-substitute-names form))
4245 (if (and (string-match org-table-range-regexp form)
4246 (> (length (match-string 0 form)) 1))
4248 (org-table-get-range (match-string 0 form) tbeg 1))
4251 (provide 'org-table)
4253 ;; arch-tag: 4d21cfdd-0268-440a-84b0-09237a0fe0ef
4255 ;;; org-table.el ends here