From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bao Haojun" Subject: Re: org-jira.el Date: Fri, 06 Jan 2012 23:54:07 +0800 Message-ID: <868vlkvnc0.fsf@gmail.com> References: <86hb0ez4qr.fsf@gmail.com> <20120105154233.GA9939@merlot.gcoop.coop> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjC7i-0007FN-Uk for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 10:54:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjC7h-0007B8-Ke for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 10:54:30 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:38805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjC7h-0007At-HR for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 10:54:29 -0500 Received: by iacb35 with SMTP id b35so3325709iac.0 for ; Fri, 06 Jan 2012 07:54:29 -0800 (PST) In-Reply-To: <20120105154233.GA9939@merlot.gcoop.coop> (OSiUX's message of "Thu, 5 Jan 2012 12:42:33 -0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: OSiUX Cc: emacs-orgmode@gnu.org 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/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