From: Stig Brautaset <stig@brautaset.org>
To: emacs-orgmode@gnu.org
Subject: ANN: ox-jira -- JIRA Backend for Org Export Engine
Date: Tue, 12 Apr 2016 23:15:48 +0100 [thread overview]
Message-ID: <m2wpo2lbhn.fsf@margil.lan> (raw)
I wrote a simplistic JIRA backend for Org Export so that I can draft
JIRA tickets & comments in Org mode and export to JIRA markup.
Credits: most of this was produce by means of cargo-cult programming,
using ox-latex and ox-ascii as inspiration.
Code:
https://github.com/stig/ox-jira.el
It is available from melpa:
M-x package-install RET ox-jira RET
What (sort of) works:
- Internal linebreaks in paragraphs are removed, so that JIRA reflows
text properly
- Simple text transforms: =code=, *bold*, /emphasis/, _underline_,
sub^{script}, super^{script}
- Simple lists, both ordered, unordered, and nested
- Checkboxes & statistics cookies
- Tables
- Source code & example blocks
- Fixed-width
- Footnotes
More details in the test cases:
https://github.com/stig/ox-jira.el/blob/master/test/ox-jira-test.org
A minor plea for help:
I noticed recently that list items with multiple paragraphs does not
work. e.g.
- fi
fo
- fa
- fum
Also, probably by extension, lists with a blank line between items does
not work, e.g.
- fi
- fo
- fa
I first thought I could just hack it by wrapping list item in an
invisible panel, but that does not appear to work for nested lists. Any
ideas / advice for how to deal with this?
Additionaly, [fn:: inline footnotes] does not work. Patches welcome! (I
have no idea where to start.)
Stig
reply other threads:[~2016-04-12 22:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2wpo2lbhn.fsf@margil.lan \
--to=stig@brautaset.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).