Den mån 8 nov. 2021 kl 12:54 skrev Greg Minshall :
> sorry, in fact, =-Q= doesn't matter:
>
> failing:
> - Org mode version 9.5 (9.5-g531577 @
> /home/minshall/.emacs.d/straight/build/org/)
>
> succeeding:
> - Org mode version 9.5 (9.5-gced2b3 @
> /home/minshall/.emacs.d/straight/build/org/)
>
> c
sorry, in fact, =-Q= doesn't matter:
failing:
- Org mode version 9.5 (9.5-g531577 @
/home/minshall/.emacs.d/straight/build/org/)
succeeding:
- Org mode version 9.5 (9.5-gced2b3 @
/home/minshall/.emacs.d/straight/build/org/)
cheers, Greg
my data point:
- emacs -Q: works as (i assume) expected
- emacs: i get an error, with this backtrace
Debugger entered--Lisp error: (wrong-type-argument markerp nil)
#f(compiled-function () #)()
org-babel-insert-result((1 2 3 4) ("replace") ("emacs-lisp" "data" ((:var
data 1 2 3 4) (:coln
On Monday, 8 Nov 2021 at 08:45, Henrik Frisk wrote:
> I'm having troubles getting more than one cell from an org table as a
> variable in org-babel. Trying this example from the orgmode manual
> (https://orgmode.org/manual/Environment-of-a-Code-Block.html):
Data point: works just fine for me.
--
Hi,
I'm having troubles getting more than one cell from an org table as a
variable in org-babel. Trying this example from the orgmode manual (
https://orgmode.org/manual/Environment-of-a-Code-Block.html):
#+NAME: example-table
| 1 | a |
| 2 | b |
| 3 | c |
| 4 | d |
#+BEGIN_SRC emacs-lisp :var d