[O] Bug: Org fontifying bracket links as plain links [8.2.10 (release_8.2.10 @ /home/bhj/external/local/emacs25/share/emacs/25.0.95/lisp/org/)]

2016-11-05 Thread Bao Haojun
When I wrote "[[http://hello]],hello", with a FULLWIDTH COMMA and no space after it, the whole string is fontified as link, instead of just the text in the brackets. This is because the org-plain-link-re is used whereas org-bracket-link-regexp should have matched it, I think. I understand that

Re: [O] org-jira.el

2012-01-09 Thread Bao Haojun
Hi OSiUX, OSiUX writes: > Hi Bao Haojun, > > I finally discovered the error, I was using an anonymous proxy server > and JIRA apparently did not return the correct xml. > > Does not work in emacs, but in emacs 24 enabling the debug managed to > capture the error:: >

Re: [O] org-jira.el updated

2012-01-07 Thread Bao Haojun
Richard Riley writes: > Ken Williams writes: > >> Bao Haojun gmail.com> writes: >>> I have updated the org-jira.el as suggested by Bastien and Richard >>> Riley: >> >> Amazing. Just 120 seconds ago I got out of a meeting where we talked about &g

[O] org-jira.el updated

2012-01-06 Thread Bao Haojun
since org-jira will load it #+end_src -- All the best Bao Haojun

Re: [O] org-jira.el

2012-01-06 Thread Bao Haojun
Hi, OSiUX OSiUX writes: > El lun, 02 ene 2012, Bao Haojun decía: > >> Hi, all >> >> I have implemented org-jira.el, bringing org-mode and Jira system >> together. >> >> Wrote a Wiki page for it on emacswiki: >> http://www.emacswiki.org/emacs/Org

Re: [O] org-jira.el

2012-01-06 Thread Bao Haojun
de, jumping (retieving first if not done already) to the org heading tracking the issue specified in the link. By the way, do you mind if I keep using the name org-jira.el? org-jira2 is not a good name just as jira2 is not. Thanks. -- All the best Bao Haojun

Re: [O] org-jira.el

2012-01-05 Thread Bao Haojun
am back on a project that does use > Jira.. :) > __ > > > Jonathan Arkell > Tech Lead > Inspired By Drum & Bass, Scheme, Kawaii > > p. 403.206.4377 > 402 -- 11th Ave SE > Calgary, AB, Canada T2G 0Y4 > > jonath...@criticalmass.com > criticalma

Re: [O] org-jira.el

2012-01-05 Thread Bao Haojun
OSiUX writes: > El lun, 02 ene 2012, Bao Haojun decía: > >> Hi, all >> >> I have implemented org-jira.el, bringing org-mode and Jira system >> together. >> >> Wrote a Wiki page for it on emacswiki: >> http://www.emacswiki.org/emacs/OrgJiraMode &

Re: [O] org-jira.el

2012-01-05 Thread Bao Haojun
Bastien writes: > Nick Dokos writes: > >> The current contrib/lisp/org-jira.el is pretty trivial: it just defines >> a jira link type, so maybe it can be integrated into the new org-jira.el, >> instead of having two of them lying around. > > Agreed. In the same vein, perhaps jira2.el and jira.e

Re: [O] org-jira.el... and Org conventions (Bastien, Carsten and all)

2012-01-03 Thread Bao Haojun
Hi Sebastien, "Sebastien Vauban" writes: > Hi Bao, > > "Bao Haojun" wrote: >> I have implemented org-jira.el, bringing org-mode and Jira system >> together. >> >> Wrote a Wiki page for it on emacswiki: >> http://www.emacswiki.org/emac

[O] org-jira.el

2012-01-02 Thread Bao Haojun
Hi, all I have implemented org-jira.el, bringing org-mode and Jira system together. Wrote a Wiki page for it on emacswiki: http://www.emacswiki.org/emacs/OrgJiraMode Hope somebody find it useful, if he/she is also using Jira and loves org-mode.