Re: [O] [PATCH] ob-sql.el: Support sqlcmd and cygwin environment

2016-06-12 Thread Xi Shen
Hi Nicolas, Please see my updated patch. On Sun, Jun 12, 2016 at 6:37 PM Xi Shen wrote: > Hi Nicolas, > > So I will: > > - add "org-babel-sql-convert-filename", so another name...I am thinking > - remove `msosql` support. I am been playing with the options for a while,

Re: [O] Cross-reference to Tables and Figures in Latex export is broken

2016-06-12 Thread Vikas Rawal
I updated org, and now :exports results has stopped working, and I am getting both the code and the results in my output!!! V. > On 13-Jun-2016, at 9:25 am, Vikas Rawal > wrote: > > This must be a result of some recent update. > > When I export to pdf via

[O] Cross-reference to Tables and Figures in Latex export is broken

2016-06-12 Thread Vikas Rawal
This must be a result of some recent update. When I export to pdf via xelatex, cross references to Tables and Figures in my org document get messed up. Table/Figure numbers in cross-references are wrong. Has anyone else faced this? Vikas

Re: [O] ob-C doesn't support load libraries

2016-06-12 Thread numbch...@gmail.com
Thanks. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Sat, Jun 11, 2016 at 12:44 AM, Thierry Banel

Re: [O] Changing org-block background with org-src-fontify-natively

2016-06-12 Thread Rasmus
Ken Mankoff writes: > On 2016-06-11 at 07:40, Rasmus wrote: >> Prettify-symbols-mode, I'm using the version that will be shipped with >> Emacs 25.1. Details here: >> >> https://pank.eu/blog/pretty-babel-src-blocks.html > > That post says, > >>> It might be

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Charles C. Berry
On Sun, 12 Jun 2016, Thomas S. Dye wrote: Aloha Kaushal, Kaushal Modi writes: [deleted] So what determines if the results should be table formatted or kept verbatim (scalar)? -- I think I'm correct to say that by default a single value result is output as a scalar, and everything else

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Thomas S. Dye
Aloha Kaushal, Kaushal Modi writes: > On Sun, Jun 12, 2016 at 2:22 PM Thomas S. Dye wrote: > > Aloha Kaushal, > > There are four classes of :results header arguments. :results replace > refers to how the results are handled. :results verbatim refers to the > type

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Kaushal Modi
On Sun, Jun 12, 2016 at 2:22 PM Thomas S. Dye wrote: > Aloha Kaushal, > > There are four classes of :results header arguments. :results replace > refers to how the results are handled. :results verbatim refers to the > type of result returned. > Hi Thomas, Yes, I learned that

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Thomas S. Dye
Aloha Kaushal, Kaushal Modi writes: > Hi all, > > I learnt that I need to have ":results verbatim" as a header argument for awk > source blocks. But I don't understand why I need that in the first place. > > The default value of :results is replace. Then why is it converting the awk > results to

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Kaushal Modi
Hi all, I learnt that I need to have ":results verbatim" as a header argument for awk source blocks. But I don't understand why I need that in the first place. The default value of :results is replace. Then why is it converting the awk results to org tables? Thanks. Kaushal > -- -- Kaushal

Re: [O] [PATCH] org-babel-goto-named-src-block bugfix and test

2016-06-12 Thread Charles C. Berry
On Sun, 12 Jun 2016, Marco Wahl wrote: The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. Hi Charles, [...] The test uses lines like: (execute-kbd-macro "\M-xorg-babel-goto-named-src-block\n\n") to emulate interactive usage.

Re: [O] mobile-org.el maintainer

2016-06-12 Thread Nicolas Goaziou
Hello, Benoît Coste writes: > I am working on remodeling MobileOrg for Android and I'd like to discuss a > few changes for mobile-org.el. I read your mail from a month ago. Unfortunately, I don't know enough of this library to be useful to the discussion. > I am trying to

[O] mobile-org.el maintainer

2016-06-12 Thread Benoît Coste
Hi everyone, I am working on remodeling MobileOrg for Android and I'd like to discuss a few changes for mobile-org.el. I am trying to contact the maintainer of mobile org. The file mobile-org.el says cars...@orgmode.org but I tried it and it is not working. Does anyone know who is currently

Re: [O] Fwd: Request to support Cygwin in convert-standard-filename function

2016-06-12 Thread Nicolas Goaziou
Hello, Xi Shen writes: > So according to Emacs upstream developer Eli' reply, the current > `convert-standard-filename` function's result is as expected. Since the > Cygwin environment is defined as a "Posix" environment. In my patch, I was > trying to call a Windows

Re: [O] [PATCH] ob-sql.el: Support sqlcmd and cygwin environment

2016-06-12 Thread Xi Shen
Hi Nicolas, So I will: - add "org-babel-sql-convert-filename", so another name...I am thinking - remove `msosql` support. I am been playing with the options for a while, and I could not find a way the make osql output the same format as sqlcmd Thanks, David On Sun, Jun 12, 2016 at 10:12 AM

[O] Fwd: Request to support Cygwin in convert-standard-filename function

2016-06-12 Thread Xi Shen
Hi Nicolas, So according to Emacs upstream developer Eli' reply, the current `convert-standard-filename` function's result is as expected. Since the Cygwin environment is defined as a "Posix" environment. In my patch, I was trying to call a Windows command inside a Posix environment, and

Re: [O] [PATCH] org-babel-goto-named-src-block bugfix and test

2016-06-12 Thread Marco Wahl
Hi Charles, > [...] > The test uses lines like: > > (execute-kbd-macro "\M-xorg-babel-goto-named-src-block\n\n") > > to emulate interactive usage. > > This feels like a hack, and the messages generated spill into my > *shell* buffer when I run `make test'. If there is a cleaner way to >

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Kaushal Modi
Correction: ":results verbatim" On Sun, Jun 12, 2016 at 2:59 AM Kaushal Modi wrote: > Bummer, found it; needed " :results raw" header arg > > On Sun, Jun 12, 2016 at 2:46 AM Kaushal Modi > wrote: > >> Hi, >> >> I am running the latest builds of

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Kaushal Modi
Bummer, found it; needed " :results raw" header arg On Sun, Jun 12, 2016 at 2:46 AM Kaushal Modi wrote: > Hi, > > I am running the latest builds of emacs-25 branch and org master branch. > > I used ob-awk for the first time today and was surprised to see that the >

[O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Kaushal Modi
Hi, I am running the latest builds of emacs-25 branch and org master branch. I used ob-awk for the first time today and was surprised to see that the #+RESULTS: were displayed as org tables. I do not know if that is due to ob-awk or ob-core and so am posting it here. Here is the minimum working