Re: [O] issue w/ org-ref setup: C-c ] works, but C-u C-C ] not

2016-06-11 Thread Andreas Reuleaux
Thanks again, John Kitchin writes: >> But what does not currently work for me (and what used to work): >> getting a choice of citation: cite/citep/citeauthor/nocite/whatever. > > To get this, you press C-u enter on the candidate you select, and that > should give you a

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

2016-06-11 Thread Xi Shen
Yes, I think it is better to let upstream function to resolve the path for org-mode. But I have never contacted Emacs developers before. Should I go through the bug-gnu-em...@gnu.org mail list? Or there's a more effective channel? On Sat, Jun 11, 2016 at 4:41 PM Nicolas Goaziou

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

2016-06-11 Thread Ken Mankoff
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 nice to reveal the burger whenever the cursor is

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

2016-06-11 Thread Charles C. Berry
Hi all, The revision a few months back of `org-babel-goto-named-src-block' broke some of the interactive uses. I have fixed these in the attached patch. Also, I provide an ERT test for those interactive uses --- filling in the initial-input with the name of the symbol, results block name,

Re: [O] issue w/ org-ref setup: C-c ] works, but C-u C-C ] not

2016-06-11 Thread Andreas Reuleaux
John - thanks for your fast reply, and I am learning: didn't know that it should be possible to C-u on the candidate selected - still: it's not working for me (yet), - I assume the error is on my side, but I need more time to find it: start out from a fresh, barely nothing config maybe, will get

Re: [O] issue w/ org-ref setup: C-c ] works, but C-u C-C ] not

2016-06-11 Thread John Kitchin
Andreas Reuleaux writes: > I have used org-ref in the past and I liked it, > now I am trying to get it working again. > In a way this has become easier: > > * I can install org-ref from Melpa now, instead of > tangling from the org-ref.org file in the past > > * with a fairly simple setup

[O] issue w/ org-ref setup: C-c ] works, but C-u C-C ] not

2016-06-11 Thread Andreas Reuleaux
I have used org-ref in the past and I liked it, now I am trying to get it working again. In a way this has become easier: * I can install org-ref from Melpa now, instead of tangling from the org-ref.org file in the past * with a fairly simple setup (omitting the details for now, but can give

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

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

[O] [feature request] Plain list item timestamp support

2016-06-11 Thread Marco Wahl
Hello Orgers, As you possibly know [see (info "(org) Timers")] list items created with M-RET get prefixed with the current timer value when they match a certain form. #+BEGIN_EXAMPLE * Work so hard - 0:00:00 :: Start - 0:00:03 :: Working so hard M-RET (with timer on 0:00:30) yields the line -

Re: [O] [PATCH} Re: inline code block problem; first attempt

2016-06-11 Thread Charles Millar
Good morning, On 06/10/2016 05:49 PM, Nicolas Goaziou wrote: Hello, "Charles C. Berry" writes: Sounds good. Done. Thank you for the feedback. Thank you Nicolas and Chuck. Works for me, now. Charlie Millar

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

2016-06-11 Thread Rasmus
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: https://pank.eu/blog/pretty-babel-src-blocks.html Xebar Saram

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-11 Thread Nicolas Goaziou
Hello, Steinar Bang writes: > What I did do: > I pressed M-RET to insert a new item in an org simple list, with the > other items, some containing sub lists with items, closed. > > What I expected to happen: > I expected the items that were closed to stay closed, and a new item to

Re: [O] bug#23745: 25.0.94; Org: (pop-to-mark-command) doesn't work when using (org-open-at-point) to visit a same-file link

2016-06-11 Thread Rasmus
The following message is a courtesy copy of an article that has been posted to gmane.emacs.bugs as well. Hi Dima, Thanks for the report. Dima Kogan writes: > = > * > b > > * > [[]] > = > > With the point at the

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

2016-06-11 Thread Nicolas Goaziou
Hello, Xi Shen writes: > According to > https://www.gnu.org/software/emacs/manual/html_node/elisp/Standard-File-Names.html, > the `convert-standard-filename` works for *nix and MS-DOS, but not Cygwin > environment. And I tested, it does not work. For the prefix, please

Re: [O] Should org-get-outline-path strip dedicated targets?

2016-06-11 Thread Nicolas Goaziou
Hello, timor writes: > If I have a document like this: > > * some header <> > ** some subtree > *** some entry > > Then calling org-get-outline-path on the deepest headline returns > ("some header <>" "some subtree") > > I don't know what exactly org-get-outline-path is used