Re: [O] indentation error in python source block

2018-12-14 Thread iemacs
On Fri, Nov 9, 2018 at 11:52 AM Seb wrote: > > Hello, > > I believe I've hit a strange bug. Given this file: > > ------ > #+STARTUP: content indent hideblocks > #+PROPERTY: header-args :tangle yes > #+PROPERTY: header-args:pytho

Re: [O] indentation error in python source block

2018-11-10 Thread Sebastian P . Luque
On Sat, 10 Nov 2018 08:30:50 +0100, Nicolas Goaziou wrote: [...] > I cannot reproduce your error. You may want to upgrade Org. I'm already using the latest Org from Elpa (9.1.14), and get the error with: $ emacs -q -l emacs_pkg_init.el ╭─ [ emacs_pkg_init.el ] │ (setq package-archives │

Re: [O] indentation error in python source block

2018-11-09 Thread Nicolas Goaziou
Hello, Seb writes: > I believe I've hit a strange bug. Given this file: > > ------ > #+STARTUP: content indent hideblocks > #+PROPERTY: header-args :tangle yes > #+PROPERTY: header-args:python :session *Python* > > #+NAME: pyth

[O] indentation error in python source block

2018-11-08 Thread Seb
Hello, I believe I've hit a strange bug. Given this file: ------ #+STARTUP: content indent hideblocks #+PROPERTY: header-args :tangle yes #+PROPERTY: header-args:python :session *Python* #+NAME: python_init #+BEGIN_SRC python