Re: [O] Mathjax CDN to shutdown April 30th 2017

2017-04-16 Thread Nicolas Goaziou
Hello, Adam Aviv writes: > I've included both changes, to doc and the the html export in the attached > patch, now with properly commit message including the TINYCHANGE. Applied. Thank you. Regards, -- Nicolas Goaziou0x80A93738

Re: [O] [PATCH] lisp/ob-sql.el: Fix filename conversion in minGW environment.

2017-04-16 Thread Nicolas Goaziou
Hello, Xi Shen writes: > Subject: [PATCH] lisp/ob-sql.el: Fix filename conversion in minGW environment. > > (org-babel-sql-convert-standard-filename): If it is not in Cygwin > environment, and `system-nt' is "windows-nt", Emacs must be in minGW > or MSYS environment, can can handle Windows filen

Re: [O] LaTeX export hline

2017-04-16 Thread Nicolas Goaziou
Hello, Justen Rickert writes: > LaTeX export for five dashes - exports from org as > \rule{\linewidth}{0.5pt} > which then produces a pdf with a horizontal line having the width of the > paragraph but indented. This means the line extends into the margin by the > width > of the indent. > > I

[O] Bug: :session doesn't honor :verbatim [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/26.0.50/lisp/org/)]

2017-04-16 Thread Michael Albinus
Hi, when I eval the following source block, everything is fine: #+BEGIN_SRC sh :results verbatim df -h / #+END_SRC #+RESULTS: : Filesystem Size Used Avail Use% Mounted on : /dev/sda6 137G 55G 76G 43% / However, using a :session shortens the output unexpectedly: #+BEGIN_SRC sh

Re: [O] Bug: :session doesn't honor :verbatim [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/26.0.50/lisp/org/)]

2017-04-16 Thread Tilmann Singer
Let me add that when not specifying ":results verbatim", the presence of the % sign in the output also triggers table formatting: #+BEGIN_SRC sh :session *session* echo "a%b" #+END_SRC #+RESULTS: | | | b | Whereas without session, the output is formatted like this #+BEGIN_SRC sh echo "a%b" #

[O] bug#26034: [PATCH] fix typo in error messages

2017-04-16 Thread Teemu Likonen
This trivial fix still hasn't been applied. Can I do it? Christian Garbs [2017-03-08 21:13:57+01] wrote: > --- > lisp/org/ob-C.el | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lisp/org/ob-C.el b/lisp/org/ob-C.el > index 8738824..77cfd53 100644 > --- a/lisp/org/ob-

[O] ANN/RFC: ox-epub

2017-04-16 Thread Mark Meyer
Hi, this is to announce that ox-epub is now in a somewhat working state and pretty much aligned with the rest of the ox framework. https://github.com/ofosos/ox-epub The current release is 0.2.1 which is right now syncing to MELPA stable. If you want to generate EPUB directly from org mode, pleas

Re: [O] Bug: :session doesn't honor :verbatim [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/26.0.50/lisp/org/)]

2017-04-16 Thread Charles C. Berry
On Sun, 16 Apr 2017, Tilmann Singer wrote: Let me add that when not specifying ":results verbatim", the presence of the % sign in the output also triggers table formatting: #+BEGIN_SRC sh :session *session* echo "a%b" #+END_SRC #+RESULTS: | | | b | The extra line looks like a bug in babel

Re: [O] ANN/RFC: ox-epub

2017-04-16 Thread Adam Porter
Hi Mark, I can't say I have much need for ePub exporting right now myself, but congratulations on putting this together, looks like great work!

Re: [O] Bug: :session doesn't honor :verbatim [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/26.0.50/lisp/org/)]

2017-04-16 Thread Michael Albinus
"Charles C. Berry" writes: > Michael might get some relief by altering `shell-prompt-pattern' whose > default value is > > "^[^#$%>\n]*[#$%>] *" > > is tricked by the embedded `%' in the output lines > > If you know the prompt will not contain `%', you could delete that. > > Changing the asterisk

Re: [O] Bug: :session doesn't honor :verbatim [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/26.0.50/lisp/org/)]

2017-04-16 Thread Charles C. Berry
On Sun, 16 Apr 2017, Michael Albinus wrote: "Charles C. Berry" writes: Michael might get some relief by altering `shell-prompt-pattern' whose default value is "^[^#$%>\n]*[#$%>] *" is tricked by the embedded `%' in the output lines If you know the prompt will not contain `%', you could del

Re: [O] ANN/RFC: ox-epub

2017-04-16 Thread Eric Abrahamsen
Mark Meyer writes: > Hi, > this is to announce that ox-epub is now in a somewhat working state and > pretty much aligned with the rest of the ox framework. > > https://github.com/ofosos/ox-epub This is great! I don't have time to test-drive it right now, but I definitely will before too long. T

[O] [PATCH] ox-confluence.el: Blank org table cells[...]

2017-04-16 Thread Stephen Mackenzie
First post.. Disclaimer, I have no idea what I'm doing. (Don't know lisp, don't know how to use git format-patch correctly(?), etc. Fixed this for myself and wanted to try my hand at submitting it. If I did a terrible job, let me know and I'll try to remedy. Changelog message explains adequately I