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

2016-06-13 Thread Xi Shen
Hi Nicolas, I think I uploaded the wrong patch. Sorry~ Please check this one. On Mon, Jun 13, 2016 at 1:36 PM Xi Shen wrote: > Hi Nicolas, > > Please see my updated patch. > > > On Sun, Jun 12, 2016 at 6:37 PM Xi Shen wrote: > >> Hi Nicolas, >>

[O] Code in contrib directory is not published with ELPA?

2016-06-13 Thread Xi Shen
Hi, I am using Emacs on Windows within Cygwin environment. I found installing org from the ELPA will not include code in the `contrib' directory. Is it correct? What is the right way to get code in the `contrib' directory to work on my local? -- Thanks, David S.

Re: [O] Code in contrib directory is not published with ELPA?

2016-06-13 Thread Xi Shen
err~sorry! http://orgmode.org/elpa.html On Mon, Jun 13, 2016 at 5:19 PM Xi Shen wrote: > Hi, > > I am using Emacs on Windows within Cygwin environment. I found installing > org from the ELPA will not include code in the `contrib' directory. Is it > correct? What is the

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

2016-06-13 Thread Charles C. Berry
On Mon, 13 Jun 2016, Vikas Rawal wrote: I updated org, and now :exports results has stopped working, and I am getting both the code and the results in my output!!! Perhaps, you have `org-export-babel-evaluate' set to nil. If so, you need to set it to the default, `t'. Use `:eval

Re: [O] vertically misplaced thousands separator

2016-06-13 Thread Charles Millar
Forgot to mention that just a plain 9.99 (no code blocks) exports the same way, comma above the 9.99 On 06/13/2016 08:31 AM, Charles Millar wrote: I am not sure if this is a bug in orgmode latex exporter or whether it is specific to LaTeX and that there is some code that will take

Re: [O] Adding a simple list item expands the entire simple list

2016-06-13 Thread Steinar Bang
g'. I reported the problem as a bug, it has since been fixed, and is fixed in the latest org package from Gnu ELPA: Org-mode version 8.3.4 (8.3.4-82-gc792d6-elpa @ c:/Users/sb/.emacs.d/elpa/org-20160613/)

[O] bibliography as part of the source document?

2016-06-13 Thread Sharon Kimble
I'm trying to have all my information for a org-mode document exported to latex contained within the source document. Specifically having the bibliography within the source document. But how do I do it? I've tried googling but haven't turned up anything useful. Can you help please? Thanks

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

2016-06-13 Thread Rasmus
Hi Alan, Alan Schmitt writes: >>> How exactly do you get the pencil instead of the #+BEGIN_SRC and >>> #+END_SRC? >> >> Prettify-symbols-mode, I'm using the version that will be shipped with >> Emacs 25.1. Details here: >> >>

Re: [O] bibliography as part of the source document?

2016-06-13 Thread Sharon Kimble
Ken Mankoff writes: > On 2016-06-13 at 13:07, Sharon Kimble wrote: >> I'm trying to have all my information for a org-mode document exported >> to latex contained within the source document. Specifically having the >> bibliography within the source

Re: [O] bibliography as part of the source document?

2016-06-13 Thread Ken Mankoff
On 2016-06-13 at 13:07, Sharon Kimble wrote: > I'm trying to have all my information for a org-mode document exported > to latex contained within the source document. Specifically having the > bibliography within the source document. > > But how do I do it? I've tried

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

2016-06-13 Thread Alan Schmitt
On 2016-06-11 13:40, Rasmus writes: > swfl...@flintfam.org (Samuel W. Flint) writes: > >> How exactly do you get the pencil instead of the #+BEGIN_SRC and >> #+END_SRC? > > Prettify-symbols-mode, I'm using the version that will be shipped with > Emacs 25.1. Details here: > >

[O] vertically misplaced thousands separator

2016-06-13 Thread Charles Millar
I am not sure if this is a bug in orgmode latex exporter or whether it is specific to LaTeX and that there is some code that will take care of this. First, attached is a copy of my LaTeX setup. I recently added \\usepackage[npthousnadsep{,}]{numprint} to my setup. When I export the following

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

2016-06-13 Thread Kaushal Modi
Hi Charles, Thomas, Thank you for the replies. They were very useful. I learned about :post for the first time. That minimal example worked great. Earlier I was confused about "*this*", but then from Info node "(org) post", I learned that it's a special variable for :post. For now, ":results

Re: [O] vertically misplaced thousands separator

2016-06-13 Thread Charles Millar
I just realized this behavior also occurs for just a series of letters On 06/13/2016 08:46 AM, Charles Millar wrote: Forgot to mention that just a plain 9.99 (no code blocks) exports the same way, comma above the 9.99 On 06/13/2016 08:31 AM, Charles Millar wrote: I am not sure

Re: [O] Bug: Adding a simple list item expands the entire simple list [8.3.4 (8.3.4-79-gbd4948-elpa @ c:/Users/sb/.emacs.d/elpa/org-20160606/)]

2016-06-13 Thread Steinar Bang
>>>>> Nicolas Goaziou <m...@nicolasgoaziou.fr>: > Fixed. Thank you. Verified fixed in the newest ELPA org-mode, ie. Org-mode version 8.3.4 (8.3.4-82-gc792d6-elpa @ c:/Users/steinar.bang/.emacs.d/elpa/org-20160613/) Thanks! - Steinar

[O] Tagging an entire org file

2016-06-13 Thread Arun Isaac
Is there a way to tag an entire org document, and not just the headlines? I mean, something like: #+TAGS: tag1, tag2, tag3, ... This is much like #+CATEGORY, but something that can take multiple values. I am maintaining my blog with org mode, and would like to tag my blog posts with various

Re: [O] Tagging an entire org file

2016-06-13 Thread Ken Mankoff
#+FILETAGS: foo -k. On 2016-06-13 at 16:43, Arun Isaac wrote: > Is there a way to tag an entire org document, and not just the > headlines? I mean, something like: > > #+TAGS: tag1, tag2, tag3, ... > > This is much like #+CATEGORY, but something that can take

[O] [BUG] [PATCH] ox-rss: Put email address in element

2016-06-13 Thread Arun Isaac
The RSS specification requires the email address and the name of the author to be provided in the element in the format "em...@domain.com (Name)". http://www.rssboard.org/rss-specification#ltauthorgtSubelementOfLtitemgt Currently, only the author's name is provided. This is invalid RSS. Please

[O] Bug? when add the first item using capture

2016-06-13 Thread Xi Shen
Hi, This is my first time using org-capture. I am not sure if it is a bug, or I made a mistake in the configuration. Here's my settings for capture templates: (setq org-capture-templates '(("t" "Task" entry (file+headline nil "Tasks") "* TODO %? %^g") ("q" "Quick note" entry