* ANN: ox-jira -- JIRA Backend for Org Export Engine
@ 2016-04-12 22:15 Stig Brautaset
0 siblings, 0 replies; only message in thread
From: Stig Brautaset @ 2016-04-12 22:15 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-04-12 22:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-12 22:15 ANN: ox-jira -- JIRA Backend for Org Export Engine Stig Brautaset
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).