emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] part of table name in remote(NAME, ...) is mangled by org-edit-s


From: Nicolas Goaziou
Subject: Re: [O] part of table name in remote(NAME, ...) is mangled by org-edit-special
Date: Mon, 15 Apr 2019 12:30:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hello,

"Tony E. Bennett" <address@hidden> writes:

> A reference to a table name such as '2019-Q1-X' is rewritten to 
> 'address@hidden'
> by org-edit-special.  And also for '2019_Q1_X'.     v9.2.3
>
> Test case:
>
>       |---+----+--------|
>       | # | Q1 | 600.00 |
>       |---+----+--------|
>
>       #+TBLFM: @1$3=remote(2019-*Q1*-X,$total)
>
>       #+NAME: 2019-Q1-X
>       |----+--------|
>
>       | _  |  total |
>       | *  | 600.00 |
>       |----+--------|
>
> With cursor in 1st table, invoke org-edit-special with:  C-x '
>
> Then save the edit with C-c C-c and notice TBLFM is now:
>
>       #+TBLFM: @1$3=remote(address@hidden,$total)
>
> A workaround is to use 1Q instead of Q1 in table name.

Try setting `org-table-use-standard-references' to nil.

I think this should be the default.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]