Re: [O] Problem with references to babel source blocks (possible bug).

2018-12-20 Thread John Kitchin
I guess there is some subtle point missing. For the source blocks I usually use the minted package, which I think makes code blocks as a listing float. In your tex file, they are verbatim environments, and you have \captionof{figure} under them which is presumably why they are labeled as figures.

Re: [O] How to specify block quote language?

2018-12-20 Thread Kaushal Modi
On Thu, Dec 20, 2018 at 3:09 PM Abigaile Johannesburg wrote: > > Is there a way to specify the language for quoted text? For example, > > #+begin_quote :lang=jp > quotes > #+end_quote > You can do this instead which is already supported: #+attr_html: :lang jp #+begin_quote quotes #+end_quote T

[O] How to specify block quote language?

2018-12-20 Thread Abigaile Johannesburg
Hello, When exporting from org to html using #+begin_quote quotes #+end_quote it generates html code quotes Is there a way to specify the language for quoted text? For example, #+begin_quote :lang=jp quotes #+end_quote will generate quotes If it is not available now, would someon

Re: [O] Bug: If else blocks inside for loop fail in newest version [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/paul/org-mode/lisp/)]

2018-12-20 Thread Nicolas Goaziou
Hello, Paul Lodder writes: > If else blocks inside for loops in python cause IndentationError, it > does accept the 'if' and the indented part below the 'if', but from > 'else:' onwards the code is not evaluated anymore because of the > 'unexpected indent'. I added an example code block in which

Re: [O] Meta : what can be sent to this mailing list ?

2018-12-20 Thread Bastien
Hi Kaushal and Emmanuel, Kaushal, thanks for the heads up. Emmanuel, I validated the emails, they should reach the mailing list very soon. In general, let's do as Kaushal suggested and avoid attaching big chunks to emails. -- Bastien

[O] Bug: If else blocks inside for loop fail in newest version [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/paul/org-mode/lisp/)]

2018-12-20 Thread Paul Lodder
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -