org-table: Allow accentuated characters in remote table names

* lisp/org-table.el (org-table-eval-formula): Allow a larger set of
  characters in remote name.

Reported-by: flav <flav.justflav@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/75690>
This commit is contained in:
Nicolas Goaziou 2015-02-01 01:03:45 +01:00
parent c90925be29
commit b5d9f4be4d
1 changed files with 1 additions and 1 deletions

View File

@ -2758,7 +2758,7 @@ not overwrite the stored one."
(org-table--error-on-old-row-references form)
;; Insert remote references
(setq form (org-table-remote-reference-indirection form))
(while (string-match "\\<remote([ \t]*\\([-_a-zA-Z0-9]+\\)[ \t]*,[ \t]*\\([^\n)]+\\))" form)
(while (string-match "\\<remote([ \t]*\\([^,)]+\\)[ \t]*,[ \t]*\\([^\n)]+\\))" form)
(setq form
(replace-match
(save-match-data