[O] bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks

2016-12-07 Thread David Dynerman
Dear Glenn + bug-gnu-emacs, Did you try the steps to reproduce? Indeed Clément was right! The bug also reliably reproduces also with org 8.2.10, if you additionally set org-src-fontify-natively to t. Please let me know if you need any more information for the bug report, David Clément

Re: [O] org-depend: dependencies between TODO entries in different files

2016-12-07 Thread Carsten Dominik
Hi, I can take a look at that. Unless Nicolas already is working on it, of course. One additional point is, of course, that org-depend is not part of the core, but was written as a proof of concept. Is anyone besides Karl using it regularly? I don't want to break anything by changing it.

[O] [PATCH] ox-confluence.el: Add support for ordered list

2016-12-07 Thread Lungang Fang
Hi there, This is a patch for contrib/lisp/ox-confluence.el generated following instructions on http://orgmode.org/worg/org-contribute.html#patches . It adds support for ordered list. -- Lungang Fang * contrib/lisp/ox-confluence.el (org-confluence-item): Support ordered list When converting

[O] Fwd: [PATCH] Add support for ordered list to ox-confluence.el

2016-12-07 Thread Lungang Fang
Resend since the previous one seems lost. Hi there, Attached is a patch for contrib/lisp/ox-confluence.el generated following instructions on http://orgmode.org/worg/org-contribute.html#patches . It adds support for ordered list. I didn't find where I should send this patch. Hopefully, this is

Re: [O] Include sections of org document in tangled files

2016-12-07 Thread Charles C. Berry
On Wed, 7 Dec 2016, David Dynerman wrote: Dear Chuck, Your suggestion worked fantastically - I got it working and am very excited. Now, the next step is figuring out how to handle typesetting math in single way between org and python docstrings. Math in Python docstrings is usually done by

[O] bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks

2016-12-07 Thread Clément Pit--Claudel
On 2016-12-07 21:08, Glenn Morris wrote: > David Dynerman wrote: >> The bug does NOT occur with org 8.2.10. > > Since that's the version included with Emacs, I'm confused as to why > you've been encouraged to report this to bug-gnu-emacs. I can reproduce the issue in emacs -Q on master; hence my

[O] bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks

2016-12-07 Thread Glenn Morris
David Dynerman wrote: > The bug does NOT occur with org 8.2.10. Since that's the version included with Emacs, I'm confused as to why you've been encouraged to report this to bug-gnu-emacs.

[O] writing letters using the latex letters class?

