Re: Bug: assignment to named column - not working as expected [9.3.6 (9.3.6-elpa @ ~/.emacs.d/elpa/org-9.3.6/)]

2020-02-29 Thread Lester Longley
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": > > | ! |

Bug: assignment to named column - not working as expected [9.3.6 (9.3.6-elpa @ ~/.emacs.d/elpa/org-9.3.6/)]

2020-02-29 Thread Lester Longley
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

Bug: error in org-table-justify-field-maybe - in conjunction with org-sbe [9.3.6 (9.3.6-elpa @ ~/.emacs.d/elpa/org-9.3.6/)]

2020-02-29 Thread Lester Longley
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 --

error - Feedback page

2020-02-29 Thread Lester Longley
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