Sat, Feb 29, 2020 at 9:39 AM Lester Longley wrote:
> Hello,
>
> I'm trying to use named fields.
>
> This works:
>
> | ! | col2 | col3 |
> | # | abc | abc |
> #+TBLFM: $3 = $col2
>
> However, assignment to named field "$col3":
>
> | ! |
Hello,
I'm trying to use named fields.
This works:
| ! | col2 | col3 |
| # | abc | abc |
#+TBLFM: $3 = $col2
However, assignment to named field "$col3":
| ! | col2 | col3 |
| # | abc | |
#+TBLFM: $col3 = $col2
... results in error "Unknown field: col3".
I was expecting assignment to the
Hello,
I am encountering an error when using this .org code:
--
| abc | hello |
#+TBLFM: :: $2 = '(org-sbe hello_world)
#+NAME: hello_world
#+BEGIN_SRC shell -n
echo "hello"
#+END_SRC
--
Hello,
At https://orgmode.org/manual/Feedback.html:
I believe that this should be "M-x toggle-debug-*on*-error ",
instead of "M-x toggle-debug-*or*-error ".
Regards,
Lester