From 1be13d57dc8357576a8285c6dadc03db9e3ed7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Tue, 25 Aug 2015 12:27:35 +0200 Subject: Imported Upstream version 8.3.1 --- contrib/lisp/org-jira.el | 64 ------------------------------------------------ 1 file changed, 64 deletions(-) delete mode 100644 contrib/lisp/org-jira.el (limited to 'contrib/lisp/org-jira.el') diff --git a/contrib/lisp/org-jira.el b/contrib/lisp/org-jira.el deleted file mode 100644 index 43edd08..0000000 --- a/contrib/lisp/org-jira.el +++ /dev/null @@ -1,64 +0,0 @@ -;;; org-jira.el --- add a jira:ticket protocol to Org -(defconst org-jira-version "0.1") -;; Copyright (C) 2008-2014 Jonathan Arkell. -;; Author: Jonathan Arkell - -;; This file is not part of GNU Emacs. - -;; This program is free software; you can redistribute it and/or -;; modify it under the terms of the GNU General Public License as -;; published by the Free Software Foundation version 2. - -;; This program is distributed in the hope that it will be useful, but -;; WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -;; General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see . - -;;; Commentary: -;; This adds a jira protocol to org mode. - -;;; Commands: -;; -;; Below are complete command list: -;; -;; -;;; Customizable Options: -;; -;; Below are customizable option list: -;; - -;; I had initially planned on adding bi-directional linking, so you -;; could store links from a jira ticket. I also wanted to import -;; tickets assigned to you as a task. However, I am no longer working -;; with JIRA, so this is now abandonware. - -;;; Installation: -;; Put org-jira.el somewhere in your load-path. -;; (Use M-x show-variable RET load-path to see what your load path is.) -;; Add this to your emacs init file, preferably after you load org mode. -;(require 'org-jira) - -;;; TODO: -;; - bi-directional links -;; - deeper importing, like tasks...? - -;;; CHANGELOG: -;; v 0.2 - ran through checkdoc -;; - Abandoned. -;; v 0.1 - Initial release - -(require 'jira) - -(org-add-link-type "jira" 'org-jira-open) - -(defun org-jira-open (path) - "Open a Jira Link from PATH." - (jira-show-issue path)) - - -(provide 'org-jira) - -;;; org-jira.el ends here -- cgit v1.2.3