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
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
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
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
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"
#
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-
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
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
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!
"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
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
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
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
13 matches
Mail list logo