Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-27 Thread Nicolas Goaziou
Hello, Josef Atmin writes: > Well, one could also say [[shell:cat ~/tmp | grep "asdf :: "]] is link > syntax, no matter how you look at it. It is a question of precedence. Of course. I'm just telling you how Org sees it. > I think it is more obvious to interpret > >* [[

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-27 Thread Josef Atmin
Dear Nicolas! On Wed, Feb 24, 2016 at 06:38:09PM +0100, Nicolas Goaziou wrote: > Hello, > > Josef Atmin writes: > > >> when a shell command in an unnumbered list includes '::', it is not > >> recognized as a shell > >> command anymore. > >> > >> To reproduce the bug, paste the

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-24 Thread Nick Dokos
Nicolas Goaziou writes: >> Count me confused - although the OP is talking about unnumbered lists, >> his example only has headlines and numbered lists. Is the link broken >> when in the headline or only when it's an unnumbered list item? > > IIUC, the OP is using

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-24 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Nicolas Goaziou writes: > >> Josef Atmin writes: >> when a shell command in an unnumbered list includes '::', it is not recognized as a shell command anymore. To reproduce the bug,

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-24 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Josef Atmin writes: > >>> when a shell command in an unnumbered list includes '::', it is not >>> recognized as a shell >>> command anymore. >>> >>> To reproduce the bug, paste the following two lines in file 'tmp'

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-24 Thread Nicolas Goaziou
Hello, Josef Atmin writes: >> when a shell command in an unnumbered list includes '::', it is not >> recognized as a shell >> command anymore. >> >> To reproduce the bug, paste the following two lines in file 'tmp' >> >> asdf :: asdf >> asdf :: qwer >> >> and add the

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-23 Thread Josef Atmin
Dear briangpowell, there is definitely a space in the third line. Also, it does not simply produce no output, it says "No link found". Plus, when I change it to a numbered list starting with 1., 2., 3. it works. I have also run this with my .emacs file disabled, so it cannot be my option

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-23 Thread briangpowell .
* Only way I can explain why the "3rd output is different from the 1st and 2nd": You unwittingly placed a character after the "::" on the 3rd row--and you look at it and you believe its a character. * Suggest you open it up in VI and do ":set list"--is there a "^I" character there? ** Better

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-23 Thread briangpowell .
* Nah, tried it, all 3 have same output: * [[shell:cat ~/tmp | grep "asdf :"]] * [[shell:cat ~/tmp | grep "asdf ::"]] * [[shell:cat ~/tmp | grep "asdf :: "]] => Executing cat ~/tmp | grep "asdf :" asdf :: asdf asdf :: qwer Executing cat ~/tmp | grep "asdf ::" asdf :: asdf asdf ::

[O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-23 Thread Josef Atmin
Hi, the maintainer of the Debian org-mode package referred me to this list for my bug report. Best regards, Josef. On Sun, Feb 21, 2016 at 11:10:52AM +0100, Josef Atmin wrote: > Package: org-mode > Version: 8.3.3-3 > Severity: normal > > Dear Maintainer, > > when a shell command in an