From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bao Haojun" Subject: org-jira.el updated Date: Sat, 07 Jan 2012 00:09:51 +0800 Message-ID: <86wr94u81c.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjCMi-0002XZ-S0 for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 11:10:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjCMh-0001hE-V5 for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 11:10:00 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:48873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjCMh-0001h0-OG for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 11:09:59 -0500 Received: by ggni2 with SMTP id i2so854073ggn.0 for ; Fri, 06 Jan 2012 08:09:59 -0800 (PST) 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: emacs-orgmode Hi, all I have updated the org-jira.el as suggested by Bastien and Richard Riley: - Renamed jira2 to jiralib, to avoid confusion with the '2' and add the note that it is a library (I looked to merge with jira.el, but backed off as I myself do not use jira-mode). - Fixed a bug for emacs version < 23 when login. - Merged the jira link type by Jonathan Arkell. As a result, a minor change to installation in .emacs (emacswiki updated): #+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 -- All the best Bao Haojun