Hi, OSiUX OSiUX <xu...@osiux.com.ar> 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