[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-jira.el
From: |
Bao Haojun |
Subject: |
Re: [O] org-jira.el |
Date: |
Fri, 06 Jan 2012 23:54:07 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (windows-nt) |
Hi, OSiUX
OSiUX <address@hidden> 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
>>
>> Hope somebody find it useful, if he/she is also using Jira and loves
>> org-mode.
>>
>>
>>
>
> after running Mx jira2-login, I get the following error:
>
> Symbol's function definition is void: auth-source-search
>
> howto configure login?
I have fixed it. The auth-source-search is a new API from emacs24.
With the new code, you will be prompted for username and password if you
are using a lower version of EMACS.
BTW, I have also renamed jira2 to jiralib, so after you check out the
new code, you need change your .emacs accordingly:
#+begin_src emacs-lisp
(setq jiralib-url "http://jira-host")
(require 'org-jira) ;jiralib is not explicitly required, since org-jira will
load it
#+end_src
Thanks.
--
All the best
Bao Haojun
- Re: [O] org-jira.el, (continued)
- Re: [O] org-jira.el, Bastien, 2012/01/05
- Re: [O] org-jira.el, Bao Haojun, 2012/01/05
- Re: [O] org-jira.el, Jonathan Arkell, 2012/01/05
- Re: [O] org-jira.el, Bao Haojun, 2012/01/05
- Re: [O] org-jira.el, Bao Haojun, 2012/01/06
Re: [O] org-jira.el, Richard Riley, 2012/01/04
Re: [O] org-jira.el, OSiUX, 2012/01/05