emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Richard Kim <Richard.Kim1@synopsys.com>
To: emacs-orgmode@gnu.org
Subject: patch for org-confluence.el to add menu entry
Date: Thu, 09 Apr 2020 12:16:16 -0700	[thread overview]
Message-ID: <qtma73ksc5b.fsf@synopsys.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 921 bytes --]

I would like to suggest the following patch so that I can easily export 
to Confluence wiki format using the usual org-mode export mechanism.

Given the trivial change, I don't think I need to sign any papers.
However I have already signed copyright forms with FSF years ago.

#+begin_src diff
diff --git a/contrib/lisp/ox-confluence.el b/contrib/lisp/ox-confluence.el
index b521b247..c12d1a05 100644
--- a/contrib/lisp/ox-confluence.el
+++ b/contrib/lisp/ox-confluence.el
@@ -60,7 +60,10 @@
 		     (template . org-confluence-template)
 		     (timestamp . org-confluence-timestamp)
 		     (underline . org-confluence-underline)
-		     (verbatim . org-confluence-verbatim)))
+		     (verbatim . org-confluence-verbatim))
+  :menu-entry
+  '(?f "Export to Confluence"
+       ((?f "As Confluence buffer" org-confluence-export-as-confluence))))
 
 (defcustom org-confluence-lang-alist
   '(("sh" . "bash"))
#+end_src




[-- Attachment #2: Type: text/html, Size: 6710 bytes --]

             reply	other threads:[~2020-04-09 19:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-09 19:16 Richard Kim [this message]
2020-04-11 21:04 ` patch for org-confluence.el to add menu entry Nicolas Goaziou
2020-04-11 23:48   ` Richard Kim
2020-04-12  9:10     ` Nicolas Goaziou
2020-05-22 15:27 ` Bastien

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=qtma73ksc5b.fsf@synopsys.com \
    --to=richard.kim1@synopsys.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 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).