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
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
│
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
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