[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] indentation error in python source block
From: |
Sebastian P . Luque |
Subject: |
Re: [O] indentation error in python source block |
Date: |
Sat, 10 Nov 2018 09:58:52 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
On Sat, 10 Nov 2018 08:30:50 +0100,
Nicolas Goaziou <address@hidden> 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
│ (quote
│ (("gnu" . "http://elpa.gnu.org/packages/")
│ ("melpa" . "http://melpa.org/packages/")
│ ("marmalade" . "https://marmalade-repo.org/packages/")
│ ("org" . "http://orgmode.org/elpa/"))))
│ (package-initialize)
│ (org-babel-do-load-languages
│ 'org-babel-load-languages
│ '((python . t)))
╰─────
--
Seb