Re: [O] Python loops with ":results output"

2017-02-21 Thread Sebastian P . Luque
On Tue, 21 Feb 2017 08:58:59 -0500, John Kitchin wrote: > On Mon, Feb 20, 2017 at 11:04 PM, Seb wrote: > #+BEGIN_SRC python :session :results output :exports results for i > in range(3):     print("Iter {0}".format(i)) > #+END_SRC > Try using ob-ipython. It doesn't have that issue for

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 │

[O] Bug: Editing cookie in table column breaks tabbing [9.1.9 (9.1.9-3-gb1a639-elpa @ /home/foo/.emacs.d/elpa/org-20180402/)]

2018-04-10 Thread Sebastian P. Luque
Hello, When `org-startup-align-all-tables' is t, then editing the cookie in a table causes subsequent tabbing inside the table to throw the following trace: ------ Debugger entered--Lisp error: (args-out-of-range #("abcde" 0 1

Re: [O] Bug: Editing cookie in table column breaks tabbing [9.1.9 (9.1.9-3-gb1a639-elpa @ /home/foo/.emacs.d/elpa/org-20180402/)]

2018-04-11 Thread Sebastian P . Luque
On Wed, 11 Apr 2018 13:17:49 +0200, Nicolas Goaziou wrote: > Hello, "Sebastian P. Luque" writes: >> When `org-startup-align-all-tables' is t, then editing the cookie >> in a table causes subsequent tabbing inside the table to throw the >> following tra

Re: caption width in LateX export

2021-12-27 Thread Sebastian P . Luque
On Mon, 27 Dec 2021 07:41:59 +, Juan Manuel Macías wrote: [...] > If you use the caption package (https://www.ctan.org/pkg/caption), you > can indicate in each figure the width of the caption. In this case, > you would have to introduce the code using raw latex via the > `:caption' property:

Re: caption width in LateX export

2021-12-27 Thread Sebastian P . Luque
On Mon, 27 Dec 2021 13:28:08 +, Juan Manuel Macías wrote: > Sebastian P. Luque writes: >> Thank you, Juan. Unfortunately, there is a price for this solution >> as it is now impossible to name and refer to this segment as usual: > I see. Have you tried the option with Lu