summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rwxr-xr-xlisp/ChangeLog2
-rw-r--r--lisp/org-table.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1622ad67e..c3105f575 100755
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
* org-table.el (org-table-fix-formulas): Do not change references
to remote tables.
+ (org-table-get-remote-range): Convert standard coordinates to RC
+ format.
* org-latex.el (org-export-latex-keywords): Fix regexp bug.
diff --git a/lisp/org-table.el b/lisp/org-table.el
index d220e15b2..35be5081d 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -4159,6 +4159,7 @@ list of the fields in the rectangle ."
org-table-last-column-widths org-table-last-alignment
org-table-last-column-widths tbeg
buffer loc)
+ (setq form (org-table-convert-refs-to-rc form))
(save-excursion
(save-restriction
(widen)