stig / ox-jira.el

Org-mode export backend for JIRA markup
129 stars 19 forks source link

MELPA Install Does Not Show JIRA as Export Option #43

Closed sshaw closed 5 years ago

sshaw commented 5 years ago

A explicit load-file is necessary for the JIRA export option to appear. I assume this may have something to do with ox-jira not including ;;;###autoload comments. Adding these comments should prevent this.

sshaw commented 5 years ago

Actually closing, I see that my other ox files are loaded via:

(eval-after-load "org"
  '(progn
     (require 'ox-whatever)))