2016-12-07 Thread Stig Brautaset
I've tried to get a simple letter to export to PDF using the latex letters class, but I can't get it to work in any satisfactory way. I want to get something like the following generated: , | \documentclass{letter} | \signature{Sender McSenderface} | | \address{My address \\ My town \\

Re: [O] buffer local org-src-preserve-indentation not respected

2016-12-07 Thread David Dynerman
Dear Nicolas, Nicolas Goaziou writes: > Fixed. Thank you. Thank you very much. I just tried, and I still encounter this buf on the current git code. Reproduction is the same as before: #+BEGIN_SRC python :tangle preserve-indent.py class Foo: bar = 5 #+END_SRC

Re: [O] Include sections of org document in tangled files

2016-12-07 Thread David Dynerman
Dear Chuck, Your suggestion worked fantastically - I got it working and am very excited. Now, the next step is figuring out how to handle typesetting math in single way between org and python docstrings. Math in Python docstrings is usually done by RestructuredText markdown, e.g.: :math:`f(x)

Re: [O] question about org-coderef-label-format and HTML export

2016-12-07 Thread Nicolas Goaziou
Hello, D M German writes: > I think I found a bug. It works in some cases but not in others: > > the following code properly defines the references abc and bfc. But it > does not define the one for (ref:jump). Here is a link to the exported > HTML file: > >

Re: [O] [PATCH] org-bibtex.el: Make headline format costomizable

2016-12-07 Thread Eric Danan
Here it is, hope I did everything correctly. * lisp/org-bibtex.el (org-bibtex-write): Make this function read the headline format from the newly created variable `org-bibtex-headline-format-function' instead of systematically using the entry title. (org-bibtex-headline-foramt-function):

[O] bug#19606: 24.4; Emacs hangs when editing a 5-line Org file

2016-12-07 Thread Glenn Morris
Eli Zaretskii wrote: > Yes, thanks. Unfortunately, it doesn't say more than the previous > backtrace: Emacs is displaying some display string with invisible > property. Why that would lead to an infloop, I don't see. > > My suggestion at this point would be to ask on the Org list whether > your

Re: [O] Emacs hangs while loading org file with python blocks

2016-12-07 Thread David Dynerman
Dear Alan & Clément, Thanks for trying to reproduce - it's good to know it's not only happening to me. I've just sent the bug report upstream to bug-gnu-emacs. David Alan Schmitt writes: > Hello David, > > On 2016-12-06 17:41, David Dynerman

Re: [O] Time-Event-Diagrams

2016-12-07 Thread Eric S Fraga
On Tuesday, 6 Dec 2016 at 17:54, Karl Voit wrote: [...] > Since you just mentioned invoking org-plot/gnuplot, I guess there > should be any result somewhere somehow which did not work at my > side. > > I could not locate any file or directory /tmp/org-plot11956t0A. By default, the table

Re: [O] org-ref file path to pdf

2016-12-07 Thread Georg W. Otto
John Kitchin writes: > This doesn't sound like something that should be happening I think. How > current is your org-ref? > > I do not use the notes feature so it does not get tested too often. You > may be able to control the format of the notes created with the

Re: [O] org-ref file path to pdf

2016-12-07 Thread John Kitchin
This doesn't sound like something that should be happening I think. How current is your org-ref? I do not use the notes feature so it does not get tested too often. You may be able to control the format of the notes created with the variable org-ref-note-title-format if you are using the default

Re: [O] Emacs hangs while loading org file with python blocks

2016-12-07 Thread Alan Schmitt
Hello David, On 2016-12-06 17:41, David Dynerman writes: > I've now managed to extract a minimal org file that reproduces the hang: I can confirm it hangs emacs: it even hanged gnus as it was trying to display your email. Best, Alan -- OpenPGP Key ID :

Re: [O] tangling and COMMENT entries

2016-12-07 Thread Alan Schmitt
On 2016-12-07 00:27, Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> When using org-babel-load-file, are entries with a COMMENT keyword >> supposed to be tangled? > > I don't think so. Could you provide an ECM? As I could

Re: [O] Latex export fails for plain lists deeper than four, works for html

2016-12-07 Thread Nicolas Goaziou
Hello, Scott Otterson writes: > Hi Nicolas, thanks for trying to replicate this on Linux. What happens for > you if it doesn't crash? Does the latex export just work and produce a pdf > with a set of properly nested lists? It produces a pdf with improperly nested lists

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-07 Thread Nicolas Goaziou
Hello, Scott Randby writes: > On 12/06/2016 06:50 PM, Nicolas Goaziou wrote: >> I fixed it in maint. Basically, a_b_c is translated as a\(_b\)\(_c\). > > With this solution, "a" will be exported as text while "b" and "c" will > be exported as a single subsrcipt using the math

Re: [O] tangling and COMMENT entries

2016-12-07 Thread Rainer M Krug
Alan Schmitt writes: > Hello, > > When using org-babel-load-file, are entries with a COMMENT keyword > supposed to be tangled? I thought they were not, but I'm seeing them in > the generated .el file. I am using COMMETNS all the time to exclude blocks from

Re: [O] question about org-coderef-label-format and HTML export

2016-12-07 Thread D M German
Nicolas Goaziou twisted the bytes to say: Nicolas> Hello, Nicolas> dmg writes: >> I was playing with org-coderef-label-format to reference lines of code >> in blocks. >> >> I created a small example that overrides the default value: >> >> #+BEGIN_SRC C++