From: Lungang Fang <lungang.fang@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [PATCH] ox-confluence.el: export fixed-width as example-block
Date: Wed, 14 Dec 2016 21:19:18 +1100 [thread overview]
Message-ID: <CAFfEE6OJgEFT4+jNaXNT6Lc8pvxjvPG14DD7ckDJG078qhcv1w@mail.gmail.com> (raw)
* contrib/lisp/ox-confluence.el (org-confluence-fixed-width):
export fixed-width as example-block so that the outcome is more
consistent with org-mode format. Other back-ends (say ox-md.el)
also work this way.
TINYCHANGE
---
contrib/lisp/ox-confluence.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/contrib/lisp/ox-confluence.el b/contrib/lisp/ox-confluence.el
index 95a674e..65b63d8 100644
--- a/contrib/lisp/ox-confluence.el
+++ b/contrib/lisp/ox-confluence.el
@@ -94,8 +94,10 @@
(org-trim contents))))
(defun org-confluence-fixed-width (fixed-width contents info)
- (format "\{\{%s\}\}"
- (org-trim (org-element-property :value fixed-width))))
+ (org-confluence--block
+ "none"
+ "Confluence"
+ (org-trim (org-element-property :value fixed-width))))
(defun org-confluence-verbatim (verbatim contents info)
(format "\{\{%s\}\}" (org-element-property :value verbatim)))
--
2.9.3 (Apple Git-75)
next reply other threads:[~2016-12-14 10:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-14 10:19 Lungang Fang [this message]
2016-12-14 12:23 ` [PATCH] ox-confluence.el: export fixed-width as example-block Nicolas Goaziou
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAFfEE6OJgEFT4+jNaXNT6Lc8pvxjvPG14DD7ckDJG078qhcv1w@mail.gmail.com \
--to=lungang.fang@gmail.com \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.