mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-29 07:58:21 +00:00
Allow dashes and more in the ORGTBL SEND name
This commit is contained in:
parent
2ca29086f1
commit
106ae88091
@ -3800,7 +3800,7 @@ a radio table."
|
||||
(goto-char (org-table-begin))
|
||||
(let (rtn)
|
||||
(beginning-of-line 0)
|
||||
(while (looking-at "[ \t]*#\\+ORGTBL[: \t][ \t]*SEND +\\([a-zA-Z0-9_]+\\) +\\([^ \t\r\n]+\\)\\( +.*\\)?")
|
||||
(while (looking-at "[ \t]*#\\+ORGTBL[: \t][ \t]*SEND[ \t]+\\([^ \t\r\n]+\\)[ \t]+\\([^ \t\r\n]+\\)\\([ \t]+.*\\)?")
|
||||
(let ((name (org-no-properties (match-string 1)))
|
||||
(transform (intern (match-string 2)))
|
||||
(params (if (match-end 3)
|
||||
|
Loading…
Reference in New Issue
Block a user